Dear SAP Community,
You need to extend the Delivery Note form to enable the commodity code in the output. This can be probably done by adding custom fields to the form template. Here are the steps to do this:
- Create the required custom fields in the Custom Fields app. You can assign the business context ‘Shipping: Delivery’ or ‘Shipping: Delivery Item’ depending on where you want the commodity code to appear.
- Enable the usage of the custom fields for the target form template and publish them. This will make the custom fields available for use in the form template.
- Add logic to your new custom fields. This can be done manually or by implementing Business Add-Ins (BAdIs) in the Custom Logic app.
- Define your own PDF form for output in the Maintain Form Templates app. You do this by downloading and editing the standard form template file (XDP) with the Adobe LiveCycle Designer. After that, you upload the PDF form as a custom template in the original language.
- After these steps, the commodity code should be visible in the Delivery Note output.
For further information, please check the documents below:
Output Extensibility
Output Management
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.