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 in getting complete display in pdf document from spool

Former Member
0 Likes
836

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.

4 REPLIES 4
Read only

Former Member
0 Likes
780

Hi!

I think the spool is exceeding the page width hence the contents are being truncated. Try using Landscape mode.

Cheers!

Read only

0 Likes
780

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?

Read only

0 Likes
780

Hi,

Im also facing the same problem of truncation.

can someone please reply back if there's a solution ?

Thanks

Sourav

Read only

Former Member
0 Likes
780

Unfortunately..No solutions