P_MMIM_STOLOC_M_MSEG_LGO_01

DDL: P_MMIM_STOLOC_M_MSEG_LGO_01 SQL: PSTOLOMSEGLGO01 Type: view COMPOSITE

P_MMIM_STOLOC_M_MSEG_LGO_01 is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (I_StorageLocation).

Data Sources (1)

SourceAliasJoin Type
I_StorageLocation I_StorageLocation from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName PSTOLOMSEGLGO01 view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.private true view
VDM.viewType #COMPOSITE view
AccessControl.authorizationCheck #CHECK view

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 P_MMIM_STOLOC_M_MSEG_LGO_01.
-- 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.
-- SQL view name: PSTOLOMSEGLGO01

CREATE VIEW P_MMIM_STOLOC_M_MSEG_LGO_01 AS
SELECT *  -- field list not available in parsed metadata
FROM I_StorageLocation
;