‎2006 Nov 24 5:23 AM
i need the through which program the table TFDIR is going to be executing, and is giving the attributes of the function module.
‎2006 Nov 24 5:29 AM
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.
‎2006 Nov 24 5:44 AM
by what program/function module it is going to give me the attribues data....
i need that one.......
‎2006 Nov 24 5:48 AM
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.
‎2006 Nov 24 6:06 AM
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.
‎2006 Nov 24 6:28 AM
‎2006 Nov 24 5:32 AM
TFDIR is a transparent table which stores attributes of a function module. U can get the attributes of a FM by querying this table.
‎2006 Nov 24 6:03 AM
through which program/function module it is going to call the function module data/attributes.