_SALESDOCUMENTITMNEWVALUE

_SALESDOCUMENTITMNEWVALUE is an SAP database table in S/4HANA. It contains 20 fields.

Fields (20)

KeyField CDS FieldsUsed in Views
Batch Batch 1
CustRetItmFollowUpActivity CustRetItmFollowUpActivity 1
DeliveryPriority DeliveryPriority 1
Division Division 1
ExpdDelivQuantityChangeReason ExpdDelivQuantityChangeReason 1
ItemBillingBlockReason ItemBillingBlockReason 1
MaterialByCustomer MaterialByCustomer 1
Plant Plant 1
PricingType PricingType 1
Product Product 1
ProductHierarchyNode ProductHierarchyNode 1
ProfitCenter ProfitCenter 1
ReturnReason ReturnReason 1
Route Route 1
SalesDocumentItemCategory SalesDocumentItemCategory 1
SalesDocumentItemText SalesDocumentItemText 1
ShippingPoint ShippingPoint 1
StorageLocation StorageLocation 1
UnloadingPointName UnloadingPointName 1
WBSElementInternalID WBSElementInternalID 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 _SALESDOCUMENTITMNEWVALUE (
    BATCH,
    CUSTRETITMFOLLOWUPACTIVITY,
    DELIVERYPRIORITY,
    DIVISION,
    EXPDDELIVQUANTITYCHANGEREASON,
    ITEMBILLINGBLOCKREASON,
    MATERIALBYCUSTOMER,
    PLANT,
    PRICINGTYPE,
    PRODUCT,
    PRODUCTHIERARCHYNODE,
    PROFITCENTER,
    RETURNREASON,
    ROUTE,
    SALESDOCUMENTITEMCATEGORY,
    SALESDOCUMENTITEMTEXT,
    SHIPPINGPOINT,
    STORAGELOCATION,
    UNLOADINGPOINTNAME,
    WBSELEMENTINTERNALID
);