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

How to find the Obsolete function module in ECC 6.0

Former Member
0 Likes
1,143

Hi Guys,

How we can find the all obsolete function in ECC 6.0, is any T-code to finding the obsolete function modules, or any other way to find.

Could you please help me.

Thanks,

Gourisankar.

Hi Guys,

How we can find the all obsolete function in ECC 6.0, is any T-code to finding the obsolete function modules, or any other way to find.

Could you please help me.

Thanks,

Gourisankar.

4 REPLIES 4
Read only

Former Member
0 Likes
830

Hi Gouri,

If you are looking at determining whether a single FM is obsolete or not is by this method:

Go to FM in SE37 -> Goto Attributes Tab -> General Data section -> look above the Edit Lock field ... where SAP places the release status and date of the FM, if the FM is obsolete, the text Function Obsolete appears

This is one way of finding out one FM @ a time

However if you want to check on a mass scale, I dont have a SAP system here hence cant confirm, however, all FMs are stored in TFDIR database table. Please scroll through the fields of the DB table to check whether any field relates to release status or the like. If it does, then from SE16, you can put the value corresponding to "Obsolete" in the field and run to check all FMs.

Cheers,

Aditya

Read only

Former Member
0 Likes
830

Hello,

Use SE16 for table TFTIT with STEXT = 'OBSOLETE*'.

Thanks,

Venu

Read only

Former Member
0 Likes
830

Hi

Check in SE14

Displays the installed modules

Regards

Bhaskar

Read only

0 Likes
830
Bhaskar wrote:Hi

Check in SE14
Displays the installed modules

Regards
Bhaskar

WRONG

i think rest of the other two replies looks promising.