‎2008 Apr 18 5:51 AM
Hi ,
I have a requirement to find the given function module's details like function groups,last changed by,... etc., Is there any table carrying that specific information.
Regds.
‎2008 Apr 18 7:56 AM
each FM has an include associated in the function group.
The entry of that include is made in the table/view 'PROGDIR'. You can get the details like last modified and 'responsible' from that table.
However, you still need to identify what's the include associated with that FM.
‎2008 Apr 18 5:52 AM
Hi,
You can find such information in the Attributes of the function module itself.
Regards,
Jagadish
‎2008 Apr 18 5:58 AM
I am writing a report where user will give the function module name.
regds.
‎2008 Apr 18 6:05 AM
‎2008 Apr 18 6:06 AM
Hi,
Take the function module in transaction SE37.
open it in display mode. Go to attributes tab. There u will get info like package, last changed etc...
Then press CntrlShiftF5 . It will get opened in the function group.
Pls reward points if useful.
Regards,
Renjith Michael.
‎2008 Apr 18 6:07 AM
Hi,
You can find details like function group,person responsible,last changed by etc in attributes tab of that function module only.
Regards,
Swetha.
‎2008 Apr 18 7:56 AM
each FM has an include associated in the function group.
The entry of that include is made in the table/view 'PROGDIR'. You can get the details like last modified and 'responsible' from that table.
However, you still need to identify what's the include associated with that FM.