I_FLDLOGSPLANTBASIC

CDS View

Basic view for flog_plant table

I_FLDLOGSPLANTBASIC is a CDS View in S/4HANA. Basic view for flog_plant table. It contains 2 fields. 7 CDS views read from this table.

CDS Views using this table (7)

ViewTypeJoinVDMDescription
I_FldLogsBookStock view inner BASIC Book Stock View for Field Logistics
I_FldLogsDmndPlntForKeySupPlnt view_entity from COMPOSITE FL Demand Plant for Supply Plant
I_FldLogsEWMActiveStorLocation view from BASIC EWM active storage locations
I_FldLogsMaintOrdMaterialStock view_entity inner COMPOSITE Material stock for Maintenance Order
I_FldLogsMaterialSupplyProcess view inner COMPOSITE FL:Material and Plant for Supply process
I_FldLogsReturnsMaterialStock view_entity inner COMPOSITE Returns Material Stock
I_FldLogsSupplyingPlantAllVH view_entity from COMPOSITE FL All Supplying Plant

Fields (2)

KeyField CDS FieldsUsed in Views
Plant FldLogsRemotePlant 1
SupplyingPlant SupplierPlant,SupplyingPlant 2

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 flog_plant table
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_FLDLOGSPLANTBASIC (
    PLANT,
    SUPPLYINGPLANT
);