P_MobileNumbers

DDL: P_MOBILENUMBERS SQL: PMOBILENUMBERS Type: view BASIC

P_MobileNumbers is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (adr2).

Data Sources (1)

SourceAliasJoin Type
adr2 adr2 from

Annotations (5)

NameValueLevelField
VDM.private true view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName PMOBILENUMBERS view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE 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_MobileNumbers.
-- 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: PMOBILENUMBERS

CREATE VIEW P_MobileNumbers AS
SELECT *  -- field list not available in parsed metadata
FROM adr2
;