what are the differences between SAP R/3 4.7 and ECC 6.0
from ABAP Point of view?
Answer Posted / rammohan
unicode conversion is default in ecc 6.0,in 4.7e optional.
classical and New debugger is there in ecc6.0 but in 4.7e
only classical debugger is avalable.
webdynpro component is available in ecc 6.0 but 4.7e not
there.
smartforms layout display in 6.0 perfectly but in 4.7 the
boarders are not displayed.
adobe form work in 6.0 but not in 4.7.
in 6.0 old and new editors are available but in 4.7 only
old editor is available.
in 6.0 crm,srm,apo,bpc some business suites are support but
4.7 not support.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
Explain the disadvantage of using exec sql statement in abap?
What is open sql vs native sql ?
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 code to upload cost centers through call trans. and procedure
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
How do you save data in bdc tables? : abap bdc
wat is the difference between A-gate & W-gate?where are they used?
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
Define subtype ? : abap hr
Which objects are independent transport objects? : abap data dictionary
How to determine the attributes of an internal table?
How to create a link between modified form and modified print program?
How do you write a function module in sap?
What is your current client number?
What is dialog module?