What is the difference between ECC versions and older
versions?
Answer Posted / fujitsu
E.C.C 6.0 is said to be the advanced version right now,
inorder to reduce the more code and use more
funcationalities, and for high performance testing we go
with E.C.C 6.0..... It is said to support all type of
functionalities in any conditions.
It also incorporates new technologies such as Enhancement
framework and Switch Framework which were not supported in
4.6/4.7.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
Where can you find error log for call transaction? : abap bdc
What is the transaction for recording bdc ? : abap bdc
What are the functional areas?
What is tcode se16. For what is it used. Explain briefly?
What are the control break events in abap? : abap data dictionary
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 is difference between set screen and call screen ?
What is the function of the transport system and workbench organiser? : abap data dictionary
How to find Kernal badi ?
What is repository info. Systems? : abap data dictionary
What is the major difference between pool tables and transparent tables?
Explain the difference between call screen and leave screen?
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?