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

Funcntion Modules

Former Member
0 Likes
372

Hi,

Kindly let me know where exactly function modules are getting stored in SAP?

2 REPLIES 2
Read only

anversha_s
Active Contributor
0 Likes
340

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

Read only

Former Member
0 Likes
340

hi ramesh,

Check

Regards,

santosh