‎2007 Mar 23 6:04 AM
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
‎2007 Mar 23 6:06 AM
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
‎2007 Mar 23 6:06 AM
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
‎2007 Mar 23 6:08 AM
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
‎2007 Mar 23 6:11 AM
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.