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

Problem while creating a spool for ALV output

Former Member
0 Likes
964

Dear all,

i developed an alv report having 20 fields as output, it works fine ,

it needs to run in back ground, then it will create a spool req.

but the o/p becomes problamatic, like

ACTUAL ALV OUTPUT (Required o/p):

F1 F2 F3 F4 F5 F6

11 1 2 1 3 1 4 15 16

SPOOL OUTPUT:

F1 F2 F3

F4 F5 F6

11 1 2 1 3

1 4 15 16

Note:Is there any settings needs to make in spool

Thanks in advance

<<text removed by moderator>>

Edited by: Matt on Dec 1, 2008 6:54 AM Do not offer rewards - please read the Rules of Engagement

7 REPLIES 7
Read only

Former Member
0 Likes
771

Hi,

Try to increase the Line size...

REPORT zhdxrr02 NO STANDARD PAGE HEADING

LINE-SIZE 80 -


> Increase the Line size

LINE-COUNT 65

MESSAGE-ID pn.

Read only

Former Member
0 Likes
771

Hi

U should check which format (colunmxrows) is used for printing the alv layout, because it's too small for your report.

U can indicate the size of number of colunm In the layout structure.

Max

Read only

Former Member
0 Likes
771

Check this you might get some answer:

Regards

Neha

Read only

Former Member
0 Likes
771

Hi Niranjan,

you need to use the ALV List Display instead of ALV grid Display. In this way it will resolve your problem.

Thanks,

Chidnannd

Read only

GauthamV
Active Contributor
0 Likes
771

Niranjan Wrote :

answered person ill be rewarded

??????????????

Read only

Former Member
0 Likes
771

Read only

Former Member
0 Likes
771

HI friends,

Solution for this very simple,

just goto TCODE : SPAD then

settings

spool system

click the tab OTHER and check the first check box(Max column width)

it ill solve ur problem.

Regards,

Niraanjan .G