R_FaxNumberTP
Fax Number - TP
R_FaxNumberTP is a Transactional CDS View that provides data about "Fax Number - TP" in SAP S/4HANA. It reads from 1 data source (I_AddressFaxNumber_2) and exposes 16 fields with key fields AddressID, AddressPersonID, CommMediumSequenceNumber. Part of development package S_ADDRESS_RAP_BO.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_AddressFaxNumber_2 | I_AddressFaxNumber_2 | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| EndUserText.label | Fax Number - TP | view | |
| Metadata.allowExtensions | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (16)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AddressID | AddressID | ||
| KEY | AddressPersonID | AddressPersonID | ||
| KEY | CommMediumSequenceNumber | CommMediumSequenceNumber | ||
| FaxNumberCountry | FaxNumberCountry | |||
| CommLineNotForUnsolicitedCntct | CommLineNotForUnsolicitedCntct | |||
| FaxAreaCodeSubscriberNumber | FaxAreaCodeSubscriberNumber | |||
| FaxExtensionNumber | FaxExtensionNumber | |||
| InternationalFaxNumber | InternationalFaxNumber | |||
| FaxNumberIsCurrentDefault | FaxNumberIsCurrentDefault | |||
| ValidityStartDate | ValidityStartDate | |||
| ValidityEndDate | ValidityEndDate | |||
| CommunicationRemarkText | ||||
| _AddressCommunicationRemark | _AddressCommunicationRemark | |||
| _AddressCommunicationUsage | _AddressCommunicationUsage | |||
| _FaxNumberCountry | _FaxNumberCountry | |||
| _Address | _Address |
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'Fax Number - TP'
@Metadata.allowExtensions: true
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #MASTER
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ObjectModel.semanticKey: [ 'AddressID', 'AddressPersonID', 'CommMediumSequenceNumber' ]
@AccessControl.personalData.blocking: #REQUIRED
@Metadata.ignorePropagatedAnnotations: true
define view entity R_FaxNumberTP
as select from I_AddressFaxNumber_2
association to parent R_AddressTP as _Address
on $projection.AddressID = _Address.AddressID
and $projection.AddressPersonID = _Address.AddressPersonID
{
key AddressID,
key AddressPersonID,
key CommMediumSequenceNumber,
FaxNumberCountry,
CommLineNotForUnsolicitedCntct,
FaxAreaCodeSubscriberNumber,
FaxExtensionNumber,
InternationalFaxNumber,
FaxNumberIsCurrentDefault,
ValidityStartDate,
ValidityEndDate,
_AddressCommunicationRemark[ Language = $session.system_language ].CommunicationRemarkText,
/* Associations */
_AddressCommunicationRemark,
_AddressCommunicationUsage,
_FaxNumberCountry,
_Address
}
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