Application Development 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: 

execute an ABAP report from other screen

Former Member
0 Kudos

I have 2 screens, 1000 in which the execute button is there and 0200 in which i am request some dynamic parameters. so now i have to first save the changes in 0200 and then i come back to screen 1000 and then execute the program.

screen 1000

screen 0200

as soon as i save it i come back to screen 1000 and then i have to press execute button.

I achieved this by calling the page number in the save function but if i do that then i cant come back to the selection screen again, so i was looking for an alternate solution.

Thanks

1 REPLY 1

Sandra_Rossi
Active Contributor
0 Kudos

May I dare asking you which ABAP statements and function modules you used for each action, so that we can help you?