I_CAMainTransactionText

DDL: I_CAMAINTRANSACTIONTEXT Type: view_entity BASIC

Document Main Transaction - Text

I_CAMainTransactionText is a Basic CDS View that provides data about "Document Main Transaction - Text" in SAP S/4HANA. It reads from 1 data source (tfkhvot) and exposes 6 fields with key fields CAApplicationArea, CAMainTransaction, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
tfkhvot tfkhvot from

Associations (2)

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

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Document Main Transaction - Text view
Analytics.dataExtraction.enabled true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ObjectModel.representativeKey CAMainTransaction view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY CAApplicationArea applk
KEY CAMainTransaction hvorg
KEY Language spras
CAMainTransactionName txt30
_Language _Language
_ApplArea _ApplArea
@AccessControl.authorizationCheck: #NOT_REQUIRED

@EndUserText.label: 'Document Main Transaction - Text'

@Analytics.dataExtraction.enabled : true

@Metadata.ignorePropagatedAnnotations: true

@ObjectModel: { dataCategory: #TEXT,
                modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
                representativeKey: 'CAMainTransaction',
                supportedCapabilities: [ #CDS_MODELING_ASSOCIATION_TARGET,
                                         #CDS_MODELING_DATA_SOURCE,
                                         #LANGUAGE_DEPENDENT_TEXT,
                                         #SQL_DATA_SOURCE,
                                         #EXTRACTION_DATA_SOURCE ],
                usageType: { dataClass: #CUSTOMIZING,
                             serviceQuality: #A,
                             sizeCategory: #S } }

@VDM.viewType: #BASIC

define view entity I_CAMainTransactionText
  as select from tfkhvot

  association [0..1] to I_Language          as _Language on $projection.Language = _Language.Language
  association [1..1] to I_CAApplicationArea as _ApplArea on $projection.CAApplicationArea = _ApplArea.CAApplicationArea

{
      @ObjectModel.foreignKey.association: '_ApplArea'
  key applk as CAApplicationArea,
  key hvorg as CAMainTransaction,
      @Semantics.language
      @ObjectModel.foreignKey.association: '_Language'
  key spras as Language,

      @Semantics.text
      txt30 as CAMainTransactionName,

      _Language,
      _ApplArea
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TFKHVOT"
],
"ASSOCIATED":
[
"I_CAAPPLICATIONAREA",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/