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: 

Submit a Report from another report

Former Member
0 Kudos

I have 2 reports a and b. Both have similar selection screen. The only difference is that the mandatory fields of the 2 reports are different from each other. My requirement is that, when the user selects a radio button 'Summary' in report 'a' , it should call report 'b' retaining the selection-screen values in report 'a'. Can anybody please give me a solution for this ? When i use submit report b... It is going to report b but, the values are getting cleared ..

1 REPLY 1

Former Member
0 Kudos

If both screens are selection-screens, you can use SUBMIT ... SELECTION-SCREEN values.

For more information refer to this weblog(and also try F1 on SUBMIT):

/people/horst.keller/blog/2004/10/27/abap-geek-4-150-the-mystery-of-submit-unveiled

and

http://help.sap.com/saphelp_46c/helpdata/en/34/8e72d96df74873e10000009b38f9b8/frameset.htm

Regards,

Subramanian V.

Message was edited by: Subramanian Venkateswaran