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: 

Problems with report output in printer

former_member204025
Participant
0 Kudos
100

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos
67

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....

3 REPLIES 3

Former Member
0 Kudos
68

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....

0 Kudos
67

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

former_member204025
Participant
0 Kudos
67

I did it by myself, but I wrote the solution just in the case in which someone else have the sameproblem in the future.