I_FinObjCtptyRiskActiveCode

DDL: I_FINOBJCTPTYRISKACTIVECODE Type: view BASIC

Treasury Counterprty Fin Obj Active Code

I_FinObjCtptyRiskActiveCode is a Basic CDS View that provides data about "Treasury Counterprty Fin Obj Active Code" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field TrsyFinObjCtptyRiskActiveCode. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_FinObjCtptyRiskActvCodeText _Text $projection.TrsyFinObjCtptyRiskActiveCode = _Text.TrsyFinObjCtptyRiskActiveCode

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName ITRSYCTPTYFOAC 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.representativeKey TrsyFinObjCtptyRiskActiveCode view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view
VDM.private false view
EndUserText.label Treasury Counterprty Fin Obj Active Code view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY TrsyFinObjCtptyRiskActiveCode
_Text _Text
@AbapCatalog: { sqlViewName:            'ITRSYCTPTYFOAC', //'ITRSYCTPTYFINOBJAC',

                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: { representativeKey:        'TrsyFinObjCtptyRiskActiveCode',
                usageType.dataClass:      #CUSTOMIZING,
                usageType.serviceQuality: #D,
                usageType.sizeCategory:   #S }

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

@EndUserText.label: 'Treasury Counterprty Fin Obj Active Code'

/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view I_FinObjCtptyRiskActiveCode
  as select from dd07l
  association [0..*] to I_FinObjCtptyRiskActvCodeText as _Text on $projection.TrsyFinObjCtptyRiskActiveCode = _Text.TrsyFinObjCtptyRiskActiveCode
{
      @ObjectModel.text.association: '_Text'
  key cast(RTRIM(LEFT(RTRIM( dd07l.domvalue_l, ' ' ), 1 ), ' ' ) as kl_arakt preserving type ) as TrsyFinObjCtptyRiskActiveCode,

      _Text
}
where
      dd07l.domname  = 'JBSJANEIN'
  and dd07l.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_FINOBJCTPTYRISKACTVCODETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/