‎2006 Oct 28 10:10 AM
Hi,
Kindly let me know where exactly function modules are getting stored in SAP?
‎2006 Oct 28 10:19 AM
hi ramesh,
If it is just to find some function list it will be OK to follow the menu selection at "SE37" screen as:
Utilities->Find.
However if the issue is to get a list it may be logical to select values from the table "TFDIR" or using the view "V_FDIRT". Those also include some technical info about function modules.
For the parameter interface of a function module you can use the table "FUPARAREF".
The second thing is to eliminate customer function modules. So the where condition while selecting from the table must be designed to exclude function modules whose name starts with 'Z', 'Y' or if exits the namespace reserved for the company.
Regards,
anver
if helpful pls mark points
‎2006 Oct 28 10:52 AM