SAP S/4HANA · JSON Structure

Sap S4Hana Sales Order Sales Order Item Text Structure

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

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

Properties

SalesOrder SalesOrderItem 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": "SalesOrderItemText",
  "type": "object",
  "properties": {
    "SalesOrder": {
      "type": "string"
    },
    "SalesOrderItem": {
      "type": "string"
    },
    "Language": {
      "type": "string"
    },
    "LongTextID": {
      "type": "string"
    },
    "LongText": {
      "type": "string"
    }
  }
}