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

Function Module

Former Member
0 Likes
656

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>

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
630

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

7 REPLIES 7
Read only

Former Member
0 Likes
630

hi,

TFDIR is the table in which FMs are stored.

Regards

Sailaja.

Read only

Former Member
0 Likes
630

TFDIR

Read only

Former Member
0 Likes
630

Hi Kiran,

All the function modules are stored in table <b> TFDIR</b>

Reward points if helpful.

Regards,

Hemant

Read only

Former Member
0 Likes
630

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.

Read only

Former Member
0 Likes
631

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

Read only

0 Likes
630

the PNAME field. Just remove the 'SAPL' from the PNAME and you should have the function group name.

Sudha

Read only

Former Member
0 Likes
630

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