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

Submit Report

Former Member
0 Likes
524

Hi

In the execution of a report(A) I have to Submit another report(B) for processing, the issue is that if i have to pass value in the selection parameter of the report(B). What are the ways to pass the value to this report B selection Screen.

Regards

Jai

5 REPLIES 5
Read only

Former Member
0 Likes
504

hi ,

SUBMIT {rep|(name)}

[USING SELECTION-SCREEN dynnr]

[VIA SELECTION-SCREEN]

[USING SELECTION-SET variant]

[USING SELECTION-SETS OF PROGRAM prog]

[WITH SELECTION-TABLE rspar]

Read only

Former Member
Read only

Former Member
Read only

Former Member
0 Likes
504

Please have a look at below help provided by SAP.

http://help.sap.com/saphelp_nw04/Helpdata/EN/9f/dba51a35c111d1829f0000e829fbfe/content.htm

I hope it helps.

Best Regards,

Vibha

Read only

narin_nandivada3
Active Contributor
0 Likes
504

Hi Jaideep,

Please check these Links for sample programs on SUBMIT statement for filling the selection screen of other program

http://abaplovers.blogspot.com/2008/04/sap-abap-calling-executable-programs.html

http://www.sapdevelopment.co.uk/reporting/rep_submit.htm

Hope this would help you to solve the issue.

Good luck

Narin