I_BR_PaytIntegrationTypeText

DDL: I_BR_PAYTINTEGRATIONTYPETEXT SQL: IBRTPINTEGRAT Type: view BASIC

Brazil Payment Integration Type - Text

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

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_BR_PaymentIntegrationType _BR_PaymentIntegrationType $projection.PaymentSystemIntegrationType = _BR_PaymentIntegrationType.PaymentSystemIntegrationType
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (14)

NameValueLevelField
EndUserText.label Brazil Payment Integration Type - Text view
AbapCatalog.compiler.compareFilter true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IBRTPINTEGRAT view
AccessControl.authorizationCheck #CHECK view
ObjectModel.representativeKey PaymentSystemIntegrationType view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
AbapCatalog.preserveKey true view
Metadata.ignorePropagatedAnnotations true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language
KEY PaymentSystemIntegrationType
PaytSystemIntegrationTypeDesc
_BR_PaymentIntegrationType _BR_PaymentIntegrationType
_Language _Language
@EndUserText.label: 'Brazil Payment Integration Type - Text'
@AbapCatalog.compiler.compareFilter: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IBRTPINTEGRAT'
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.representativeKey: 'PaymentSystemIntegrationType'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE,#CDS_MODELING_DATA_SOURCE]
@AbapCatalog.preserveKey:true
@Metadata.ignorePropagatedAnnotations: true

define view I_BR_PaytIntegrationTypeText
  as select from dd07t
  association [1..1] to I_BR_PaymentIntegrationType as _BR_PaymentIntegrationType on $projection.PaymentSystemIntegrationType = _BR_PaymentIntegrationType.PaymentSystemIntegrationType
  association [0..1] to I_Language                  as _Language                  on $projection.Language = _Language.Language
{
      @Semantics.language: true
  key cast( ddlanguage as spras preserving type )                                 as Language,
      @ObjectModel.foreignKey.association: '_BR_PaymentIntegrationType'
  key cast ( substring( domvalue_l, 1, 1 ) as logbr_tpintegra preserving type )   as PaymentSystemIntegrationType,
      @Semantics.text: true
      cast ( substring ( ddtext, 1, 60 ) as logbr_tpintegradesc preserving type ) as PaytSystemIntegrationTypeDesc,
      @ObjectModel.association.type: [#TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT]
      _BR_PaymentIntegrationType, //Comment this association in order to hide it if this association causes issues in analytical consumption

      _Language //Comment this association in order to hide it if this association causes issues in analytical consumption

}
where
      domname  = 'J_1BNFE_TPINTEGRA'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_BR_PAYMENTINTEGRATIONTYPE",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/