Solution : https://service.sap.com/sap/support/notes/508569 (SAP Service marketplace login required)
Summary :
SAP Note discusses procedures for locally printing PDF billing documents via a Java frontend using transactions in FSCM Biller Direct. Key prerequisites include setting up an ADOBE Acrobat Viewer and ensuring correct message determination and call printing programs (SAPscript, SmartForms, or Adobe forms). The configured system must divert print outputs into PDF conversion, instead of sending it directly to printer spool, maintaining document production in memory. Necessary source code adjustments within SAPscript and SmartForms ensure browser-based printing recognizes conditions, such as 'EBPP' for print stream conversion and memory storage, facilitating local PDF viewing and printing.
Key words :
fscm context call function 'save_otf_to_memory' exporting memory_key = nast-objky tables otf = ls_jobinfo-otfdata, call function 'save_otf_to_memory' exporting memory_key = nast-objky tables otf = otf_data, {begin insert 386221/508569 importing job_output_info = ls_jobinfo }end insert 386221/508569, {insert 386221/508569 tables otfdata = otf_data }insert 386221/508569, function module open_form <== {insert note 386221/508569 otf output, calling close_form {insert 386221/508569 define internal table, fscm context ls_control_param-getotf = 'x', call function lf_fm_name exporting, close_form <==call function 'close_form' importing, source code adjustment declare otf_data
Related Notes :
1061552 | SAP Biller Direct 6.02: Installation (Component FI-AR/AP) |
849515 | SAP Biller Direct 6.0: Installation (Component FI-AR) |
786229 | Analyzing problems during the PDF download |
713534 | SAP Biller Direct 3.0: Installation (Component FI-AR) |
622010 | SAP Biller Direct 2.0: Installation (the FI-AR component) |
565021 | FSCM Biller Direct 1.5: Installation (component FI-AR) |
386221 | Supplier Workplace: Local printing in browser |