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

Data getting messed when excuted in background

Former Member
0 Likes
1,182

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
Read only

Former Member
0 Likes
1,150

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

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

7 REPLIES 7
Read only

Former Member
0 Likes
1,151

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

Read only

0 Likes
1,150

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

Read only

0 Likes
1,150

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

Read only

0 Likes
1,150

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

Thanks.

Read only

0 Likes
1,150

Karthik,

AT LINE SELECTION might not work in background job.

Above statement comes under interactive report

Thanks

Read only

0 Likes
1,150

Hi Babu,

Thanks u

Read only

Former Member
0 Likes
1,150

Hi,

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

Regards,

Pavan