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

Table for Function modules - Changed date & Changed by.

Former Member
3,495

Hi Experts,

Help me to get Function module changed date & changed by.

For programs we can get the mentained information in TABLE : TADIR.

6 REPLIES 6
Read only

Lakshmant1
Active Contributor
1,690

Hi Rajasekhran,

You can check in table REPOSRC/TRDIR by passing the include name (Function Module include name) of the function pool program name.

Thanks

Lakshman

Read only

0 Likes
1,690

Hi,

Thanks for your info.

Table : REPOSRC is not available (4.6C).

I have list of function modules to get the changed details which doesn't have includes.

Read only

0 Likes
1,690

Hi Rajasekaran,

Use FM FUNCTION_EXISTS to get the include name and then get data from TRDIR table.

Hope this helps

Thanks

Lakshman

Read only

Former Member
0 Likes
1,690

Function Modules change history can be retrieved from table TRDIR.

Function Module stores a program Include in table TRDIR.

The details of the Function Module can be found in Attributes-->general data tab in the Function Module.

You need to pass the Include which correponds the FM.

Hence you can find the Log changes.

Hope this helps.

Regards

Vinayak

Read only

Former Member
0 Likes
1,690

hi ,

check the table DBTABLOG

regards,

venkat.

Read only

Clemenss
Active Contributor
0 Likes
1,690

Hi Rajasekaran,

the change of function modules can not be determined easily because they are organized in function groups.

If any function in a function group is modified, the program frame is changed. From table TFDIR you get the program names, check them against TADIR/TRDIR.

Regards,

Clemens