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",
"$id": "#/components/schemas/SalesOrderItemPrcgElmnt",
"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",
"maxLength": 10,
"description": "Sales order number",
"example": "example_value"
},
"SalesOrderItem": {
"type": "string",
"maxLength": 6,
"description": "Sales order item number",
"example": "example_value"
},
"PricingProcedureStep": {
"type": "string",
"maxLength": 3,
"description": "Step number in the pricing procedure",
"example": "example_value"
},
"PricingProcedureCounter": {
"type": "string",
"maxLength": 3,
"description": "Counter for condition within a step",
"example": "example_value"
},
"ConditionType": {
"type": "string",
"maxLength": 4,
"description": "Condition type",
"example": "example_value"
},
"ConditionRateValue": {
"type": "string",
"description": "Condition rate",
"example": "example_value"
},
"ConditionCurrency": {
"type": "string",
"maxLength": 5,
"description": "Condition currency",
"example": "example_value"
},
"ConditionQuantity": {
"type": "string",
"description": "Condition quantity",
"example": "example_value"
},
"ConditionQuantityUnit": {
"type": "string",
"maxLength": 3,
"description": "Condition quantity unit",
"example": "example_value"
},
"ConditionAmount": {
"type": "string",
"description": "Condition value",
"example": "example_value"
},
"TransactionCurrency": {
"type": "string",
"maxLength": 5,
"description": "Document currency",
"example": "example_value"
},
"ConditionCategory": {
"type": "string",
"maxLength": 1,
"description": "Condition category",
"example": "example_value"
},
"ConditionIsForStatistics": {
"type": "boolean",
"description": "Statistical condition",
"example": true
},
"ConditionOrigin": {
"type": "string",
"maxLength": 1,
"description": "Origin of the condition",
"example": "example_value"
},
"IsGroupCondition": {
"type": "string",
"maxLength": 1,
"description": "Group condition indicator",
"example": "example_value"
},
"ConditionControl": {
"type": "string",
"maxLength": 1,
"description": "Condition control",
"example": "example_value"
},
"ConditionInactiveReason": {
"type": "string",
"maxLength": 1,
"description": "Reason for inactivity",
"example": "example_value"
},
"ConditionClass": {
"type": "string",
"maxLength": 1,
"description": "Condition class",
"example": "example_value"
},
"ConditionIsManuallyChanged": {
"type": "boolean",
"description": "Manually changed indicator",
"example": true
}
}
}