I_ControllingBusTransacTypText

DDL: I_CONTROLLINGBUSTRANSACTYPTEXT SQL: IFICOBUSTRANTYPT Type: view BASIC

Controlling Business Transaction Type Text

I_ControllingBusTransacTypText is a Basic CDS View that provides data about "Controlling Business Transaction Type Text" in SAP S/4HANA. It reads from 1 data source (tj01t) and exposes 4 fields with key fields BusinessTransactionType, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tj01t tj01t from

Associations (1)

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

Annotations (13)

NameValueLevelField
EndUserText.label Controlling Business Transaction Type Text view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IFICOBUSTRANTYPT view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey BusinessTransactionType view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Analytics.dataExtraction.enabled true view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_ControllingBusTransacTypeT view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY BusinessTransactionType vrgng
KEY Language spras
BusinessTransactionTypeName txt
_Language _Language
@EndUserText.label: 'Controlling Business Transaction Type Text'
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IFICOBUSTRANTYPT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'BusinessTransactionType'
@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #CUSTOMIZING

@Analytics.dataExtraction.enabled: true

@VDM.lifecycle.status:    #DEPRECATED
@VDM.lifecycle.successor: 'I_ControllingBusTransacTypeT'

define view I_ControllingBusTransacTypText
  as select from tj01t
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
  key vrgng as BusinessTransactionType,
      @Semantics.language
  key spras as Language,
      @Semantics.text: true
      txt   as BusinessTransactionTypeName,
      _Language
}; 
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"TJ01T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/