SAP S/4HANA · JSON Structure

Sap S4Hana Sales Order Sales Order Text Structure

Type: object Properties: 4
Business ApplicationsCloudEnterprise Resource PlanningERPFinanceHuman ResourcesInventoryLogisticsManufacturingPlant MaintenanceProcurementS/4HANASalesSAP

SalesOrderText is a JSON Structure definition published by SAP S/4HANA, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

SalesOrder Language LongTextID LongText

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SalesOrderText",
  "type": "object",
  "properties": {
    "SalesOrder": {
      "type": "string"
    },
    "Language": {
      "type": "string"
    },
    "LongTextID": {
      "type": "string"
    },
    "LongText": {
      "type": "string"
    }
  }
}