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

ABAP Objects - Obsolete Statements

Former Member
0 Likes
1,101

How to get the list of obsolete statements in ABAP Objects?

Moderator message: please search for available information/documentation before asking.

locked by: Thomas Zloch on Oct 6, 2010 1:08 PM

4 REPLIES 4
Read only

alejiandro_sensejl
Active Participant
0 Likes
618

The only complete list I know of is in the book Official ABAP Programming Guidelines by Horst Keller & Wolf Hagen Thümmel, which I would recommend every developer to read.

Read only

deepak_dhamat
Active Contributor
0 Likes
618

hi ,,

Check table RODIR

and pass field name obselete ='X' and check data in table

it will give all details

Regards

Deepak.

Read only

andrea_olivieri
Contributor
0 Likes
618

Hi,

start the help by starting transaction ABAPHELP.

Then perform a Full Text Search of the keyword "Obsolete Statements" by choosing the option Find Complete Expression.

Check the following chapters:

"Obsolete Statements and Concepts" and

"Replacements for obsolete language constructs in ABAP Objects ".

Regards,

Andrea

Read only

Former Member
0 Likes
618

hi

Check table RODIR

and pass field name obselete ='X' and check data in table

it wil give all details..

it will help you out.

ankit

Moderator message: do not copy other peoples replies, whether in the same thread or not!

Edited by: Thomas Zloch on Oct 6, 2010 1:09 PM