‎2009 Jul 29 11:35 AM
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
‎2009 Jul 29 11:40 AM
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
‎2009 Jul 29 11:43 AM
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.
‎2009 Jul 30 9:32 AM
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.