‎2009 Nov 28 2:02 AM
Hi,
I am trying to find out any FMs or tables through which the development class(package) can be found out for list of custom Function modules. Currently using TADIR table we can find out dev class for function groups only.
Thanks
JLN
‎2009 Nov 28 2:39 AM
Try to find function group of the function module, and you know how to find pacakage of function group.
Hope your issue is resolved.
‎2009 Nov 28 2:52 AM
Hi,
This does not solve the issue, where in i have the list of various FMs only. It will be difficult to find function grp for each FM one by one. I want to reduce this manual effort.
Thanks
JLN
‎2009 Nov 28 3:00 AM
check database table ENLFDIR
or view V_FDIR
Hope your issue is resolved now.
Edited by: Harsh Bhalla on Nov 28, 2009 8:31 AM
‎2009 Nov 28 3:06 AM
‎2009 Nov 28 3:15 AM
Hi Lakshmi,
First Go to Table and pass your FM name to Table ENLFDIR Find Function Group and then go to TADIR Table and pass this FGroup as OBJ_NAME and get the DEVCLASS.
Use FM
"RS_ACCESS_PERMISSION
And Pass Object as FM name Object_CLASS as FUNC and Mode as SHOW you will get all the Details.
You will get the Details into a Structure header-transpkey(This is a Deep Structure)Hope this will give you the Correct Answer.
Cheerz
Ram