Application Development 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: 

Function Module

Former Member
0 Kudos

hi,

i'm planning to make a program especially for the beginners... wherein a user will type the function module they want on the selection screen and when executed it will appear on screen the description of the function module they type also it will appear the what are the parameters if that function module.

i want to ask .. is there a table wherein it will appear all the SAP-ABAP Function Modules???

thanks,

bryan

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Check table TFDIR.

Regards,

Atish

5 REPLIES 5

Former Member
0 Kudos

Hi,

Check table TFDIR.

Regards,

Atish

0 Kudos

thanks atish... it very helpfull for me...

naimesh_patel
Active Contributor
0 Kudos

Check the table FUNCPARA for FM's parameter.

Regards,

Naimesh Patel

0 Kudos

hi naimesh,

table FUNCPARA does not exist in an ABAP Dictionary... is there any other table???

0 Kudos

Sorry it was my mistake.

Check the table FUPARAREF. Give FM name in the FUNCNAME. You will get all the parameters of that FM.

Regards,

Naimesh Patel