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 information

Former Member
0 Likes
623

Hi I am in Development server

1 I want to get all the.Z function modules and

2. The table in which they are stored.

3. And the module which they are stored say ex MM ,PP or SD.

5 REPLIES 5
Read only

Former Member
0 Likes
598

Hi

u can get all the function modules in table TFDIR....including z function modules.

Read only

Former Member
0 Likes
598

Link for all SAP standard FMs:

http://www.erpgenie.com/abap/functions.htm

http://www.sapbrainsonline.com/REFERENCES/FunctionModules/SAP_function_modules_list.html

For Custom FMs...........

Goto transaction <SE37> -


> enter Z* -


> Press F4

Read only

Former Member
0 Likes
598

Hi,

You go to se37 Transaction and give Z*f4.

You will get list of function modules.

you can also see in se80 transaction through the function group name.

Regards,

Sindhu

Read only

0 Likes
598

Hi i have a Z function module how can i find what are the programs using this function module

Read only

0 Likes
598

Hi,

Go to SE37.

Give your FM name

Click the Icon for Where used list(Beside Excute) or

Press CtrlShiftF3.

You will get One Screen. press Enter

Reward If found Helpful

Regards

Sandipan