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

slin

Former Member
0 Likes
447

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
404

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

2 REPLIES 2
Read only

Former Member
0 Likes
405

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

Read only

Former Member
0 Likes
404

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.