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

Problem with Call Transaction

Former Member
0 Likes
361

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

2 REPLIES 2
Read only

Former Member
0 Likes
340

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...............

Read only

Former Member
0 Likes
340

Hi

This is the interactive report if you will use At user command event in your report.

Aditya