Application Development 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: 

Program to find the obsolete fm used in that program

Former Member
0 Kudos

Can anyone help me with the program to find obsolete function module used in a program

6 REPLIES 6

Former Member
0 Kudos

Try t-code " UCCHECK"

Regards,

Prabhu Rajesh

Former Member
0 Kudos

Use UCCHECK wherein you can specify the object name and check whether FM's are obselete or not..

Former Member
0 Kudos

Hi,

If you know the program then check Extended Program check and there you can find obsolete FM s under Perform/call function interfaces(under warnings)

or you want to find all Programs in which obsolete FM is used then go o the FM and use Where used list.

Regards,

Kiran

former_member203501
Active Contributor
0 Kudos

hi there is a way...for finding the obsolate fms ..

Go to transaction SE16

Enter the table name RODIR and press DISPLAY

Enter the object type as FUNC and the Obsolete field as 'X'.

Press EXECUTE.

you will get all the function modules which are obsolate

Former Member
0 Kudos

i know all these,

i was asking is there any custom or standard program to check that.

if yes let me know please

Edited by: Susmitha Cherian on Sep 25, 2008 1:43 PM

0 Kudos

hi sasmitha,

there is no such program to find out the obsolete function modules.

above all are the methods to find obsolete.

one more is there, when you see the atributes of FM

function obsolete will be there below original language.