06
Aug
Finding Obsolete BAPIs in SAP
Posted by Admin, under Abap Objects, DDIC, Function Modules, Quick Reference
With introduction of ECC6.0, there goes some function modules/BAPIs with the old version. The following procedure defines the steps for displaying Obsolete BAPIs.

Obsolete BAPIs
Steps:
1. Go to transaction SE16.
2. Enter the table name RODIR and press ENTER.
3. Enter the object type as “FUNC” and the Obsolete field as ‘X’.
4. Press EXECUTE.
The obtained list is the obsolete function modules in the SAP system.
You might also be interested in these posts:

Post a Comment