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

creation date of function module

gaurav_punj
Associate
Associate
0 Likes
2,325

Is it possible to find the creation date of the function module (not of function group)?

Regards

Gaurav

3 REPLIES 3
Read only

praveen_reddy2
Active Participant
0 Likes
1,015

hELLO,

You will get the include name for respective Fm in attributes TAB.

Just pass the Include name of a function module in TRDIR Table.

Regards,

praveen.

Read only

Former Member
0 Likes
1,015

Hi Gaurav,

Call the FM FUNCTION_INCLUDE_INFO passing the function module name, you will get the corresponding include name from the changing parameter INCLUDE. pass this include name to the FM READ_TRDIR (or you can directly select from TRDIR)and you can get the creation date from the export parameter - E_TRDIR-CDAT.

Regards,

Chen

Edited by: Chen K V on May 19, 2011 4:33 PM

Read only

Former Member
0 Likes
1,015

Hi Gaurav,

Plz check d attribute tab of that Function Module. It gives all information abt FM.

Regards

Dhiraj Dangore