I_FinObjCtptyRiskActvCodeText

DDL: I_FINOBJCTPTYRISKACTVCODETEXT Type: view BASIC

Treasury Ctpty Rsk Fin Obj Act Code Text

I_FinObjCtptyRiskActvCodeText is a Basic CDS View that provides data about "Treasury Ctpty Rsk Fin Obj Act Code Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, TrsyFinObjCtptyRiskActiveCode. 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
[1..1] I_FinObjCtptyRiskActiveCode _FinObjCtptyRiskActiveCode $projection.TrsyFinObjCtptyRiskActiveCode = _FinObjCtptyRiskActiveCode.TrsyFinObjCtptyRiskActiveCode

Annotations (17)

NameValueLevelField
AbapCatalog.sqlViewName ITRSYCTPTYFOACT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AbapCatalog.buffering.status #NOT_ALLOWED view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey TrsyFinObjCtptyRiskActiveCode view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
VDM.viewType #BASIC view
VDM.private false view
EndUserText.label Treasury Ctpty Rsk Fin Obj Act Code Text view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language dd07t ddlanguage
KEY TrsyFinObjCtptyRiskActiveCode
TrsyFinObjCtptyRiskActiveName dd07t ddtext
_Language _Language
_FinObjCtptyRiskActiveCode _FinObjCtptyRiskActiveCode
@AbapCatalog: { sqlViewName:            'ITRSYCTPTYFOACT',
                compiler.compareFilter: true,
                preserveKey:            true,
                buffering: { status:    #NOT_ALLOWED } }

@AccessControl: { authorizationCheck:    #NOT_REQUIRED,
                  personalData.blocking: #NOT_REQUIRED }

@Metadata.ignorePropagatedAnnotations:true

@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel: { dataCategory:             #TEXT,
                representativeKey:        'TrsyFinObjCtptyRiskActiveCode',
                usageType.dataClass:      #CUSTOMIZING,
                usageType.serviceQuality: #D,
                usageType.sizeCategory:   #S,
                supportedCapabilities:    [ #LANGUAGE_DEPENDENT_TEXT, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET  ],
                modelingPattern:          #LANGUAGE_DEPENDENT_TEXT }

@VDM: { viewType: #BASIC,
        private:  false }

@EndUserText.label: 'Treasury Ctpty Rsk Fin Obj Act Code Text'

/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view I_FinObjCtptyRiskActvCodeText
  as select from dd07t
  association [0..1] to I_Language                  as _Language                  on $projection.Language = _Language.Language
  association [1..1] to I_FinObjCtptyRiskActiveCode as _FinObjCtptyRiskActiveCode on $projection.TrsyFinObjCtptyRiskActiveCode = _FinObjCtptyRiskActiveCode.TrsyFinObjCtptyRiskActiveCode
{
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key dd07t.ddlanguage                                                                         as Language,
      @ObjectModel.foreignKey.association: '_FinObjCtptyRiskActiveCode'
  key cast(RTRIM(LEFT(RTRIM( dd07t.domvalue_l, ' ' ), 1 ), ' ' ) as jbsrmakt preserving type ) as TrsyFinObjCtptyRiskActiveCode,
      @Semantics.text:true
      dd07t.ddtext                                                                             as TrsyFinObjCtptyRiskActiveName,
      _Language,
      _FinObjCtptyRiskActiveCode
}
where
      dd07t.domname  = 'JBSJANEIN'
  and dd07t.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_FINOBJCTPTYRISKACTIVECODE",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/