SAP S/4HANA · Schema
SalesOrderItemPrcgElmnt
Sales order item pricing element entity (A_SalesOrderItemPrcgElmnt) representing a pricing condition at the item level.
Business ApplicationsCloudEnterprise Resource PlanningERPFinanceHuman ResourcesInventoryLogisticsManufacturingPlant MaintenanceProcurementS/4HANASalesSAP
Properties
| Name | Type | Description |
|---|---|---|
| SalesOrder | string | Sales order number |
| SalesOrderItem | string | Sales order item number |
| PricingProcedureStep | string | Step number in the pricing procedure |
| PricingProcedureCounter | string | Counter for condition within a step |
| ConditionType | string | Condition type |
| ConditionRateValue | string | Condition rate |
| ConditionCurrency | string | Condition currency |
| ConditionQuantity | string | Condition quantity |
| ConditionQuantityUnit | string | Condition quantity unit |
| ConditionAmount | string | Condition value |
| TransactionCurrency | string | Document currency |
| ConditionCategory | string | Condition category |
| ConditionIsForStatistics | boolean | Statistical condition |
| ConditionOrigin | string | Origin of the condition |
| IsGroupCondition | string | Group condition indicator |
| ConditionControl | string | Condition control |
| ConditionInactiveReason | string | Reason for inactivity |
| ConditionClass | string | Condition class |
| ConditionIsManuallyChanged | boolean | Manually changed indicator |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "SalesOrderItemPrcgElmnt",
"type": "object",
"description": "Sales order item pricing element entity (A_SalesOrderItemPrcgElmnt) representing a pricing condition at the item level.",
"properties": {
"SalesOrder": {
"type": "string",
"description": "Sales order number"
},
"SalesOrderItem": {
"type": "string",
"description": "Sales order item number"
},
"PricingProcedureStep": {
"type": "string",
"description": "Step number in the pricing procedure"
},
"PricingProcedureCounter": {
"type": "string",
"description": "Counter for condition within a step"
},
"ConditionType": {
"type": "string",
"description": "Condition type"
},
"ConditionRateValue": {
"type": "string",
"description": "Condition rate"
},
"ConditionCurrency": {
"type": "string",
"description": "Condition currency"
},
"ConditionQuantity": {
"type": "string",
"description": "Condition quantity"
},
"ConditionQuantityUnit": {
"type": "string",
"description": "Condition quantity unit"
},
"ConditionAmount": {
"type": "string",
"description": "Condition value"
},
"TransactionCurrency": {
"type": "string",
"description": "Document currency"
},
"ConditionCategory": {
"type": "string",
"description": "Condition category"
},
"ConditionIsForStatistics": {
"type": "boolean",
"description": "Statistical condition"
},
"ConditionOrigin": {
"type": "string",
"description": "Origin of the condition"
},
"IsGroupCondition": {
"type": "string",
"description": "Group condition indicator"
},
"ConditionControl": {
"type": "string",
"description": "Condition control"
},
"ConditionInactiveReason": {
"type": "string",
"description": "Reason for inactivity"
},
"ConditionClass": {
"type": "string",
"description": "Condition class"
},
"ConditionIsManuallyChanged": {
"type": "boolean",
"description": "Manually changed indicator"
}
}
}