2008 Feb 22 6:50 PM
Hi,
I have a report1 which calls another report2 in the background. The report2 which is run in the background produces some output and thus generated a spool.
Report1 then gets the spool number generated from report2 and converts it to a pdf document .
The problem is that the complete width of data in spool is not coming on pdf.
Forex , if the spool contains following records:
1. AAAAAAAABBBBBBBBBBCCCCCCCCCCCCCDDDDDDDDDDDDD
2. SSSSSSSSEEEEEEEEEETTTTTTTTTTTTTTTTTUUUUUUUUUUUUU
when this is converted to pdf, the pdf doc will display data as:
1. AAAAAAAABBBBBBBB
2. SSSSSSSSEEEEEEEE
Complete width is not coming in the pdf document.
Any ideas on how to resolve this issue? Can this be handled by ABAP or BASIS team needs to be include to solve this..All ideas are welcome...
Harmeet Singh.
Hi,
I have a report1 which calls another report2 in the background. The report2 which is run in the background produces some output and thus generated a spool.
Report1 then gets the spool number generated from report2 and converts it to a pdf document .
The problem is that the complete width of data in spool is not coming on pdf.
Forex , if the spool contains following records:
1. AAAAAAAABBBBBBBBBBCCCCCCCCCCCCCDDDDDDDDDDDDD
2. SSSSSSSSEEEEEEEEEETTTTTTTTTTTTTTTTTUUUUUUUUUUUUU
when this is converted to pdf, the pdf doc will display data as:
1. AAAAAAAABBBBBBBB
2. SSSSSSSSEEEEEEEE
Complete width is not coming in the pdf document.
Any ideas on how to resolve this issue? Can this be handled by ABAP or BASIS team needs to be include to solve this..All ideas are welcome...
Harmeet Singh.
2008 Feb 25 9:02 AM
Hi!
I think the spool is exceeding the page width hence the contents are being truncated. Try using Landscape mode.
Cheers!
2008 Feb 29 7:14 PM
Hi Anurag,
Is it possible to convert the spool into a pdf which is of landscape format.. How can I do that? Any ideas on that?
2008 Feb 29 7:48 PM
Hi,
Im also facing the same problem of truncation.
can someone please reply back if there's a solution ?
Thanks
Sourav
2008 Mar 06 12:16 PM