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

the program behind the TFDIR Table

Former Member
0 Likes
1,098

i need the through which program the table TFDIR is going to be executing, and is giving the attributes of the function module.

7 REPLIES 7
Read only

Former Member
0 Likes
1,048

Hi Dasr,

The TFDIR is a transparent table which stores the attributes of a function module. You can get the attributes of a FM by querying this table.

Do let us know if you need anything more.

Regards,

Chetan.

PS: Reward points if this helps u.

Read only

0 Likes
1,048

by what program/function module it is going to give me the attribues data....

i need that one.......

Read only

0 Likes
1,048

Hi Dasr,

Go to SE16-->Enter table name as TFDIR. Press Enter. Now on the selection screen enter FM Name as REUSE_ALV_GRID_DISPLAY. Press Execute.

This would give you the attributes of this FM.

Similarly in your program, you can get the attributes of a particular FM by querying this table.

Regards,

Chetan.

PS: Reward points if this helps.

Read only

0 Likes
1,048

i know through tfdir we can get the attributes by entering the function module.

my requirement is different.

what is the program/function module it(tfdir) is going to trigger to give the output.

Read only

0 Likes
1,048

Hi,

SAPLSD02 is the program

Read only

Former Member
0 Likes
1,048

TFDIR is a transparent table which stores attributes of a function module. U can get the attributes of a FM by querying this table.

Read only

0 Likes
1,048

through which program/function module it is going to call the function module data/attributes.