I_AddressCommunicationMethod
Communication Method
I_AddressCommunicationMethod is a Basic CDS View that provides data about "Communication Method" in SAP S/4HANA. It reads from 1 data source (tsac) and exposes 2 fields with key field CommunicationMediumType. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tsac | tsac | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_AddrCommunicationMethodText | _Text | $projection.CommunicationMediumType = _Text.CommunicationMediumType |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Communication Method | view | |
| ObjectModel.representativeKey | CommunicationMediumType | view | |
| Analytics.technicalName | IADCOMMMETHOD | view | |
| ObjectModel.sapObjectNodeType.name | CommunicationMediumType | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #BASIC | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CommunicationMediumType | comm_type | ||
| _Text | _Text |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Communication Method'
@ObjectModel.representativeKey: 'CommunicationMediumType'
@Analytics.technicalName: 'IADCOMMMETHOD'
@ObjectModel.sapObjectNodeType.name: 'CommunicationMediumType'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE, #SQL_DATA_SOURCE]
@VDM.viewType: #BASIC
define view entity I_AddressCommunicationMethod
as select from tsac
association [0..*] to I_AddrCommunicationMethodText as _Text on $projection.CommunicationMediumType = _Text.CommunicationMediumType {
@ObjectModel.text.association: '_Text'
key comm_type as CommunicationMediumType,
/* Associations */
_Text
}
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