I_AgreementRblComponentTypeTxt

DDL: I_AGREEMENTRBLCOMPONENTTYPETXT Type: view BASIC

Agreement Rbl Component Type - Text

I_AgreementRblComponentTypeTxt is a Basic CDS View that provides data about "Agreement Rbl Component Type - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, AgreementRblComponentType. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language
[0..1] I_AgreementRblComponentType _AgreementRblComponentType $projection.AgreementRblComponentType = _AgreementRblComponentType.AgreementRblComponentType

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName ICAGRBLCOMTYPTXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.serviceQuality A view
ObjectModel.usageType.sizeCategory S view
ObjectModel.usageType.dataClass CUSTOMIZING view
ObjectModel.representativeKey AgreementRblComponentType view
VDM.viewType #BASIC view
Analytics.dataExtraction.enabled true view
Metadata.ignorePropagatedAnnotations true view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Agreement Rbl Component Type - Text view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language ddlanguage
KEY AgreementRblComponentType
AgreementRblComponentTypeTxt ddtext
_Language _Language
_AgreementRblComponentType _AgreementRblComponentType
@AbapCatalog:{
    sqlViewName: 'ICAGRBLCOMTYPTXT',
    compiler.compareFilter: true,
    preserveKey: true
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel:{
    dataCategory: #TEXT,
    usageType:{
        serviceQuality: 'A',
        sizeCategory: 'S',
        dataClass: 'CUSTOMIZING'
    },
    supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT,
                             #CDS_MODELING_ASSOCIATION_TARGET,
                             #SQL_DATA_SOURCE,
                             #CDS_MODELING_DATA_SOURCE,
                             #EXTRACTION_DATA_SOURCE ],
    representativeKey: 'AgreementRblComponentType'
}
@VDM.viewType: #BASIC
@Analytics.dataExtraction.enabled: true
@Metadata.ignorePropagatedAnnotations:true
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Agreement Rbl Component Type - Text'
define view I_AgreementRblComponentTypeTxt
  as select from dd07t
  association [0..1] to I_Language                  as _Language                  on $projection.Language = _Language.Language
  association [0..1] to I_AgreementRblComponentType as _AgreementRblComponentType on $projection.AgreementRblComponentType = _AgreementRblComponentType.AgreementRblComponentType
{
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key ddlanguage                                                                         as Language,
      @ObjectModel.foreignKey.association: '_AgreementRblComponentType'
  key cast(substring(domvalue_l, 1, 3) as cms_dte_cag_rbl_rbl_comp_typ preserving type ) as AgreementRblComponentType,
      @Semantics.text: true
      ddtext                                                                             as AgreementRblComponentTypeTxt,

      _Language,
      _AgreementRblComponentType
}
where
      dd07t.domname  = 'CMS_RBL_COMPONENT_TYP'
  and dd07t.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_AGREEMENTRBLCOMPONENTTYPE",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/