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

Where can i find the list of Obsolete ABAP statements ?

Former Member
0 Kudos
3,350

Hi,

       I want to know the list of ABAP statements became Obsolete till now.

Regards,

Aditya.

1 ACCEPTED SOLUTION
Read only

philipdavy
Contributor
1,296

In SAP, type the transaction code ABAPDOCU. In that you would see ABAP REFERENCE -> ABSOLUTE LANGUAGE ELEMENTS.

Regards,

Philip.

10 REPLIES 10
Read only

Former Member
0 Kudos
1,296

Hi Aditya,

Here is the complete list.

http://help.sap.com/abapdocu_702/en/abenabap_obsolete.htm

Regards

Read only

GauthamV
Active Contributor
0 Kudos
1,296

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.

Read only

Former Member
0 Kudos
1,296

HI ,

      Thanks and i too found one more list

      http://www.saptechies.co.in/obsolete-statements/

      Regards,

      Aditya.

Read only

Former Member
Read only

philipdavy
Contributor
1,297

In SAP, type the transaction code ABAPDOCU. In that you would see ABAP REFERENCE -> ABSOLUTE LANGUAGE ELEMENTS.

Regards,

Philip.

Read only

Former Member
0 Kudos
1,296

You can also use transaction SLIN to search for obsolete statements in source codes.

Read only

0 Kudos
1,296

This message was moderated.

Read only

Former Member
0 Kudos
1,296

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

Read only

RaymondGiuseppi
Active Contributor
0 Kudos
1,296

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

Read only

0 Kudos
1,296

This message was moderated.