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

Report Output Changed when Executed in Background

Former Member
0 Likes
488

Hi Guys,

I have generated a report,which when executed online displays

four records.

But when i am executing the same report in background by generating a spool,my output is changed,such as third record is missing and i am getting only three records.

In the place of the third record an empty line is displayed.

whats the reason for it?

Can anyone help me in this regard.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
468

What is the width of your output? The output shown in the spool also depend on the properties of the printer you select. check properties ---> format. it shout be something like X_65_255 which means the maximum output displayed will be 255 characters? you might want to select a printer format which is more that what you want to display

3 REPLIES 3
Read only

Former Member
0 Likes
469

What is the width of your output? The output shown in the spool also depend on the properties of the printer you select. check properties ---> format. it shout be something like X_65_255 which means the maximum output displayed will be 255 characters? you might want to select a printer format which is more that what you want to display

Read only

0 Likes
468

Hey Aparna,

I have a report which has more than 400 characters in width. When I execute the report in background, I dont have a printing format of more than 255 characters. Therefore the generated spool has only 255 characters.

How can I get the complete spool? Is there a way to define printing format or any other T-Code to print the generated spool?

Regards,

Anosh

Read only

0 Likes
468

Hey Anosh,

Look for a printer which displays more that 255 characters by F4 help. There could be a posible LOCL1. If you dont have any in your system you have to ask the Basis guys to create one Z format, something like Z_64_512 or Z_64_1023. After you use this format, Go to the spool dispay there is an ICON in the menu bar which says Display in Maximum Width. Use that to display lists more than 255 characters wide.