2013 Jul 26 7:20 AM
Hi,
I want to know the list of ABAP statements became Obsolete till now.
Regards,
Aditya.
2013 Jul 26 7:55 AM
In SAP, type the transaction code ABAPDOCU. In that you would see ABAP REFERENCE -> ABSOLUTE LANGUAGE ELEMENTS.
Regards,
Philip.
2013 Jul 26 7:24 AM
Hi Aditya,
Here is the complete list.
http://help.sap.com/abapdocu_702/en/abenabap_obsolete.htm
Regards
2013 Jul 26 7:25 AM
Hi,
It is always good to start with help.sap.com for such details.
http://help.sap.com/abapdocu_702/en/abenabap_obsolete.htm
Regards,
Gautham.
2013 Jul 26 7:28 AM
HI ,
Thanks and i too found one more list
http://www.saptechies.co.in/obsolete-statements/
Regards,
Aditya.
2013 Jul 26 7:43 AM
2013 Jul 26 7:55 AM
In SAP, type the transaction code ABAPDOCU. In that you would see ABAP REFERENCE -> ABSOLUTE LANGUAGE ELEMENTS.
Regards,
Philip.
2013 Jul 26 12:08 PM
You can also use transaction SLIN to search for obsolete statements in source codes.
2013 Jul 26 12:12 PM
2013 Jul 26 1:17 PM
Hello Aditya,
Refer following link which contain obsolete syntax and show the language constructs by which the obsolete syntax can be replaced.
http://scn.sap.com/docs/DOC-10274
Thanks
Katrice
2013 Jul 29 2:41 PM
You can find this information in help.sap.com online Abap documentation for your version, follow a path like "ABAP Keyword Documentation", "ABAP - Reference" "Obsolete Language Elements". Start from http://help.sap.com/abapdocu_731/en/index.htm or http://help.sap.com/abapdocu_740/en/index.htm depending on your version. You can follow a link like ABAP - Release-Specific Changes to identify new obsolete statements per version.
There are also blogs/wiki at scn like Obsolete ABAP Language Constructs, so use search tool too.
Source Code Inspector and older tools like SLIN are also able to identify obsolete element for their current version.
Regards,
Raymond
2015 May 27 11:38 AM