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

Transaction Code to list all standard function modules available in SAP

Former Member
0 Likes
3,991

Is there any transaction code to list all standard function modules with their

grouping.......like in transaction BAPI all bapis are listed w.r.t. their

functionalities....

1 ACCEPTED SOLUTION
Read only

former_member404244
Active Contributor
2,462

Hi,

There is no such transaction code where u can find all the function modules like BAPI..however u can check the table TFDIR to see the FM'S..

Regards,

Nagaraj

6 REPLIES 6
Read only

Former Member
0 Likes
2,462

SE37

Read only

Former Member
0 Likes
2,462

TCODE : SE37

You can find all FMs here but they are grouped on the basis of their function group..unlike BAPIs.

Hope this helps!

Read only

0 Likes
2,462

I dont want se37 i want transaction like- BAPI where we get list of all functions with their divisions

Read only

0 Likes
2,462

Then Try SE84 -> Program Library -> Function modules. Execute to list all FMs.

By the way may we ask the purpose for it, as my ECC 6.0 system has exactly 3,78,979 FM's.

Otherwise if this is an interview question, press the abuse button ( a small yellow traingle at the right of your message subject line ), and in the coming page enter "Interview question" and press Report Abuse.

Hope i have cleared your query.

Regards

Karthik D

Read only

former_member404244
Active Contributor
2,463

Hi,

There is no such transaction code where u can find all the function modules like BAPI..however u can check the table TFDIR to see the FM'S..

Regards,

Nagaraj

Read only

Former Member
0 Likes
2,462

ANSWERED