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: 

List Out

Former Member
0 Kudos

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

rajeshkumar_kaveti
Participant
0 Kudos

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

rajeshkumar_kaveti
Participant
0 Kudos

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

0 Kudos

Still the output in the background mode is 255 character

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please check this thread for solution.

Hope this will help.

Regards,

Ferry Lianto

rajeshkumar_kaveti
Participant
0 Kudos

Create a Page Format with desired width in SPAD.

ex. Z_65_500

select this format while issuing spool request.