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

MODUL POOL - back button on standard tool bar - how to add functionality ?

Former Member
0 Likes
603

Hi , I am doing module pool screen programming, I need to activate the back button on the SAP standard toolbar what is the command for the same.

I have activated a close button as leave to screen 0.

but what is the command for the back button ?

thanks.

Hi , I am doing module pool screen programming, I need to activate the back button on the SAP standard toolbar what is the command for the same.

I have activated a close button as leave to screen 0.

but what is the command for the back button ?

thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
485

hI

It's the same of close button: the statament leave to screen 0 or set screen 0. leave screen, back to calling point.

Max

Read only

Former Member
0 Likes
485

Hi Avakash,

The Standard OK_Code for Back button is '<b>BACK</b>'.

Now you can put logic in User Command:

CASE ok_code.

when 'BACK'.

LEAVE TO SCREEN 0.

Reward points if this helps.

Manish<b></b>