2010 Jul 16 7:29 AM
Hi Gurus,
2010 Jul 16 7:43 AM
Hi
Can you please explain in detail, waht exactly you want to do?
You can write your code under user command checking the value of function code for BACK button under sy-ucomm.
like:
case sy-ucomm.
when 'BACK'.
leave to screen 0.
end case.
but this should be in PAI module of the screen.
Thanks
Lalit Gupta
2010 Jul 16 7:44 AM
Hi...
For handling BAck Button
MAke a PF Status and define Button BACK Button in standard tool bar option. Then Double Click the back Button and in function attributes define function type as 'E'.
now in module user_command input write given below code..
case ok_code.
when 'BACK'.
set screen 0.
endcase.i hope you understand.
Regards
Shelly MAlik
2010 Jul 16 8:01 AM
hi,
Explain your problem i n detail, only then someone can help you.