I_FrcElmntOrgAddrCommMdmTypeT

DDL: I_FRCELMNTORGADDRCOMMMDMTYPET SQL: IFEORGCOMMT Type: view BASIC

Interface view for Address Communication type text

I_FrcElmntOrgAddrCommMdmTypeT is a Basic CDS View that provides data about "Interface view for Address Communication type text" in SAP S/4HANA. It reads from 1 data source (tsact) and exposes 4 fields with key fields LanguageCode, FrcElmntOrgAddrCommType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tsact FrcElmntOrgAddrCommMdmText from

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_FrcElmntOrgAddrCommMdmType _FrcElmntOrgAddrCommMdmType $projection.FrcElmntOrgAddrCommType = _FrcElmntOrgAddrCommMdmType.FrcElmntOrgAddrCommType

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IFEORGCOMMT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Interface view for Address Communication type text view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY LanguageCode tsact langu
KEY FrcElmntOrgAddrCommType tsact comm_type
FrcElmntOrgAddrCommTypeDesc tsact comm_text
_FrcElmntOrgAddrCommMdmType _FrcElmntOrgAddrCommMdmType
@AbapCatalog.sqlViewName: 'IFEORGCOMMT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED

@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@EndUserText.label: 'Interface view for Address Communication type text'
define view I_FrcElmntOrgAddrCommMdmTypeT 
as select from tsact as FrcElmntOrgAddrCommMdmText
  association [1..1] to I_FrcElmntOrgAddrCommMdmType as _FrcElmntOrgAddrCommMdmType on $projection.FrcElmntOrgAddrCommType = _FrcElmntOrgAddrCommMdmType.FrcElmntOrgAddrCommType
{
  key FrcElmntOrgAddrCommMdmText.langu     as LanguageCode,
  key FrcElmntOrgAddrCommMdmText.comm_type as FrcElmntOrgAddrCommType,
      FrcElmntOrgAddrCommMdmText.comm_text as FrcElmntOrgAddrCommTypeDesc,
      _FrcElmntOrgAddrCommMdmType
}