R_TrdgDocApplicationStatus

DDL: R_TRDGDOCAPPLICATIONSTATUS Type: view_entity BASIC

Application Status of Trading Document

R_TrdgDocApplicationStatus is a Basic CDS View (Dimension) that provides data about "Application Status of Trading Document" in SAP S/4HANA. It reads from 1 data source (tb2ba) and exposes 2 fields with key field TrdgDocApplicationStatus. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tb2ba tb2ba from

Associations (1)

CardinalityTargetAliasCondition
[0..*] R_TrdgDocApplicationStatusText _Text

Annotations (13)

NameValueLevelField
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.representativeKey TrdgDocApplicationStatus 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
EndUserText.label Application Status of Trading Document view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY TrdgDocApplicationStatus tb2ba btbsta
_Text _Text
@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #SAP_INTERNAL_API
}

@ObjectModel: {
   representativeKey: 'TrdgDocApplicationStatus',
   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
@EndUserText.label: 'Application Status of Trading Document'


define root view entity R_TrdgDocApplicationStatus
  as select from tb2ba

  composition [0..*] of R_TrdgDocApplicationStatusText as _Text
{
      @ObjectModel.text.association: '_Text'
  key tb2ba.btbsta as TrdgDocApplicationStatus,
     _Text
}