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

Dev class for Function Modules

Former Member
0 Likes
1,366

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

5 REPLIES 5
Read only

Former Member
0 Likes
1,003

Try to find function group of the function module, and you know how to find pacakage of function group.

Hope your issue is resolved.

Read only

0 Likes
1,003

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

Read only

0 Likes
1,003

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

Read only

0 Likes
1,003

This was a good one. Thanks.

Read only

Former Member
0 Likes
1,003

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