I_JITBusTransDocTypeText

DDL: I_JITBUSTRANSDOCTYPETEXT Type: view_entity BASIC Package: NJIT_MODEL_GENERAL

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 6 fields with key fields Language, BusinessTransactionDocType. It has 2 associations to related views. Part of development package NJIT_MODEL_GENERAL.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language
[1..1] I_JITBusTransDocType _JITBusTransDocType $projection.BusinessTransactionDocType = _JITBusTransDocType.BusinessTransactionDocType

Annotations (13)

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

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY Language ddlanguage
KEY BusinessTransactionDocType
DomainValue domvalue_l
BusinessTransactionDocTypeText ddtext
_JITBusTransDocType _JITBusTransDocType
_Language _Language
@AbapCatalog.viewEnhancementCategory    : [#NONE]
@AccessControl.authorizationCheck       : #NOT_REQUIRED
@Analytics.technicalName                : 'IJITBTDTYPT'
@EndUserText.label                      : 'JIT Business Transaction Doc Type Text'
@Metadata.ignorePropagatedAnnotations   : true
@ObjectModel                            :{ dataCategory               : #TEXT,
                                           modelingPattern            : #LANGUAGE_DEPENDENT_TEXT,
                                           representativeKey          :'BusinessTransactionDocType',
                                           resultSet.sizeCategory     : #XS,
                                           supportedCapabilities      :[ #CDS_MODELING_ASSOCIATION_TARGET,
                                                                         #CDS_MODELING_DATA_SOURCE,
                                                                         #LANGUAGE_DEPENDENT_TEXT,
                                                                         #SEARCHABLE_ENTITY,
                                                                         #SQL_DATA_SOURCE
                                                                        ],
                                           usageType                  :{ dataClass        : #META,
                                                                         sizeCategory     : #S,
                                                                         serviceQuality   : #A
                                                                       }
                                         }
@Search.searchable                      : true
@VDM.viewType                           : #BASIC
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] }*/
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 [1..1] to I_JITBusTransDocType as _JITBusTransDocType on $projection.BusinessTransactionDocType = _JITBusTransDocType.BusinessTransactionDocType
{
       @Semantics.language:true
       @ObjectModel.foreignKey.association: '_Language'
  key  ddlanguage                                                                as Language,
       @ObjectModel.foreignKey.association: '_JITBusTransDocType'
       @ObjectModel.text.element: [ 'BusinessTransactionDocTypeText' ]
  key  cast(left( dd07t.domvalue_l, 5 ) as  njit_btd_type_code preserving type ) as BusinessTransactionDocType,
       @Analytics.hidden: true
       @Consumption.hidden: true
       domvalue_l                                                                as DomainValue,
       @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'