Re: Validation to stop manual posting to GLs through f-02
Dear Prasad, Im doing the Validation at the line item level. I hope I am right?
View ArticleRe: Search String for Electronic Bank Reconciliation
Hi, Yes, those informations are appearing under note to pyee field,if some one can please leat me know how to put search string for below referance.(SKT094) and what are the steps need to be followed....
View ArticleRe: Back Ground scheduling of BDC for Measuring Documents?
Dear Maheswaran, Yes i check with different notes and i discussed with my abap team also for solution but they are unable to provide the solution. Regards,Harsha.
View ArticleRe: SAP crystal report not integrated with vs 2010
Make sure you install using the exe, not the msi. The msi is just for distributing the runtime, while the exe takes care of integration with VS.
View ArticleRe: Time-dependent in workflow terminology
Hi Jitendra, Workflow Definition and Standard Task : time independent means : There is no time validity concept for workflow definition.(Workflow exist till system live 31/12/9999) Customer Task : Time...
View ArticleRe: Solution Manager Diagnostics Agents
Do check if your CIM content is up to date according to notes (669669) in your SLD system , where you are registering the DAA agent.( Register your DAA agents to solman SLD) Check the notes669669 -...
View ArticleRe: Usage of same internal table for two functions
Hi Marina Debrova, We can use single internal table and work area for two functions, but you should maintain clear function. like. Start-of-selection. Clear : IT_DOCDATA IT_PACKLIST...
View ArticleRe: Too many error records - update terminated, What to do with Error Stack...
This is error you see in monitor of DTP. When you go to error stack double click on status icon. It will show you the exact error message
View ArticleRe: CRT TABLE IN PAYIN_RESULT
Hi Krishnakant, -> The Wagetypes will be stored in CRT table according to the configuaration of processing class '30'.->If u maintain processing class 30 as 'T' then the function...
View ArticleRe: Usage of same internal table for two functions
Hi, Just post the code it might be helpful. Regards,Madhumahesh.
View ArticleRe: Custom F4 Help not getting displayed
Hi Abhijeet, Is groups a parameter then this will work also you need to read the return table to update the value in the selection screen. IF sy-subrc = 0. READTABLE IT_RETURN INDEX1. IF...
View ArticleRe: How to list last full year months
Hi Mohit, You can create an array that stores dates for the last year like this. Use this code: datevar array arr;numbervar i;for i := 1 to 12 do( redim preserve arr[i]; arr[i] :=...
View ArticleRe: Smart number field in miro
Hi Sharada, I literally tried your problem. No solution Found.There are three options for you now.1. Log a Call to SAP2. Ask the Functional that he can make that field hidden in any Config.3. If that...
View ArticleRe: Mass change of Service request statuses
Hi Jacob, Have you considered to use MASS to archive this? You can find further details in my blog, is sales order oriented but mass applies to services as well....
View ArticleRe: Error while accessing Fiori Shopping Cart Approval Application
Hello Masayuki, SP level of GBSRM001 is 7. GBSRM0017000007SAPK-70007INGBSRM001GBSRM001 SRM Shopping Cart Approval 1.0 Thanks,Balaram Naidu
View ArticleRe: How to implement Authorization checks in a report?
I glad to receive your reply... Thankyou Pranali,,,
View Articleplz help regarding sap xi--server
Hi, For any new beginners or other future purpose it may needed. that s what...
View ArticleRe: Pass multiline data from form to workflow container
Hi Narmadha, From where this entries are coming? Can you put a task in workflow for populating them rather than doing it from Module pool if its available after the trigger of workflow? Regards,Jayaraj
View ArticleRe: Material assigned to Plant or Storage Location
Hy Raf, The actual status is that more departments are defined as plants. But physically is only one Plant with more production departments. And we want to have only one Plant with production department.
View Article