‎2007 Oct 15 6:05 AM
Hi,
I am Using IE03 Transaction..
I added a Menu From Menu Exit and By clicking that Button I need to Call a transaction by filling the values and go to the Next screen . and When I press back it should come to the orignal screen..
This is not an Interactive Report.
How to Do this ... ..
Points will be awarded.
Regards,
Jayasimha
‎2007 Oct 15 6:16 AM
Hi
use case statement for that and take sy-ucomm
data r_ucomm type sy-ucomm.
case r_ucomm.
when 'call'
call transaction .........
design back button in se41(menu painter ) give the code for that...............
‎2007 Oct 15 6:48 AM
Hi
This is the interactive report if you will use At user command event in your report.
Aditya