what is ECC in current version of sap r/3 ECC6.0.
what is full form of ECC6.0?
Answer Posted / nik
What is ECC 6.0?
Ans :
E = Enterprise Resource Planning
C = Central
C = Component
6.0 = ECC version number
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is sql trace? : abap data dictionary
Explain Catch Command in ABAP?
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc
Explain the difference between a dialog program and a report?
What is the significance of delivery class?
Explain what is step-loop?
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.
What do you understand by work area and internal tables in abap? Why do we use it?
What are the disadvantages of using explicit enhancement?
What are datasets in abap?
Rp_provide_from_last contains how many parameters ? : abap hr
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
SM35 transaction, How to automate BDC ?
What are the differences between table controls and step loops?
Where do you create indexes in abap?