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

Background processing for a report with selection screen

Former Member
0 Likes
587

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

3 REPLIES 3
Read only

Harsh_Bansal
Contributor
0 Likes
498

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

Read only

Former Member
0 Likes
498

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

Read only

Former Member
0 Likes
498

Sumitra,

please search SDN with schedule report in background from ABAP code