‎2008 Dec 15 9:27 AM
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.
‎2008 Dec 15 9:31 AM
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.
‎2008 Dec 15 9:35 AM
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.
‎2008 Dec 15 9:42 AM
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
‎2008 Dec 15 9:47 AM
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.