cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to extend the Delivery note form to enable commodity code in output?

SAPSupport
Employee
Employee
0 Kudos
363
  1. Do we need to extend the Delivery note form to enable commodity code in output?
  2. Is there any config we need to do so that it comes to delivery note output?

------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Kudos

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:

  1. 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.
  2. 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.
  3. Add logic to your new custom fields. This can be done manually or by implementing Business Add-Ins (BAdIs) in the Custom Logic app.
  4. 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.
  5. 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

Answers (0)