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

Release Status for Function Modules

Former Member
0 Likes
3,671

Hi

How/where do I find out if a SAP function Module is released for Customer use ?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,096

check in table TFDIR

check the field FREEDATE

Message was edited by: Chandrasekhar Jagarlamudi

3 REPLIES 3
Read only

Former Member
0 Likes
2,097

check in table TFDIR

check the field FREEDATE

Message was edited by: Chandrasekhar Jagarlamudi

Read only

Former Member
0 Likes
2,096

Check <b>TFDIR</b> table for all the realeased status..

Read only

Former Member
0 Likes
2,096

Hi Conor,

1) Check table TADIR to know about relased status of function module.

Check field FREEDATE for released or not.

If it is initial then it is not released.

If it has value means it is realeased and FREEDATE is the released date.

2) Goto SE37 and give your function module and click on DISPLAY button.

Click on ATTRIBUTES tab and look into the field RELEASED ON if it is released, other wise it will have value NOT RELEASED.

Thanks,

Vinay