SAP Pricing Condition Record

Schema for SAP S/4HANA Sales Pricing Condition Record entity (A_SlsPrcgConditionRecord) from the API_SLSPRCGCONDITIONRECORD_SRV OData service. Represents a pricing condition record used to determine prices, discounts, and surcharges in sales documents.

DistributionERPODataS/4HANASalesSAP

Properties

Name Type Description
ConditionRecord string Condition record number
ConditionSequentialNumber string Sequential number of the condition
ConditionTable string Condition table
ConditionType string Condition type (e.g., PR00=Price, K004=Material Discount, K005=Customer/Material Discount, K007=Customer Discount)
ConditionValidityStartDate string Validity start date
ConditionValidityEndDate string Validity end date
ConditionRateValue string Rate (condition amount or percentage)
ConditionRateValueUnit string Condition currency or percentage
ConditionQuantity string Condition pricing unit
ConditionQuantityUnit string Condition unit
ConditionCalculationType string Calculation type for the condition
ConditionIsDeleted boolean Deletion indicator
SalesOrganization string Sales organization
DistributionChannel string Distribution channel
Material string Material number
Customer string Customer number
View JSON Schema on GitHub

JSON Schema

sap-sd-pricing-condition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sap.com/schemas/sap-sd-pricing-condition",
  "title": "SAP Pricing Condition Record",
  "description": "Schema for SAP S/4HANA Sales Pricing Condition Record entity (A_SlsPrcgConditionRecord) from the API_SLSPRCGCONDITIONRECORD_SRV OData service. Represents a pricing condition record used to determine prices, discounts, and surcharges in sales documents.",
  "type": "object",
  "properties": {
    "ConditionRecord": {
      "type": "string",
      "maxLength": 10,
      "description": "Condition record number"
    },
    "ConditionSequentialNumber": {
      "type": "string",
      "maxLength": 2,
      "description": "Sequential number of the condition"
    },
    "ConditionTable": {
      "type": "string",
      "maxLength": 3,
      "description": "Condition table"
    },
    "ConditionType": {
      "type": "string",
      "maxLength": 4,
      "description": "Condition type (e.g., PR00=Price, K004=Material Discount, K005=Customer/Material Discount, K007=Customer Discount)"
    },
    "ConditionValidityStartDate": {
      "type": "string",
      "format": "date",
      "description": "Validity start date"
    },
    "ConditionValidityEndDate": {
      "type": "string",
      "format": "date",
      "description": "Validity end date"
    },
    "ConditionRateValue": {
      "type": "string",
      "description": "Rate (condition amount or percentage)"
    },
    "ConditionRateValueUnit": {
      "type": "string",
      "maxLength": 5,
      "description": "Condition currency or percentage"
    },
    "ConditionQuantity": {
      "type": "string",
      "description": "Condition pricing unit"
    },
    "ConditionQuantityUnit": {
      "type": "string",
      "maxLength": 3,
      "description": "Condition unit"
    },
    "ConditionCalculationType": {
      "type": "string",
      "maxLength": 1,
      "description": "Calculation type for the condition"
    },
    "ConditionIsDeleted": {
      "type": "boolean",
      "description": "Deletion indicator"
    },
    "SalesOrganization": {
      "type": "string",
      "maxLength": 4,
      "description": "Sales organization"
    },
    "DistributionChannel": {
      "type": "string",
      "maxLength": 2,
      "description": "Distribution channel"
    },
    "Material": {
      "type": "string",
      "maxLength": 40,
      "description": "Material number"
    },
    "Customer": {
      "type": "string",
      "maxLength": 10,
      "description": "Customer number"
    }
  },
  "required": ["ConditionRecord"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sap-sd-pricing-condition"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.