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

SAP spool data in PDF

Former Member
0 Likes
459

Hi Friends,

I am using FM 'CONVERT_ABAPSPOOLJOB_2_PDF' to convert the ABAP spool into PDF data and I am calling FM 'SO_DOCUMENT_SEND_API1' to send the PDF as an attachment in eamil.

Problem here is, my spool data is getting truncated in the PDF file. Could any one help on this siiue.

Regards,

Sasi

Hi Friends,

I am using FM 'CONVERT_ABAPSPOOLJOB_2_PDF' to convert the ABAP spool into PDF data and I am calling FM 'SO_DOCUMENT_SEND_API1' to send the PDF as an attachment in eamil.

Problem here is, my spool data is getting truncated in the PDF file. Could any one help on this siiue.

Regards,

Sasi

2 REPLIES 2
Read only

Former Member
0 Likes
420

Hello Sasi

Try to test your spool request number in this standard program and check whether you can able to get the PDF in the right format. Program Name: RSTXPDFT4.

Regards

Veera

Read only

0 Likes
420

I tried that option too... RSTXPDFT4 also downloading the pdf with truncated data.