Symptom
Texts are maintained in outbound delivery header and item level, but not visible in Pick List output print form.
Environment
SAP S/4HANA Cloud Public Edition
Reproducing the Issue
- Enter app Change Delivery(VL02N) -> Header Details -> Texts tab;
- Maintain text for type 'Shipping Instructions', 'Pick / Pack Instructions', etc;
- Enter Item Details -> Texts tab;
- Maintain text for type 'Material sales text', 'Billing Info for Customer', etc;
- Click Extras -> Output Control -> display document of output type 'DELIVERY_PICK_LIST';
- No text maintained above visible in the print document.
Cause
Standard form template of output type 'DELIVERY_PICK_LIST' does not have 'Text Type' and 'Text' fields.
Resolution
Create custom form template for 'DELIVERY_PICK_LIST', and refer to 'Delivery Note' form template 'FDP_V2_DELIVERY_NOTE_V1' to use below data banding parameters for the text elements:
Item Level:
Text Type:$.DeliveryNode.DeliveryItemSet.DeliveryItemNode[*].TextLineItemNode.TextLineItemNode[*].TextElementDescription
Text Content:$.DeliveryNode.DeliveryItemSet.DeliveryItemNode[*].TextLineItemNode.TextLineItemNode[*].TextElementText
Header Level:
Text Type:$.DeliveryNode.TextLineHeaderNode.TextLineHeaderNode[*].TextElementDescription
Text Content:$.DeliveryNode.TextLineHeaderNode.TextLineHeaderNode[*].TextElementText
See Also
Keywords
standard text, pick list output, delivery note output, custom form template, data binding parameters, item level, header level, output management , KBA , LE-SHP-GF-OC , Output Determination Delivery , Problem