what is ECC in current version of sap r/3 ECC6.0.
what is full form of ECC6.0?
Answer Posted / jack kodak
Enterprise Command Center (ala Star Trek)
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Sy index and sy tabix
What is append search help? : sap abap data dictionary
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
Can i Have Some Realtime Examples On Modulepool programming.
What is sap luw or update transaction?
Define subtype ? : abap hr
What are screen painter and menu painter? : abap hr
Explain Singleton class
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
How do you execute the payroll
I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?
What are the domains and data elements?
How can we access the correction and transport system? : abap data dictionary
Differentiate between static and dynamic step loops?
Why grouping of fields is required? What is the max no of modification groups for each field?