Symptom
Condintion Type isn't printed in Purchase Order output form
"Image/data in this document is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental."
Environment
SAP S/4HANA Cloud Public Edition All Versions
Reproducing the Issue
- You have configurated all the customizing settings for Condition Type calculation schema and filled the Print Type column with "a"
- Create a Purchase Order
- Generate the Output form
- Condition Type isn't included in the form
Cause
Printing the item price condition is possible, as the data is supplied by the FDP service under node ItemPricingConditionNodeSet.
** Please note this is NOT available for Enhanced limit items
Resolution
The ‘Print Price’ indicator should be marked as true for the item.
A custom form should be built to print this values, as standard form delivered by SAP does not show these values.
Note:
- All the pricing conditions have been provided in our FDP service. So item conditions need to be filtered out in output form.
- ‘Print Price’ indicator is present at item level under ‘Condition Control’.
- If ‘Print Price’ indicator is not selected,
- then item conditions are not fetched
- also item price will be marked as 0, and this price is hidden with code present in the standard output form
Keywords
Output form, Condition type, Print , KBA , MM-FIO-PUR-PO-OM , Purchase Order Output Management , How To