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

PDF converted file has more data

Former Member
0 Likes
552

Hi,

I am using the function module "CONVERT_ABAPSPOOLJOB_2_PDF" to convert the spool output into a PDF. The conversion is happening however, I am seeing that a 10 page spool has a PDF doc of 45 pages and data after page 10 is definately not relevant to the spool.

Can someone help me with this.

Thanks,

Sindhu

1 ACCEPTED SOLUTION
Read only

vinod_vemuru2
Active Contributor
0 Likes
516

Hi,

Just try to download the spool to PDF using report RSTXPDFT4 and see what is coming. Also see how many pages are there in the spool. Ten pages you are viewing might be the default setting in your system.

Thanks,

Vinod.

2 REPLIES 2
Read only

vinod_vemuru2
Active Contributor
0 Likes
517

Hi,

Just try to download the spool to PDF using report RSTXPDFT4 and see what is coming. Also see how many pages are there in the spool. Ten pages you are viewing might be the default setting in your system.

Thanks,

Vinod.

Read only

0 Likes
516

Hi Vinod,

Thanks a lot for your help. I downloaded the spool using RSTXPDFT4, and found that the number of pages in PDF file generated from this program and my program that used FM "CONVERT_ABAPSPOOLJOB2_PDF" is same.

Thanks for the quick reply.

-Sindhu