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: 

From report 2, go back to either sleection-screen 100 or 200 in report 1

aris_hidalgo
Contributor
0 Kudos

Hello experts,

How do I go back to zreport1 selection-screen 100 from zreport2? I'm presently having problem with this since when I press back it goes to the source code of zreport1 and not on the selection-screen of it.

Again, thanks for bearing with me and have a nice day to all!

1 ACCEPTED SOLUTION

laxmanakumar_appana
Active Contributor
0 Kudos

Hi,

Use submit statement like below from zreport2.

submit zreport1 via selection-screen

and return.

Laxman

4 REPLIES 4

Former Member
0 Kudos

Hi,

Pls write statement in the at user-command of report 2.

just put <b>leave to transaction 'xxxx'</b>. It should work.

Regards,

Sudhakar.

Former Member
0 Kudos

Hi Viraylab,

In the AT USER-COMMAND of ZREPORT2,Just specify as follows.

<b>LEAVE TO LIST-PROCESSING ZREPORT1.</b>

Thanks,

Vinay

laxmanakumar_appana
Active Contributor
0 Kudos

Hi,

Use submit statement like below from zreport2.

submit zreport1 via selection-screen

and return.

Laxman

0 Kudos

Hi,

i think " leave to transaction " is the best approach to call zreport1 of selection screen. In reality report would be assigned to some tcode.

Leave to transaction terminate the current screen sequence and call the report .

Regards,

Sudhakar.