‎2005 Oct 24 9:21 AM
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
‎2005 Oct 24 9:26 AM
Hi,
use command
SYNTAX-CHECK FOR itab ...MESSAGE f ...LINE g ...WORD h.
or fm RS_SYNTAX_CHECK
-> look abap docu
Andreas
‎2005 Oct 24 9:27 AM
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
‎2005 Oct 24 9:31 AM
‎2005 Oct 24 10:37 AM
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
‎2005 Oct 24 10:40 AM
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