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

Upgrade: Finding ALL obsolete function modules in ECC6

Former Member
0 Likes
524

Hello everyone,

Is there a way to find ALL obsolete function modules in ECC6?

I have seen a few web pages posting a small list of obsolete function modules but they are not complete.

I have also tried querying table TFTIT for short text such as 'OBSOLETE' and 'Do not use'. However, some obsolete function modules do not leave any clue in the description at all such as WWW_GET_MIME_OBJECT.

However, if you go to SE37 to view WWW_GET_MIME_OBJECT, you will notice that the SAP screen displays it as 'Function obsolete' under the General Data tab.

I have tried to debug the SE37 transaction to see which flag determines if a function is obsolete but I was not able to find it.

Any one has any ideas? Thanks a lot!

1 ACCEPTED SOLUTION
Read only

Lakshmant1
Active Contributor
0 Likes
475

Hi Oscean,

Check table RODIR where objecttype = FUNC and Obsolete = X.

Thanks

Lakshman

2 REPLIES 2
Read only

Lakshmant1
Active Contributor
0 Likes
476

Hi Oscean,

Check table RODIR where objecttype = FUNC and Obsolete = X.

Thanks

Lakshman

Read only

0 Likes
475

Awesome. Thanks!!