‎2012 Jan 05 10:39 AM
I want to schedule my report in background processing.,
Report name : TEST_REPORT
It has selection screen
I want to call this report in another report and execute the report TEST_REPORT with the selection screen value.
Can anyone help me on this.
Moderator Message: Thread locked.
Edited by: Suhas Saha on Jan 5, 2012 7:33 PM
‎2012 Jan 05 10:47 AM
Hi Sumithra,
You can create a tcode for first report.
Now there can be two ways -
1. From 2nd report, use export statement with the values of selection screen. And in the first report, write import statement to retreive those values. In Initialization event, Put them in your selection screen for first report.
2. Otherwise you can use Set/Get parameter option. For that you will have to create parameter id for your selection screen fields.
Regards,
Harsh Bansal
‎2012 Jan 05 10:58 AM
Hi Sumithra,
use instruction SUBMIT TEST_REPORT.
In the help for instruction SUBMIT you can find how to pass values and execute it in background.
Regards
Andrea
‎2012 Jan 05 11:01 AM
Sumitra,
please search SDN with schedule report in background from ABAP code