P_ARUNASSGMTDMND

CDS View

P_ARUNASSGMTDMND is a CDS View in S/4HANA. It contains 10 fields. 14 CDS views read from this table.

CDS Views using this table (14)

ViewTypeJoinVDMDescription
I_SupDmndAllDoc3rdPtyOrdCube view left_outer COMPOSITE Cube View for Third Party Orders
I_SupDmndAllDocContrCube view left_outer COMPOSITE Cube View for Contract Details
I_SupDmndAllDocMakeToOrdCube view left_outer COMPOSITE Cube View for Make To Order Details
I_SupDmndAllDocPlndIndepRqmtC view left_outer COMPOSITE Cube View for Planned Independent Requirement Details
I_SupDmndAllDocPlndOrdCompC view left_outer COMPOSITE Cube View for Planned Order Components
I_SupDmndAllDocProdnOrdCompC view left_outer COMPOSITE Cube View for Production Order Components
I_SupDmndAllDocPurOrdCompC view left_outer COMPOSITE Cube View for Sub Contracting Purchase Order Components
I_SupDmndAllDocPurReqnCompC view left_outer COMPOSITE Cube View for Sub Contracting Purchase Requisition Component
I_SupDmndAllDocPurToOrdCube view left_outer COMPOSITE Cube View for Purchase To Order Details
I_SupDmndAllDocRetsSupC view left_outer COMPOSITE Cube View for Returns from PO/STO
I_SupDmndAllDocSlsOrdCube view left_outer COMPOSITE Cube View for Sales Order Details
I_SupDmndAllDocStkTransptReqnC view left_outer COMPOSITE Cube View for Stock Transport Requisition Details
I_SupDmndAllDocSTOCube view left_outer COMPOSITE Cube View for Stock Transport Order Details
I_SupDmndAllDocTotDmnd view left_outer COMPOSITE View for Total Demand of All Document Types

Fields (10)

KeyField CDS FieldsUsed in Views
ARunPhysSupAssgdQtyInBsUnt ARunPhysSupAssgdQtyInBsUnt 1
ARunTmpAssignedQuantityInBsUnt ARunTmpAssignedQuantityInBsUnt 14
AssignedQuantityInBaseUnit AssignedQuantityInBaseUnit 14
FixedQuantityInBaseUnit FixedQuantityInBaseUnit 1
InboundAssignedQuantityInBsUnt InboundAssignedQuantityInBsUnt 1
NormalAssignedQuantityInBsUnt NormalAssignedQuantityInBsUnt 14
OnHoldQuantityInBaseUnit OnHoldQuantityInBaseUnit 1
PreviewAssignedQuantityInBsUnt PreviewAssignedQuantityInBsUnt 14
ReadyForReleaseQtyInBaseUnit ReadyForReleaseQtyInBaseUnit 1
SupAssgmtReservedQtyInBaseUnit SupAssgmtReservedQtyInBaseUnit 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 P_ARUNASSGMTDMND (
    ARUNPHYSSUPASSGDQTYINBSUNT,
    ARUNTMPASSIGNEDQUANTITYINBSUNT,
    ASSIGNEDQUANTITYINBASEUNIT,
    FIXEDQUANTITYINBASEUNIT,
    INBOUNDASSIGNEDQUANTITYINBSUNT,
    NORMALASSIGNEDQUANTITYINBSUNT,
    ONHOLDQUANTITYINBASEUNIT,
    PREVIEWASSIGNEDQUANTITYINBSUNT,
    READYFORRELEASEQTYINBASEUNIT,
    SUPASSGMTRESERVEDQTYINBASEUNIT
);