‎2007 Nov 27 3:03 AM
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
‎2007 Nov 27 3:05 AM
‎2007 Nov 27 3:05 AM
‎2007 Nov 27 3:16 AM
‎2007 Nov 27 3:05 AM
Check the table FUNCPARA for FM's parameter.
Regards,
Naimesh Patel
‎2007 Nov 27 3:17 AM
hi naimesh,
table FUNCPARA does not exist in an ABAP Dictionary... is there any other table???
‎2007 Nov 27 4:03 AM
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