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 alv display

Former Member
0 Likes
740

Hi ,

when i am running alv in backgroud the alv display but not in one row just example alv o/p is such as

col1|col2| col3|col4|

but o/p comes like this

col1|col2|

col3|

please solve issue

1 ACCEPTED SOLUTION
Read only

former_member189059
Active Contributor
0 Likes
699

Hello,

It is possible that the printer that you specify for spool output has a limited output length which causes the last columns to be moved to the next line.

Hi ,

when i am running alv in backgroud the alv display but not in one row just example alv o/p is such as

col1|col2| col3|col4|

but o/p comes like this

col1|col2|

col3|

please solve issue

4 REPLIES 4
Read only

former_member189059
Active Contributor
0 Likes
700

Hello,

It is possible that the printer that you specify for spool output has a limited output length which causes the last columns to be moved to the next line.

Read only

Former Member
0 Likes
699

Hello,

Increase the length specification for the line-size addition in the report statement and check


REPORT zreport line-size 1023.

Vikranth

Read only

former_member191735
Active Contributor
0 Likes
699

The spool displays the maximum of 255 characters no matter how big you specify the line-size. if the output length is less than 255 char's, better specify the line-size as well as some advised check the printer you specified for the job. If you dont specify anything, check your user settings default printer

Read only

Former Member
0 Likes
699

Hi Anuragh,

Check the spool generated by the background job . Its will be fine.

When you use ALV , it adjust itself to the mode of output and if output is fine in ONLINE execution it will be fine in spool also.

Also, check printout and change printer setting if required.