Application Development 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: 

Comparison between ABAP command statements in different versions

former_member723628
Active Participant
0 Kudos

Hi,

I'm looking for information on version wise difference in ABAP statements. Can someone provide help in this area.

I need a list of Commands along with there syntax in different versions of ABAP (ECC 5.0 and 4.7).

Is there any system table where this information is maintained?

Regards,

Gajendra Bhatt

1 ACCEPTED SOLUTION

former_member225448
Participant
0 Kudos

Hi Ganjendra,

you will find such information in the ABAP editor by following "Utilities-> Help on" and selecting "New features in ABAP". There you find a "feature history".

If you find my answer useful, please don't forget the reward.

Regards,

Juergen

5 REPLIES 5

former_member225448
Participant
0 Kudos

Hi Ganjendra,

you will find such information in the ABAP editor by following "Utilities-> Help on" and selecting "New features in ABAP". There you find a "feature history".

If you find my answer useful, please don't forget the reward.

Regards,

Juergen

Former Member
0 Kudos

From any screen Help -> release Notes .

Here search for "ABAP" ( full text search ) , you may get a lot of required info.

You can also search OSS for Application components BC-ABA . Use "Release upgrade" as key word.

Cheers

andreas_mann3
Active Contributor
0 Kudos

Hi,

goto Abap-docu (F1) and look:

-ABAP Changes by release (last main node in tree control)

regards Andreas

0 Kudos

Thanks for the help.

But using this would be very cumbersome as I require a list of all the statements which have changed from the previous versions. Also I require a list of obsolete statements in the current version.

Regards,

Gajendra

0 Kudos

Hi Gajendra ,

I doubt if SAP has some document which shows the history of all ABAP commands as to how they behaved in which version. The only option you have is go through the following notes and compile the info manually -

0000178452 Release upgrade from 4.0 to 4.5 for customers prog

0000452229 Release upgrade from 6.10 to 6.20 for customer pro

0000178725 Release upgrade from 4.5 to 4.6 for customer progr

0000689951 Release upgrade from 6.20 to 6.40 for customer pro

0000178482 Rel. upgrade from 3.0 to 4.0 for customer programs

0000857904 0003 0.460 Upgrade from Release 6.40 to 7.0: Customer program

0000367676 0061 0.450 Release upgrade from 4.6 to 6.10 for customer prog

0000099025 0004 0.340 Change from 4.0A/B to 4.5A for customer programs

Cheers.