List of SAP delivered Adobe forms .
I’ll update this list as I come across others. If you know any please leave comment with form name.
Classical PDF form | SAP OM Form | |
Sales Order Acknowledgement/ Confirmation | SD_SDOC_FORM01 | SD_SLS_ORDER_CONFIRM |
Quotation | SD_SDOC_FORM01 | SD_SLS_QUOTATION |
Credit Memo Request | SD_SLS_CREDIT_MEMO_REQUEST | |
Debit Memo | SD_SLS_DEBIT_MEMO_REQUEST | |
Inquiry | SD_SDOC_FORM01 | SD_SLS_INQUIRY |
Contract | SD_SDOC_FORM01 | SD_SLS_CONTRACT |
Delivery Note | RVDELNOTE | NA |
Invoice Proforma Invoice Invoice – Debit Memo | SD_INVOICE_FORM01 | SDBIL_CI_STANDARD_DE |
Invoice – Credit Memo | SDBIL_CM_STANDARD_DE SDBIL_CM_STANDARD_US | |
Scheduling Agreement | ||
Purchase Order | MEDRUCK_PO | MM_PUR_PURCHASE_ORDER |
Pick List | ||
Customer Statement | F140_ACC_STAT_01 | |
Dunning | F150_DUNN_SF | |
Production Order | PSFC_PRINT_LAY | |
Purchase Contract | MEDRUCK_CONTRACT | |
Cheque | FI_PAYM_DE_CHECK | |
Remittance | F110_AVIS_INT |
Hi! How can i set a foolscap (216mmx330mm) paper size on SAP to avoid truncated output?
Hello, create new page format (follow blog https://www.samplecodeabap.com/sap-custom-page-format/) and use that in form.
Hi Im trying to configure a ZFORM ( Standard layout with abap dictionary based interface)copied from medruck_po.How to configure in BRF+ in S4 Hana.
Hi, I have not done this so this only my educated guess.
OM outputs are designed to work with fragment-based pdf forms. For OM output to work with classical pdf, smartform and sapscript you would have to tell the system your print program and form.
I would suggest first you go to config
SPRO->Cross-Application Components->Output Control->Assign Form Templates and add a new row for Application object: PURCHASE_ORDER, Output type: PURCHASE_ORDER, Form type: 2 – Output form DDIC Interface, Form Template: ZFORM, Program: SAPFM06P and Form Routine: ADOBE_ENTRY_NEU.
Following this try with this new form in Define Business Rules for Output Parameter Determination
In the define output step what would be the callback class name? is it required to fill or not?