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

Obsolete FM

Former Member
0 Likes
819

Hi,

Can you please briefly explain on how to find the OBSOLETE function modules.

Thanks in advance,

Naresh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
784

HI Naresh,

Check out this thread ..this thread has an answer to your question

Click on the table contents button and in the field Object Type pass the value 'FUNC' and X to OBSOLETE field and press execute button .. that lists out all the obsolete FM's

Regards,

Santosh

Message was edited by:

Santosh Kumar Patha

6 REPLIES 6
Read only

Former Member
0 Likes
785

HI Naresh,

Check out this thread ..this thread has an answer to your question

Click on the table contents button and in the field Object Type pass the value 'FUNC' and X to OBSOLETE field and press execute button .. that lists out all the obsolete FM's

Regards,

Santosh

Message was edited by:

Santosh Kumar Patha

Read only

0 Likes
784

Hi Santhosh,

Thanks a lot for solving my issue.

Regards,

Naresh.

Read only

Former Member
0 Likes
784

Look in the table RODIR. This table contains a field OBSOLETE. If this field is X, then the object is obsolete. Pass the object type as FUNC for function modules

Read only

0 Likes
784

RODIR table..

for fm put value OBJECTTYPE = FUNC

u get list of fm.

if field OBSOLETE = 'X'.

ITS MEANS PERTICULAR FUNCTION IS OBSOLUTE

Read only

Former Member
0 Likes
784

Hi,

Use table RODIR.

Rgds,

Prakash

Read only

Former Member
0 Likes
784

hi,

use the table rodir.

use rodir-OBSOLETE. Check for this field value 'X'.

use OBJECTTYPE as FUNC.