I_FrcElmntOrgAddrCommMdmTypeT
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)
| Source | Alias | Join Type |
|---|---|---|
| tsact | FrcElmntOrgAddrCommMdmText | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_FrcElmntOrgAddrCommMdmType | _FrcElmntOrgAddrCommMdmType | $projection.FrcElmntOrgAddrCommType = _FrcElmntOrgAddrCommMdmType.FrcElmntOrgAddrCommType |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| 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 |
@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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TSACT"
],
"ASSOCIATED":
[
"I_FRCELMNTORGADDRCOMMMDMTYPE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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