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: 

One logical question related to ABAP report.

Former Member
0 Kudos

Hi,

I have one basic list report XYZ having some field like employee number. my requirement was is that to get the detail information on the same basic list XYZ.

when using submit and return statement in basic list to call other report what will happen ?

Not sure whether it will go into loop. If it will go to infinite loop then what is the way to come out from the loop.

May be i am not explain the requirement correctly . Plz let me know the solutions?

Thanks in Advance !!!!

1 REPLY 1

Former Member
0 Kudos

Yes - it'll loop. you can set up a hidden parameter on the selection screen called say, x_sub. It's normally blank, but when you submit it through the program, set it to 'X'. Then when you go to submit the program if x_sub = 'X', don't do the submit.

Rob