SAP S/4HANA · Example Payload

Sap S4Hana Sales Order Sales Order Item Create Example

Business ApplicationsCloudEnterprise Resource PlanningERPFinanceHuman ResourcesInventoryLogisticsManufacturingPlant MaintenanceProcurementS/4HANASalesSAP

Sap S4Hana Sales Order Sales Order Item Create Example is an example object payload from SAP S/4HANA, with 20 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

MaterialRequestedQuantityRequestedQuantityUnitPlantSalesOrderItemCategorySalesOrderItemTextPurchaseOrderByCustomerPricingDateCustomerPaymentTermsMaterialByCustomerBatchProductionPlantStorageLocationDeliveryPriorityIncotermsClassificationIncotermsTransferLocationto_PricingElementto_ScheduleLineto_Partnerto_Text

Example Payload

Raw ↑
{
  "Material": "example_value",
  "RequestedQuantity": "example_value",
  "RequestedQuantityUnit": "example_value",
  "Plant": "example_value",
  "SalesOrderItemCategory": "example_value",
  "SalesOrderItemText": "example_value",
  "PurchaseOrderByCustomer": "example_value",
  "PricingDate": "example_value",
  "CustomerPaymentTerms": "example_value",
  "MaterialByCustomer": "example_value",
  "Batch": "example_value",
  "ProductionPlant": "example_value",
  "StorageLocation": "example_value",
  "DeliveryPriority": "example_value",
  "IncotermsClassification": "example_value",
  "IncotermsTransferLocation": "example_value",
  "to_PricingElement": [],
  "to_ScheduleLine": [],
  "to_Partner": [],
  "to_Text": []
}