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

Call Function

Former Member
0 Likes
719

Can anybody explain about the Call function, Where can i see the List of Call functions , In what are the Sitauations can i use call function.

Please explain me.

4 REPLIES 4
Read only

Former Member
0 Likes
695

Hi,

It is a part of modulerization of code.

You can write Function module in SE37 and also from there itself you can display it.

Now you can call this FM in your report using call function

e.g.:

CALL FUNCTION 'GMG_GMGT_GMGR_COLLECT'

EXPORTING

i_subname = 'CI_GMGR'

i_gmgr = wa_gmgr.

Reward if useful!

Read only

former_member194669
Active Contributor
0 Likes
695

Hi,

Use tran code SE37, you find all list of function modules.

aRs

Read only

Former Member
0 Likes
695

hi

http://www.erpgenie.com/abap/functions.htm (list of func mod)

regards

ravish goyal

<b>plz dont forget to reward points if useful</b>