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

table for Function Modules

Former Member
0 Likes
754

Hi All,

Could you please do let me know, which is the standard table to see all list of available function modules and their status as whether they are active or not.

I have seen TFDIR, but here i could not able to find whether it is active or not.

Regards,

Jyotsna.

1 ACCEPTED SOLUTION
Read only

SharathYaralkattimath
Contributor
0 Likes
717

Hi Jyotsna,

each FM has an include associated in the function group. In attributes of FM copy the INCLUDE name &

--> Pass it to NAME & check the STATE field in PROGDIR table.

STATE--->'A' stands for Active.


Thanks,

Sharath

4 REPLIES 4
Read only

former_member730258
Participant
0 Likes
717

Try view V_FDIR.

Read only

SharathYaralkattimath
Contributor
0 Likes
718

Hi Jyotsna,

each FM has an include associated in the function group. In attributes of FM copy the INCLUDE name &

--> Pass it to NAME & check the STATE field in PROGDIR table.

STATE--->'A' stands for Active.


Thanks,

Sharath

Read only

0 Likes
717

Thank you guys...

I found the table.

Table : ENLFDIR

Thank you for your support.

Read only

Former Member
0 Likes
717

Hi,

You can find all the function modules in standard table "TFDIR".

Thanks,

Mallikarjuna