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

syntax changes in different ABAP Versions

Former Member
0 Likes
655

Hi,

I need all the syntax changes made in different versions of ABAP,Is there any link containing syntaxes in different ABAP versions?

Thanks ,

Indhra.E

5 REPLIES 5
Read only

andreas_mann3
Active Contributor
0 Likes
614

Hi,

use command

SYNTAX-CHECK FOR itab ...MESSAGE f ...LINE g ...WORD h.

or fm RS_SYNTAX_CHECK

-> look abap docu

Andreas

Read only

manuel_bassani
Contributor
0 Likes
614

Hi,

you can find differences by release with ABAP help (press F1 in SE38).

There is a section named "ABAP Changes by Release"

Regards, Manuel

Read only

0 Likes
614

Hi,

Have a look at the following thread:

There is a post by Sanjay Sinha which has a list of the OSS notes with the information.

Sudha

Read only

0 Likes
614

Hi,

Thanks for ur reply,

i m not getting the required details,

for example,

move-corresponding keyword will be obsolete in some version.some keywords might have added features in different version. I want to know the changes that are made to the syntax in all ABAP Version.

Thanks,

Indhra.E

Read only

0 Likes
614

Hi Indhra,

Firstly, welcome to SDN.

It is not possible to get a one-shot summary of all the changes in ABAP keywords, because they differ from release to release. Please have a look at the OSS notes in the link mentioned in my previous reply, and compare the changes for the corresponding key-word in the releases you will be working with.

For the most part, ABAP is backward-compatible, so you should not need to worry about older programs, unless they are moved into a unicode enabled system.

You can also do an F1 on the keyword you are looking up, and check the help documentation, which will tell you about obsolete elements.

Sudha

Message was edited by: Sudha Mohan