Symptom
To utilize Adobe Output Forms extensibility in Contract and Lease Management, custom fields must be added.
Environment
SAP S/4HANA Cloud Public Edition
Resolution
To enable Extensibility of Adobe Output Forms, custom fields must be added with custom coding via the ABAP Development Tools.
A new structure must be created which extends the original structure with custom coding (extend type recp_enh_fdp_abc with zzz_re_enh_fdp_xyz)
The available structures that can be extended this way are:
- RECP_ENH_FDP_INVOICE_HEAD_CI: Invoice Header
- RECP_ENH_FDP_INVOICE_ITEM_CI: Invoice Item
- RECP_ENH_FDP_SENDER_CI: Sender (Company, ...)
- RECP_ENH_FDP_RECIPIENT_CI: Recipient (Business Partner, ...)
- RECP_ENH_FDP_CLERK_CI: Clerk of the sender
After extending the relevant structures, proceed with the next steps described in the SAP Help Portal article.
See Also
Keywords
Adobe Output Forms, Output Forms Extensibility, Custom Fields, Contract and Lease Management , KBA , RE-FX-CN-2CL , Contract (Public Cloud) , RE-FX-2CL , Flexible Real Estate Management (Public Cloud) , How To