cancel
Showing results for 
Search instead for 
Did you mean: 

Can’t print preview a multi-page PO

0 Kudos
660

Hi all, I’m trying to print preview a multi-page PO however only the first page converts to PDF, and I have to go through all pages and download. Is their a way to download the full PO as a PDF so I can save as one document?

Accepted Solutions (0)

Answers (1)

Answers (1)

laurent_burtaire
Active Contributor
0 Kudos

Hello Gemma,

SAP standard process for PO print preview is done in method /SAPSRM/IF_PDO_BO_PO~PREVIEW_PO (class /SAPSRM/CL_PDO_BO_PO).

Inside this method, function module BBP_OUTPUT_PO_PREVIEW_SMART is called.

In this function module, OTF data from PO smartform is converted in PDF by function module CONVERT_OTF

So, check what's happened during PDF generation.

Regards.

Laurent.