‎2007 May 11 11:46 AM
Hi everyone,
can anyone tell me in which database table all the function modules and their corresponding function groups are stored ?????
<b>helpful answers will be highly appreciated..............</b>
‎2007 May 11 11:55 AM
Hi,
could u please tell the field in <b>TFDIR</b> table which has corresponding function group name????
I want to get all the custom function modules and their corresponding function groups?????
Message was edited by:
kiran kumar
‎2007 May 11 11:48 AM
hi,
TFDIR is the table in which FMs are stored.
Regards
Sailaja.
‎2007 May 11 11:49 AM
‎2007 May 11 11:52 AM
Hi Kiran,
All the function modules are stored in table <b> TFDIR</b>
Reward points if helpful.
Regards,
Hemant
‎2007 May 11 11:53 AM
hi,
When a function group is created, a program SAPL<functiongroup name> gets created.
Ex: function module : VRM_SET_VALUES
program name : SAPL<b>SVSM</b> "Bold is function group name
function group name : SVSM
Regards
Sailaja.
‎2007 May 11 11:55 AM
Hi,
could u please tell the field in <b>TFDIR</b> table which has corresponding function group name????
I want to get all the custom function modules and their corresponding function groups?????
Message was edited by:
kiran kumar
‎2007 May 11 11:56 AM
the PNAME field. Just remove the 'SAPL' from the PNAME and you should have the function group name.
Sudha
‎2007 May 11 11:56 AM
Hi,
The field Program specifies the Function Group name.
Just remove the SAPL from the Program value.
The rest is the Function Group.
e.g. if it shows SAPLZTEST. then ZTEST is the FG name.
Regards,
Himanshu