Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP Changes for release ECC 5.0

Former Member
0 Likes
700

Hi experts,

Can anybody please give me a list of all the changes in ABAP language, that are made from 4.6c to ECC5.0.

Thanks in advance,

Ravi Kanth Talagana

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
668

Hi Ravi,

First of all you need to check the 'UNICODE CHECKS ACTIVE' and initial steps to be taken care as follows:

1)Replace the sy-repid with the variable v_repid by passing sy-repid to it.

2)Replace the FM WS_UPLOAD/WS_DOWNLOAD UPLOAD/DOWNLOAD

with the GUI_UPLOAD & GUI_DOWNLOAD.

3)The assignment like IT_ITAB1[] = IT_ITAB2[] is not possible in the ECC 5.0 untill & unless both are of the similar structure. It gives a syntax error.

4)Replace '09'(Hexadecimal character) by declaring a varibale and assigning the value of ABAP_CHAR_UTILITES=>HORIZONTAL_TAB which is in the class ABAP_CHAR_UTILITIES.

Like these there are many things to be noted down.

I can send you the detailed document on the ECC 5.0 and Unicode compliant details if you give your mail id so that I can attach the same to you.

Reward if it helps you.

Cheers,

Sampath.

5 REPLIES 5
Read only

Former Member
0 Likes
668

This can be found from se38

I don't remember which menu but it exists there

Read only

0 Likes
668

In SE38, click the blue icon with the "I" in it. Click "New Features in ABAP". There should be a subfolder there which says "ABAP Changes by Release".

Regards,

Rich Heilman

Read only

Former Member
0 Likes
669

Hi Ravi,

First of all you need to check the 'UNICODE CHECKS ACTIVE' and initial steps to be taken care as follows:

1)Replace the sy-repid with the variable v_repid by passing sy-repid to it.

2)Replace the FM WS_UPLOAD/WS_DOWNLOAD UPLOAD/DOWNLOAD

with the GUI_UPLOAD & GUI_DOWNLOAD.

3)The assignment like IT_ITAB1[] = IT_ITAB2[] is not possible in the ECC 5.0 untill & unless both are of the similar structure. It gives a syntax error.

4)Replace '09'(Hexadecimal character) by declaring a varibale and assigning the value of ABAP_CHAR_UTILITES=>HORIZONTAL_TAB which is in the class ABAP_CHAR_UTILITIES.

Like these there are many things to be noted down.

I can send you the detailed document on the ECC 5.0 and Unicode compliant details if you give your mail id so that I can attach the same to you.

Reward if it helps you.

Cheers,

Sampath.

Read only

0 Likes
668

Hi all,

Thanks for the responses.

Sampath, can you send me the document to my mail ID ravikanth.talagana@gmail.com

Ravi.

Read only

Former Member
0 Likes
668

Hi,

there is also a very good document from Thomas Jung here in the SDN that contain a lot of hardcopies of the changes. You can download it as a zipped document

/people/thomas.jung3/blog/2005/05/15/abap-46c-to-640-delta-training

Regards,

Stefan