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

Function Module

Former Member
0 Likes
579

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
Read only

Former Member
0 Likes
540

Hi,

Check table TFDIR.

Regards,

Atish

5 REPLIES 5
Read only

Former Member
0 Likes
541

Hi,

Check table TFDIR.

Regards,

Atish

Read only

0 Likes
540

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

Read only

naimesh_patel
Active Contributor
0 Likes
540

Check the table FUNCPARA for FM's parameter.

Regards,

Naimesh Patel

Read only

0 Likes
540

hi naimesh,

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

Read only

0 Likes
540

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