I_FldLogsDestPlantVH

DDL: I_FLDLOGSDESTPLANTVH Type: view_entity BASIC

Demand Plant

I_FldLogsDestPlantVH is a Basic CDS View that provides data about "Demand Plant" in SAP S/4HANA. It reads from 1 data source (flog_plant) and exposes 1 field with key field Plant.

Data Sources (1)

SourceAliasJoin Type
flog_plant flog_plant from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Demand Plant view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #B view
VDM.viewType #BASIC view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey Plant view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY Plant werks Receiving Plant

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view I_FldLogsDestPlantVH.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW I_FldLogsDestPlantVH AS
SELECT
  werks AS Plant
FROM flog_plant
;