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

Regarding Extended Syntax Check

Former Member
0 Likes
597

hi,

during extended syntax check the given program is read and obsolete statements is displayed.

from where it compares for obsolete statement.

is there any table? if not then how it compares for obsolete statement.

Thanks.

4 REPLIES 4
Read only

Former Member
0 Likes
574

Hi

Check the table RODIR...here you can give the object type and its name...and there is a field which indicates if it is Obsolete or not. If it is checked, then it is Obsolete..otherwise not.

Vishwa.

Read only

0 Likes
574

hi,

thanks for you rreply but i gte zero entries in rodir table.

i want to find how extended syntax check compares for obsolete statements.

even i tried to debug it.

Thanks.

Read only

0 Likes
574

Hi,

Check the RSLIN structure. For Obsolete FMs check RODIR. There is a FM called EXTENDED_PROGRAM_CHECK this may help you in understanding how obsolete stmts are fetched.

Thanks,

Sai

Read only

0 Likes
574

hi,

even inside that function module class is used i debugged it .

i coudn,t able too find still where it compares and picks the obsolete statements.

Thanks.