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

HOW TO CALL FUNCTION MODULE FROM ABAP4 EDITOR

Former Member
0 Likes
5,883

HI !

friends

I want to call function module from abap 4 editor.

is there any shortcut key from edit menu through which if give a function module name then it calls the function automatically?

points will be awarded.

Cheers

troy

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,609

Hi,

You can press the Button PATTERN on Menu

enter the function module name in the popup window.

it will bring the coomplete code to the SE38 program.

reward if useful

regards

Anji

3 REPLIES 3
Read only

Former Member
0 Likes
1,610

Hi,

You can press the Button PATTERN on Menu

enter the function module name in the popup window.

it will bring the coomplete code to the SE38 program.

reward if useful

regards

Anji

Read only

Former Member
0 Likes
1,609

command will be like this

<b> call function 'YW2_GET_MNW_PERIOD'

exporting

w_budat = v_datum

importing

w_period = i_date-period

w_period_desc = i_date-p_desc.</b>

Regards

prabhu

Read only

Former Member
0 Likes
1,609

Hi Troy,

Ctrl+F6 is the short cut key for Pattern button. Press this and give u r FM name or <keyword> presss F4 it will display all FM name.

Hope this helps you, reply for queries, Shall post you the updates.

Regards.

Kumar.