I_RFDYREQUIREMENTWITHCALCFIGS

CDS View

RFDY Requirement With Figures Calculated On-the-Fly

I_RFDYREQUIREMENTWITHCALCFIGS is a CDS View in S/4HANA. RFDY Requirement With Figures Calculated On-the-Fly. It contains 4 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
C_RFDYRequirementWithCalcFigs view_entity from CONSUMPTION RFDY Requirement With Figures Calculated On-the-Fly
C_RFDYSalesOrderRequirement view_entity from CONSUMPTION Release for Delivery Sales Order Requirement
C_RFDYStockTransptRequirement view_entity from CONSUMPTION Release for Delivery Stock Transport Requirement
P_RFDYRqmtWthCalcAndImpactFigs view from COMPOSITE

Fields (4)

KeyField CDS FieldsUsed in Views
KEY RFDYRequirementUUID RFDYRequirementUUID 1
ATPRelevantDocScheduleLine ScheduleLine 1
ATPRelevantDocumentItem ATPRelevantDocumentItem 1
RFDYMaterialUUID RFDYMaterialUUID 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.

-- RFDY Requirement With Figures Calculated On-the-Fly
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_RFDYREQUIREMENTWITHCALCFIGS (
    RFDYREQUIREMENTUUID,
    ATPRELEVANTDOCSCHEDULELINE,
    ATPRELEVANTDOCUMENTITEM,
    RFDYMATERIALUUID,
    PRIMARY KEY (RFDYREQUIREMENTUUID)
);