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

List Out

Former Member
0 Likes
587

I am writing a list output (NOT ALV simple list output) with column 380 characters. When I run the job in foreground I can see complete output, but when run in backgroung and I can see in Spool only 255 characters.

How can I see complete 380 char.

Thank you.

1 ACCEPTED SOLUTION
Read only

rajeshkumar_kaveti
Participant
0 Likes
543

Hi,

Try this Statement.

NEW-PAGE LINE-SIZE P_WIDTH

p_width is your list width.

Dont give Line-size with report statement.

Thnks,

Rajesh

4 REPLIES 4
Read only

rajeshkumar_kaveti
Participant
0 Likes
544

Hi,

Try this Statement.

NEW-PAGE LINE-SIZE P_WIDTH

p_width is your list width.

Dont give Line-size with report statement.

Thnks,

Rajesh

Read only

0 Likes
543

Still the output in the background mode is 255 character

Read only

ferry_lianto
Active Contributor
0 Likes
543

Hi,

Please check this thread for solution.

Hope this will help.

Regards,

Ferry Lianto

Read only

rajeshkumar_kaveti
Participant
0 Likes
543

Create a Page Format with desired width in SPAD.

ex. Z_65_500

select this format while issuing spool request.