P_TelephoneNumbers
Telephone Numbers
P_TelephoneNumbers is a Basic CDS View that provides data about "Telephone Numbers" in SAP S/4HANA. It reads from 1 data source (adr2). Part of development package IWOC.
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 | PTELNUMBERS | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
@VDM.private: true
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'PTELNUMBERS'
@AccessControl.authorizationCheck:#NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
define view P_TelephoneNumbers as select from adr2 // Telephone Numbers (Business Address Services)
{
*
} where ( adr2.r3_user = '1' or adr2.r3_user = '' ) and adr2.flg_nouse = ''
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