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: 

Output from Background Job to multiple users

Former Member
0 Kudos

Hello Experts,

I created a background job to run a report with the output to the users via a distribution list. Hoever, when the attachment is viewed from the SAP Inbox (SBWP) i can only see part of the report output.

Any reasons this could happen and insights into the solution.

I can however see the whole output if i go to SP02 and view the spool.

Any help will be appreciated.

Thanks,

Rohit

1 ACCEPTED SOLUTION

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

What release are you on? We had the same issue in 46c, we applied a note so that the output is not limited to 1000 lines. Unfortunatly, it appears that the note has been removed or absorbed into another one.

Regards,

Rich Heilman

4 REPLIES 4

Former Member
0 Kudos

Hello,

If it is a classical report try to make it wider.

something like this

report yreport LINE-SIZE 500.

Hope this helps

gabriel

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

What release are you on? We had the same issue in 46c, we applied a note so that the output is not limited to 1000 lines. Unfortunatly, it appears that the note has been removed or absorbed into another one.

Regards,

Rich Heilman

0 Kudos

Rich,

We are on 4.7. This report is basiaclly a query report and run in background with a spool list distribution. It seems very strange that i would get only partial list when i view it through the SAP Inbox and the complete report through SP02. i did change the settings in the spool to display upto 1000 lines however didnt seem it helped.

Any thoughts??

Thanks.

Rohit

0 Kudos

SAP Note 930570 referrs to the note which I'm talking about, but if you try to access note 329537, it will say it is no longer there. The note shows how to make this my dynamic, instead of hardcoding the values in program RSBTCRTE.

If you want to have a quick fix, and this truely is your issue, you can try hacking the program RSBTCRTE, where it calls RSPO_SPOOLJOB_TO_OFFICE.

I assume that it may be having the last line parameter as 1000, you can change to something more.

Regards,

Rich Heilman