2008 Mar 28 9:25 AM
Hi Experts,
Help me to get Function module changed date & changed by.
For programs we can get the mentained information in TABLE : TADIR.
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
2008 Mar 28 9:40 AM
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
2008 Mar 28 9:54 AM
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.
2008 Mar 28 10:01 AM
Hi Rajasekaran,
Use FM FUNCTION_EXISTS to get the include name and then get data from TRDIR table.
Hope this helps
Thanks
Lakshman
2008 Mar 28 9:42 AM
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
2008 Mar 28 9:46 AM
2008 Mar 28 9:52 AM
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
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |