Application Development 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: 

How to know NAMETAB_GET FM Obsolete or not in ECC 6.0

Former Member
0 Kudos
123

HI All,

How to know NAMETAB_GET FM OBSOLETE or not ECC 6.0?

thanks,

kishore

1 ACCEPTED SOLUTION

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
68

Go to SE37, enter the name of the function module, click display, now click the "Attributes" tab. There should be a field called "Function Obselete". If there is a date in this field, it is obselete.

Regards,

Rich Heilman

3 REPLIES 3

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
69

Go to SE37, enter the name of the function module, click display, now click the "Attributes" tab. There should be a field called "Function Obselete". If there is a date in this field, it is obselete.

Regards,

Rich Heilman

former_member181962
Active Contributor
0 Kudos
68

HI Kishore,

Write a small z program using this function module and do an epc check on it. It would tell you if the FM is obsolete.

Regards,

Ravi

Former Member
0 Kudos
68

goto table TFDIR and check thefieldname FREEDATE , if this value is not initial , then it is not obsolete