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

modulepool

Former Member
0 Likes
419

Hi friends,

1. wt r the funtion keys for 'exit' and 'cancel' in modulepool program?

3 REPLIES 3
Read only

vinod_vemuru2
Active Contributor
0 Likes
399

Hi Ramesh,

For most of the programs it will be Shift+F3 for exit and F12 for cancel.

But it can be different also. Just open ur program in SE80. Expand screens. double click the screen for which u want to check the function keys. Now check the PF status of this screen(Can get it from the code, PBO module of that screen).

click on that GUI status and here u can check the function keys assigned to exit and cancel.

Thanks,

Vinod.

Edited by: Vinod Kumar Vemuru on May 21, 2008 6:35 PM

Read only

prasanth_kasturi
Active Contributor
0 Likes
399

Hi,

The R/3 System uses function keys to allow users quick access to commonly-used functions. The function keys are special keys on the keyboard (F keys) which enable you to trigger functions without having to use the menu.

To add function keys to your interface, you must assign each function code a specific function key.

In the R/3 System, there is a distinction between:

Reserved function keys

Recommended function key settings

Freely assigned function keys

The following function keys are reserved by SAP, and cannot be changed:

F1 Help ...F3 Back...F4 Possible entries....F12 Cancel

and for exit the function key is shift+f3

to know the function keys of a button jst put the cursor on that button and you can know the function key

reward if helpful

prasanth

Read only

Former Member
0 Likes
399

hi ramesh,

while creating the EXIT and CANCEL Buttons in Module Pool under Function key put the type as 'E' for both the buttons and in PAI write the code under the module AT EXIT COMMAND.

so that it wont consider the mandatory fields in the screen.

hope this will help u.

murashali...

Edited by: murashali on May 21, 2008 3:51 PM