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: 

Data getting messed when excuted in background

Former Member
0 Kudos

Hi Experts,

I have developed a Z report and output is perfect when executed within se38 or using T-code.

But I am facing problem when the same report is excuted in background ie using own spool request

as At line selection is not working and more over the report is getting messed up like....top-of-page

and corresponding data under it then again top-of-page and some date under like wise till end

top-of-page is repeating.

Can any one please advice me why is it so?

Thanks

Karthik

Edited by: Karthik R on Apr 7, 2009 4:47 PM

1 ACCEPTED SOLUTION

babu_kilari4
Active Contributor
0 Kudos

Karthik,

What is the order of events that you have used in your report?

Jst check that once and let us know

Thanks,

Babu Kilari

7 REPLIES 7

babu_kilari4
Active Contributor
0 Kudos

Karthik,

What is the order of events that you have used in your report?

Jst check that once and let us know

Thanks,

Babu Kilari

0 Kudos

Hi Babu,

This is order of my report,

1. START-OF-SELECTION.

2. WRITE STATEMENT.

3. AT LINE-SELECTION.

4. WRITE STATEMENT (DURING LINE-SELECTION)

5.END-OF-SELECTION.

TOP-OF-PAGE.

TOP-OF-PAGE DURING LINE-SELECTION.

Please advice

Karthik

0 Kudos

refresh header internal table at the beginning of top of page.

0 Kudos

AT LINE-SELECTION will not work if you run a report in background

Thanks.

0 Kudos

Karthik,

AT LINE SELECTION might not work in background job.

Above statement comes under interactive report

Thanks

0 Kudos

Hi Babu,

Thanks u

Former Member
0 Kudos

Hi,

Its not possible to handle backround job for interactive report..

Regards,

Pavan