2007 Jan 19 6:16 AM
Hi,
Can you please briefly explain on how to find the OBSOLETE function modules.
Thanks in advance,
Naresh
2007 Jan 19 6:18 AM
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
2007 Jan 19 6:18 AM
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
2007 Jan 19 6:43 AM
Hi Santhosh,
Thanks a lot for solving my issue.
Regards,
Naresh.
2007 Jan 19 6:19 AM
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
2007 Jan 19 6:21 AM
RODIR table..
for fm put value OBJECTTYPE = FUNC
u get list of fm.
if field OBSOLETE = 'X'.
ITS MEANS PERTICULAR FUNCTION IS OBSOLUTE
2007 Jan 19 6:21 AM
2007 Jan 19 6:27 AM
hi,
use the table rodir.
use rodir-OBSOLETE. Check for this field value 'X'.
use OBJECTTYPE as FUNC.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |