R_TrdgDocApplicationStatus
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)
| Source | Alias | Join Type |
|---|---|---|
| tb2ba | tb2ba | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | R_TrdgDocApplicationStatusText | _Text | |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA