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: 

going to sap standars main menu

Former Member
0 Kudos

i need to go to the standard sap main menu afterdisplaying the list how can i do this .please help

2 REPLIES 2

Former Member
0 Kudos

you mean after displaying the list when you go back then it should exit from the program and the first screen [that is SAP Easy Access] that comes when you log into the system should come??? for this you can code in your program :

LEAVE TO SCREEN 0.

Hope this is useful.

Regards,

Saba

madan_ullasa
Contributor
0 Kudos

Hi,

Code the <- 'BACK' button to exit from the program in your menu bar... Do this in Menu painter and then using at user-command exit out of the program..

regds,

Madan..