I_FrcElmntOrgCntryText

DDL: I_FRCELMNTORGCNTRYTEXT SQL: IFEORGCNTRYT Type: view BASIC

Interface View for Ctry/Reg Text FE Org

I_FrcElmntOrgCntryText is a Basic CDS View that provides data about "Interface View for Ctry/Reg Text FE Org" in SAP S/4HANA. It reads from 1 data source (t005t) and exposes 4 fields with key fields FrcElmntOrgLanguage, FrcElmntOrgCountry. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
t005t FrcElmntOrgCntryText from

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_FrcElmntOrgCntry _FrcElmntOrgCntry $projection.FrcElmntOrgCountry = _FrcElmntOrgCntry.FrcElmntOrgCountry

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IFEORGCNTRYT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Interface View for Ctry/Reg Text FE Org view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey FrcElmntOrgCountry view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY FrcElmntOrgLanguage t005t spras
KEY FrcElmntOrgCountry t005t land1
FrcElmntOrgCountryName t005t landx
_FrcElmntOrgCntry _FrcElmntOrgCntry
@AbapCatalog.sqlViewName: 'IFEORGCNTRYT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Interface View for Ctry/Reg Text FE Org'
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'FrcElmntOrgCountry'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M

define view I_FrcElmntOrgCntryText
  as select from t005t as FrcElmntOrgCntryText
  association [1..1] to I_FrcElmntOrgCntry as _FrcElmntOrgCntry on $projection.FrcElmntOrgCountry = _FrcElmntOrgCntry.FrcElmntOrgCountry

{
      @Semantics.language: true
  key FrcElmntOrgCntryText.spras        as FrcElmntOrgLanguage,
      @ObjectModel.foreignKey.association: '_FrcElmntOrgCntry'
  key FrcElmntOrgCntryText.land1        as FrcElmntOrgCountry,
      @Semantics.text: true
      FrcElmntOrgCntryText.landx        as FrcElmntOrgCountryName,
      _FrcElmntOrgCntry

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T005T"
],
"ASSOCIATED":
[
"I_FRCELMNTORGCNTRY"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/