Application Development 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: 

FInd the function code for the context menu option

Former Member
0 Kudos

Hi,

Is there a sequence of control keys that I can press while I am choosing or highlighing the option from the context menu to find the funtion code for it?

Thanks,

RT

2 REPLIES 2

Former Member
0 Kudos

Rob,

From the menu bar, choose System > Status.

Double-click on the GUI status textbox in the pop-up window.

This will navigate you to SE41 the Menu Painter. You will see the available function codes here.

Former Member
0 Kudos

Hi Thomas,

F5 ED_DOUBLE_ Double

F6 ED_CONCAT_ Concatenate

F7 ED_SHIFT_L Move

F8 WB_EXEC Direct processing

Shift-F1 ED_PRETTY_ Pretty Printer

Shift-F6 WB_BACK_TB Previous object

Shift-F7 WB_FORWARD Next Object

Shift-Ctrl-0 ED_MOD_RES Undo modification

Ctrl-F5 ED_UNDO Undo

Ctrl-F6 ED_INS_FRA Pattern

Ctrl-F7 WB_CHECK_M Check main program

Ctrl-F8 ED_HELP_AB Help on...

Ctrl-F9 ED_DEL_LIN Delete Row

Ctrl-F10 ED_INS_LIN Insert line

Ctrl-F11 ED_CUT Cut

Ctrl-F12 ED_COPY Copy

Ctrl-Shift-F1 ED_PASTE Paste

Ctrl-Shift-F2 WB_MOD_OVE Modification over..

Ctrl-Shift-F3 WB_WHERE_U Where-used list

Ctrl-Shift-F4 WB_NAVSTAC Display navigatio..

Ctrl-Shift-F5 WB_OBJECT_ Display object list

Ctrl-Shift-F6 ED_MOD_REP Replace line area

Ctrl-Shift-F7 ED_MOD_DEL Delete line area

Ctrl-Shift-F8 ED_MOD_INS Insert line area

Ctrl-Shift-F11 ED_GOTO_EN Go to End of Unit

Rgds,

Jothi.