on 2020 Jun 03 9:16 PM
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?
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.