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

How to find out which function group contains what function modules

Former Member
0 Likes
5,442

Hi,

I have found lists of function groups from the table TADIR. When i queried for function modules by giving object type as func,

I didnt retrieve any function modules. So, I got the lists of function modules from the table TFDIR.

Now , I need to know, these function modules belong to which function groups.

Since there are some 4000 function modules, it is difficult to go to SE80, query for function group and retrieve corresponding

function modules.

Is there any quicker way to achieve this. Thanks in advance.

Thanks,

Abirami

3 REPLIES 3
Read only

Former Member
0 Likes
2,541

Hi,

Your answer is already in table TFDIR. Remove the prefix SAPL from the field PNAME and what remains is the function group.

Regards,

Nick

Read only

Former Member
0 Likes
2,541

Hi,

You will find the attribute/field - PNAME(Program name) in TFDIR.

It would be something like SAPLZXXXXXX, now the Function group name is wah t follows the 'SAPL'.

For E.g - if it is SAPLZFI_FB02, then the functiona group name will be ZFI_FB02.

You can download the entries from TFDIR into excel and delete the SAPL from the PNAME column. sort it and you will get the function modules associated with the functiona group.

Hope this helps.

Read only

sivasatyaprasad_yerra
Product and Topic Expert
Product and Topic Expert
0 Likes
2,541

Execute the function module FUNCTION_SELECT_TFDIR to get the function modules defined in the particular function group. Function group name should be provided in IM_COMPLETE_AREA importing parameter.

Exporting parameters contain the function module differentiated by Remote enabled FM's and others.

Regards,

Siva.