I_ARUNPREVIEW

CDS View

Basic View for Preview Run data

I_ARUNPREVIEW is a CDS View in S/4HANA. Basic View for Preview Run data. It contains 11 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_ARunRelChkPreviewRunAssgmt view union_all BASIC Normal and Preview Assignments
I_ARunReleaseCheckRunAnalysis view left_outer COMPOSITE Release Run Analysis cube view
P_ARUNPreviewAssigned view left_outer COMPOSITE Basic view for Assigned Quantity for Preview Run

Fields (11)

KeyField CDS FieldsUsed in Views
AssignedQuantityInBaseUnit AssignedQuantityInBaseUnit 1
AssignedSupplyType AssignedSupplyType 1
BaseUnit BaseUnit 1
Material Material 1
Plant Plant 1
ProductAvailabilityDate ProductAvailabilityDate 1
RequestedDate RequestedDate 1
RequirementDocumentItem RequirementDocumentItem 1
RequirementDocumentNumber RequirementDocumentNumber 1
RequirementType RequirementType 1
SupplyAssignmentStatus SupplyAssignmentStatus 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.

-- Basic View for Preview Run data
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_ARUNPREVIEW (
    ASSIGNEDQUANTITYINBASEUNIT,
    ASSIGNEDSUPPLYTYPE,
    BASEUNIT,
    MATERIAL,
    PLANT,
    PRODUCTAVAILABILITYDATE,
    REQUESTEDDATE,
    REQUIREMENTDOCUMENTITEM,
    REQUIREMENTDOCUMENTNUMBER,
    REQUIREMENTTYPE,
    SUPPLYASSIGNMENTSTATUS
);