‎2006 Nov 06 9:55 AM
how slin detects the warnings regarding function modules,from where(how) its retreiving the information about warnings regarding function modules and about absolete function modules.on what basis it gives warnings regarding function modules.
‎2006 Nov 06 10:06 AM
To get the functionality of SLIN, u can go through the standard function pool used for the same i. e. SAPLSLIN It uses FM EXTENDED_PROGRAM_CHECK.
U can find out OBSOLETE FMs in table RODIR. There is one field called OBSOLETE. If it contains 'X', then that is Obsolete.
I hope it helps.
Best Regards,
Vibha
*Please mark all the helpful answers
‎2006 Nov 06 10:06 AM
To get the functionality of SLIN, u can go through the standard function pool used for the same i. e. SAPLSLIN It uses FM EXTENDED_PROGRAM_CHECK.
U can find out OBSOLETE FMs in table RODIR. There is one field called OBSOLETE. If it contains 'X', then that is Obsolete.
I hope it helps.
Best Regards,
Vibha
*Please mark all the helpful answers
‎2006 Nov 06 10:16 AM
hi,
Go to Transaction SE16, enter table TFTIT->press Enter (F7)->enter OBSOLETE:* in the STEXT field and press F8(Execute); you will get the list of all obselete function modules (you can restrict the search by entering the preferred language in the STRAS field).
Regards,
Sailaja.