2006 Nov 06 5:35 PM
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.
2006 Nov 06 5:40 PM
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
2006 Nov 06 5:41 PM
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>
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |