cancel
Showing results for 
Search instead for 
Did you mean: 

Difference between SAP 4.7EE and SAP ECC 6.0 in terms of ABAP

Former Member
0 Kudos

Hi all,

I would like to know the differences between the SAP-4.7EE and SAP ECC 6.0 in terms of ABAP?

can any body Please Help me?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vijay,

In terms of ABAP some function modules are obsolete in 4.7.

e.g WS_UPLOAD, WS_DOWNLOAD etc.

You can find the list of obsolete FMs in the table RODIR.

These need to be replaced in the ECC System.

Also ECC is very strict in case of EPC Errors. You need to check the EPC and remove the call function interface errors where it says SLIN observes catching of a runtime error. These might work with no issues in 4.7 but will shortdump in ECC.

If you are doing to a unicode conversion also. you need to check the transaction UCCHECK for unicode errors.

You also need to replace obsolete statements like >< and => , =< etc.

Please let me know if you need any further info on this.

Thanks,

Sai

Former Member
0 Kudos

Hi Sai,

Thanks a lot.

Its greatful to send more information .

Regards,

Vijaya.

Former Member
0 Kudos

Hi Vijay,

If you want to know more ABAP changes go to transaction ABAPDOCU and there is a node ABAP Changes by Release. You can see more ABAP Changes version by version here. Hope this helps.

Thanks,

Sai

Former Member
0 Kudos

Hi Sai,

Thanks a lot for u r information.

it helps me a lot .

Regards,

Vijay.

Former Member
0 Kudos

Hi Vijay,

if you are satisfied with the replies please close the thread.

Cheers,

Sai

🙂

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

Read

689951 - Release upgrade from 6.20 to 6.40 for customer programs

857904 - Upgrade from Release 6.40 to 7.0 for customer programs

Markus