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: 

creation date of function module

gaurav_punj
Explorer
0 Kudos

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

Regards

Gaurav

3 REPLIES 3

praveen_reddy2
Active Participant
0 Kudos

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.

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi Gaurav,

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

Regards

Dhiraj Dangore