I_AddressCommunicationMethod

DDL: I_ADDRESSCOMMUNICATIONMETHOD Type: view_entity BASIC

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)

SourceAliasJoin Type
tsac tsac from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_AddrCommunicationMethodText _Text $projection.CommunicationMediumType = _Text.CommunicationMediumType

Annotations (9)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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  
}