I_JITBusTransDocTypeText

DDL: I_JITBUSTRANSDOCTYPETEXT Type: view_entity BASIC

JIT Business Transaction Doc Type Text

I_JITBusTransDocTypeText is a Basic CDS View that provides data about "JIT Business Transaction Doc Type Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields BusinessTransactionDocType, Language. 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_JITBusTransDocType _JITBusTransDocType $projection.BusinessTransactionDocType = _JITBusTransDocType.BusinessTransactionDocType

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.technicalName IJITBTDTYPT view
EndUserText.label JIT Business Transaction Doc Type Text view
ObjectModel.dataCategory #TEXT view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ObjectModel.representativeKey BusinessTransactionDocType view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.viewType #BASIC view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY BusinessTransactionDocType
KEY Language ddlanguage
BusinessTransactionDocTypeText ddtext
_JITBusTransDocType _JITBusTransDocType
_Language _Language
@AccessControl.authorizationCheck   : #NOT_REQUIRED
@Analytics.technicalName            : 'IJITBTDTYPT'
@EndUserText.label                  : 'JIT Business Transaction Doc Type Text'
@ObjectModel                        : { dataCategory            : #TEXT,
                                        modelingPattern         : #LANGUAGE_DEPENDENT_TEXT,
                                        representativeKey       : 'BusinessTransactionDocType',
                                        supportedCapabilities   : [ #LANGUAGE_DEPENDENT_TEXT, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE ],
                                        usageType               : { dataClass       : #META,
                                                                    serviceQuality  : #A,
                                                                    sizeCategory    : #S }
                                      }
@Search.searchable                  : true
@VDM.viewType                       : #BASIC
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] }*/
/*+[hideWarning] { "IDS" : [ "KEY_CHECK/code>*/
define view entity I_JITBusTransDocTypeText
  as select from dd07t
  association [0..1] to I_Language           as _Language           on $projection.Language = _Language.Language
  /*+[hideWarning] { "IDS" : [ "CALCULATED_FIELD_CHECK" ] } */
  association [0..1] to I_JITBusTransDocType as _JITBusTransDocType on $projection.BusinessTransactionDocType = _JITBusTransDocType.BusinessTransactionDocType
{
       @ObjectModel.foreignKey.association: '_JITBusTransDocType'
       @ObjectModel.text.element: [ 'BusinessTransactionDocTypeText' ]
  key  cast(left( dd07t.domvalue_l, 5 ) as  njit_btd_type_code preserving type ) as BusinessTransactionDocType,
       @Semantics.language:true
       @ObjectModel.foreignKey.association: '_Language'
  key  ddlanguage                                                as Language,
       @Search.defaultSearchElement: true
       @Search.fuzzinessThreshold: 0.8
       @Search.ranking: #LOW
       @Semantics.text: true
       ddtext                                                    as BusinessTransactionDocTypeText,
       _JITBusTransDocType,
       _Language
}
where
      domname  = 'NJIT_BTD_TYPE_CODE'
  and as4local = 'A'