P_MobileNumbers
P_MobileNumbers is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (adr2).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| adr2 | adr2 | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.private | true | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.sqlViewName | PMOBILENUMBERS | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
@VDM.private: true
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'PMOBILENUMBERS'
@AccessControl.authorizationCheck:#NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
define view P_MobileNumbers as select from adr2 // Telephone Numbers (Business Address Services)
{
*
} where ( adr2.r3_user = '2' or adr2.r3_user = '3' ) and adr2.flg_nouse = '' and adr2.flgdefault = 'X' // Telephone is Default Mobile Telephone
// and adr2.home_flag = 'X'
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA