‎2008 Nov 29 7:55 AM
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
‎2008 Nov 29 8:08 AM
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.
‎2008 Nov 29 8:57 AM
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
‎2008 Nov 29 2:13 PM
‎2008 Nov 29 2:18 PM
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
‎2008 Nov 29 2:44 PM
‎2008 Dec 01 9:18 AM
‎2009 Mar 11 10:53 AM
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