I_ControllingBusTransacType

DDL: I_CONTROLLINGBUSTRANSACTYPE SQL: IFICOBUSTRANTYPE Type: view BASIC

Controlling Business Transaction Type

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

Data Sources (1)

SourceAliasJoin Type
tj01 tj01 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ControllingBusTransacTypeT _Text $projection.BusinessTransactionType = _Text.BusinessTransactionType

Annotations (14)

NameValueLevelField
ObjectModel.representativeKey BusinessTransactionType view
EndUserText.label Controlling Business Transaction Type view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IFICOBUSTRANTYPE view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Metadata.ignorePropagatedAnnotations true view
Analytics.dataExtraction.enabled true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY BusinessTransactionType vrgng
ControllingValueClassification psikz
ControllingValueCategory wtkat
_Text _Text
@ObjectModel.representativeKey: 'BusinessTransactionType'
@EndUserText.label: 'Controlling Business Transaction Type'
@Analytics: {dataCategory: #DIMENSION } //, dataExtraction.enabled: true}

@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IFICOBUSTRANTYPE'
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@Metadata.ignorePropagatedAnnotations: true
@Analytics.dataExtraction.enabled: true
@ObjectModel.supportedCapabilities:[#EXTRACTION_DATA_SOURCE,#CDS_MODELING_DATA_SOURCE,#ANALYTICAL_DIMENSION,#CDS_MODELING_ASSOCIATION_TARGET]
define view I_ControllingBusTransacType
  as select from tj01
  association [0..*] to I_ControllingBusTransacTypeT as _Text on $projection.BusinessTransactionType = _Text.BusinessTransactionType
{
      @ObjectModel.text.association: '_Text'
  key vrgng as BusinessTransactionType,
      psikz as ControllingValueClassification,
      wtkat as ControllingValueCategory,
      _Text
};