_SALESORDERITEM

_SALESORDERITEM is an SAP database table in S/4HANA. It contains 79 fields.

Fields (79)

KeyField CDS FieldsUsed in Views
KEY SalesOrder SalesOrder 2
KEY SalesOrderItem SalesOrderItem 2
KEY WBSElementInternalID WBSElementInternalID 2
_Material _Material 2
_Plant _Plant 2
_SalesOrder _SalesOrder 1
Batch Batch 1
BillingBlockStatus BillingBlockStatus 2
BillingDocumentDate BillingDocumentDate 1
BillingPlan BillingPlan 2
BillToParty BillToParty 1
BusinessArea BusinessArea 1
BusinessSolutionOrder BusinessSolutionOrder 1
CappedNetAmount CappedNetAmount 2
ChmlCmplncStatus ChmlCmplncStatus 1
ContractItemDownPaymentStatus ContractItemDownPaymentStatus 1
ControllingArea ControllingArea 1
CreationDate CreationDate 2
CustomerPaymentTerms PaymentTerms 1
DangerousGoodsStatus DangerousGoodsStatus 1
DeliveryBlockStatus DeliveryBlockStatus 1
DeliveryConfirmationStatus DeliveryConfirmationStatus 1
DeliveryDateQuantityIsFixed DeliveryDateQuantityIsFixed 1
DeliveryPriority DeliveryPriority 3
DeliveryStatus DeliveryStatus 1
Division Division 2
IncotermsClassification IncotermsClassification 1
IncotermsVersion IncotermsVersion 1
ItemBillingBlockReason BillingBlockReason,ItemBillingBlockReason 2
ItemBillingIncompletionStatus ItemBillingIncompletionStatus 1
ItemDeliveryIncompletionStatus ItemDeliveryIncompletionStatus 1
ItemGeneralIncompletionStatus ItemGeneralIncompletionStatus 1
ItemIsDeliveryRelevant ItemIsDeliveryRelevant 1
Material Material,ProductOfHigherLevelItem 11
MaterialByCustomer MaterialByCustomer 2
NetAmount ItemNetAmount,NetAmount 10
OrderRelatedBillingStatus OrderRelatedBillingStatus 1
OvrlTrdCmplncLegalCtrlChkSts TradeCmplncLegalCtrlChkSts 1
PartialDeliveryIsAllowed PartialDeliveryIsAllowed 1
PayerParty PayerParty 1
PaymentMethod PaymentMethod 1
Plant MRPPlant,Plant,ProductionPlant 9
PricingDate PricingDate 1
PricingIncompletionStatus PricingIncompletionStatus 1
Product Product 3
ProductHierarchyNode ProductHierarchyNode 2
ProfitCenter ProfitCenter 1
PurchaseOrderByCustomer PurchaseOrderByCustomer 2
RequestedQuantity RequestedQuantity 2
RequestedQuantityUnit RequestedQuantityUnit 2
ResponsibleEmployee ResponsibleEmployee 1
Route Route 1
SafetyDataSheetStatus SafetyDataSheetStatus 1
SalesDistrict SalesDistrict 1
SalesDocumentDate SalesOrderDate 1
SalesDocumentItemCategory SalesOrderItemCategory 1
SalesDocumentRjcnReason SalesDocumentRjcnReason 2
SalesEmployee SalesEmployee 1
SalesGroup SalesGroup 1
SalesOffice SalesOffice 1
SalesOrderID SalesOrderID 2
SalesOrderItemCategory SalesOrderItemCategory 14
SalesOrderItemPosition SalesOrderItemPosition 2
SalesOrderItemText SalesOrderItemText,WBSElementDescription 19
SalesOrderItemType SalesOrderItemType 7
SDDocReferenceStatus SDDocReferenceStatus 1
SDDocumentRejectionStatus SDDocumentRejectionStatus 2
SDProcessStatus SDProcessStatus 3
ShippingCondition ShippingCondition 1
ShippingPoint ShippingPoint 1
ShippingType ShippingType 1
ShipToParty ShipToParty 1
SoldToParty SoldToParty 1
StorageLocation StorageLocation 1
TotalDeliveryStatus TotalDeliveryStatus 1
TotalSDDocReferenceStatus TotalSDDocReferenceStatus 1
TransactionCurrency TransactionCurrency 12
TrdCmplncEmbargoSts TrdCmplncEmbargoSts 1
TrdCmplncSnctndListChkSts TrdCmplncSnctndListChkSts 1

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE _SALESORDERITEM (
    SALESORDER,
    SALESORDERITEM,
    WBSELEMENTINTERNALID,
    _MATERIAL,
    _PLANT,
    _SALESORDER,
    BATCH,
    BILLINGBLOCKSTATUS,
    BILLINGDOCUMENTDATE,
    BILLINGPLAN,
    BILLTOPARTY,
    BUSINESSAREA,
    BUSINESSSOLUTIONORDER,
    CAPPEDNETAMOUNT,
    CHMLCMPLNCSTATUS,
    CONTRACTITEMDOWNPAYMENTSTATUS,
    CONTROLLINGAREA,
    CREATIONDATE,
    CUSTOMERPAYMENTTERMS,
    DANGEROUSGOODSSTATUS,
    DELIVERYBLOCKSTATUS,
    DELIVERYCONFIRMATIONSTATUS,
    DELIVERYDATEQUANTITYISFIXED,
    DELIVERYPRIORITY,
    DELIVERYSTATUS,
    DIVISION,
    INCOTERMSCLASSIFICATION,
    INCOTERMSVERSION,
    ITEMBILLINGBLOCKREASON,
    ITEMBILLINGINCOMPLETIONSTATUS,
    ITEMDELIVERYINCOMPLETIONSTATUS,
    ITEMGENERALINCOMPLETIONSTATUS,
    ITEMISDELIVERYRELEVANT,
    MATERIAL,
    MATERIALBYCUSTOMER,
    NETAMOUNT,
    ORDERRELATEDBILLINGSTATUS,
    OVRLTRDCMPLNCLEGALCTRLCHKSTS,
    PARTIALDELIVERYISALLOWED,
    PAYERPARTY,
    PAYMENTMETHOD,
    PLANT,
    PRICINGDATE,
    PRICINGINCOMPLETIONSTATUS,
    PRODUCT,
    PRODUCTHIERARCHYNODE,
    PROFITCENTER,
    PURCHASEORDERBYCUSTOMER,
    REQUESTEDQUANTITY,
    REQUESTEDQUANTITYUNIT,
    RESPONSIBLEEMPLOYEE,
    ROUTE,
    SAFETYDATASHEETSTATUS,
    SALESDISTRICT,
    SALESDOCUMENTDATE,
    SALESDOCUMENTITEMCATEGORY,
    SALESDOCUMENTRJCNREASON,
    SALESEMPLOYEE,
    SALESGROUP,
    SALESOFFICE,
    SALESORDERID,
    SALESORDERITEMCATEGORY,
    SALESORDERITEMPOSITION,
    SALESORDERITEMTEXT,
    SALESORDERITEMTYPE,
    SDDOCREFERENCESTATUS,
    SDDOCUMENTREJECTIONSTATUS,
    SDPROCESSSTATUS,
    SHIPPINGCONDITION,
    SHIPPINGPOINT,
    SHIPPINGTYPE,
    SHIPTOPARTY,
    SOLDTOPARTY,
    STORAGELOCATION,
    TOTALDELIVERYSTATUS,
    TOTALSDDOCREFERENCESTATUS,
    TRANSACTIONCURRENCY,
    TRDCMPLNCEMBARGOSTS,
    TRDCMPLNCSNCTNDLISTCHKSTS,
    PRIMARY KEY (SALESORDER, SALESORDERITEM, WBSELEMENTINTERNALID)
);