‎2008 Aug 22 8:14 AM
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
‎2008 Aug 22 8:16 AM
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]
‎2008 Aug 22 8:17 AM
‎2008 Aug 22 8:17 AM
refer to the link:
http://help.sap.com/saphelp_nw04/Helpdata/EN/9f/dba51a35c111d1829f0000e829fbfe/content.htm
for ranges:
http://help.sap.com/saphelp_webas620/helpdata/en/9f/dba71f35c111d1829f0000e829fbfe/content.htm
also refer to the thread:
With luck,
Pritam.
‎2008 Aug 22 8:20 AM
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
‎2008 Aug 22 8:20 AM
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