R_TrdgDocExecWrkbnType

DDL: R_TRDGDOCEXECWRKBNTYPE Type: view_entity BASIC

Trading Execution Workbench Type

R_TrdgDocExecWrkbnType is a Basic CDS View (Dimension) that provides data about "Trading Execution Workbench Type" in SAP S/4HANA. It reads from 1 data source (tewtype) and exposes 2 fields with key field TrdgDocExecWrkbnType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tewtype tewtype from

Associations (1)

CardinalityTargetAliasCondition
[0..*] R_TrdgDocExecWrkbnTypeText _Text

Annotations (13)

NameValueLevelField
EndUserText.label Trading Execution Workbench Type view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.representativeKey TrdgDocExecWrkbnType view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled false view
Analytics.internalName #LOCAL view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY TrdgDocExecWrkbnType tew_type
_Text _Text
@EndUserText.label: 'Trading Execution Workbench Type'
@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #SAP_INTERNAL_API
}

@ObjectModel: {
   representativeKey: 'TrdgDocExecWrkbnType',
   resultSet: {
     sizeCategory: #XS
   },
   usageType: {
     dataClass:      #CUSTOMIZING,
     serviceQuality: #B,
     sizeCategory:   #S
   }
}

@AccessControl: {
  authorizationCheck: #NOT_REQUIRED
}

@Analytics: {
    dataCategory: #DIMENSION,
    dataExtraction.enabled: false,
    internalName: #LOCAL
}
@Metadata.ignorePropagatedAnnotations: true
define root view entity R_TrdgDocExecWrkbnType
  as select from tewtype
  
  composition [0..*] of R_TrdgDocExecWrkbnTypeText as _Text
{
      @ObjectModel.text.association: '_Text'
  key tew_type as TrdgDocExecWrkbnType,

      //Associations

      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TEWTYPE"
],
"ASSOCIATED":
[
"R_TRDGDOCEXECWRKBNTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/