2010 Nov 16 2:10 PM
Hi guys!
I have a report in sap 4.7, and when I send it to print, its come out will all the columns in the same line, which is perfect: the format is 65_255.
When I want to print the same report in 6.0 in the same format 65_255 I see the columns in 2 lines, I mean something like this:
Output in 4.7
column 1 - column 2 - column 3 - column 4 - column 5
Output in 6.0
column 1 - column 2 - column 3 -
column 4 - column 5
I would like to know what can I do in order to see the output in 6.0 exactly the same than in 4.7
I'll appreciate your help.
Best regards,
Gabriela.
Edited by: gpsoria on Nov 16, 2010 12:11 PM
2010 Nov 16 6:15 PM
Are the column widths (data types/length) the same in both instances? If so, format 65_255 may be different in the 6.0 instance. Look at all the printer controls to be sure that they're the same....
2010 Nov 16 6:15 PM
Are the column widths (data types/length) the same in both instances? If so, format 65_255 may be different in the 6.0 instance. Look at all the printer controls to be sure that they're the same....
2010 Nov 16 6:25 PM
Hi!!!
The problem was solved. In 4.7 the layout in ALV was like this
p_alv_layout-max_linesize = 180.
So, I changed this value, and it was the solution, this, modify the 65_255 and it seems that 4.7 wasn't take in account this value.
Now in 6.0 is working fine with this value p_alv_layout-max_linesize = 260.
Thanks!!!!
Gaby
2010 Nov 16 6:25 PM
I did it by myself, but I wrote the solution just in the case in which someone else have the sameproblem in the future.