R_TrdgDocExecWrkbnType
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. Part of development package VDM_LO_GT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tewtype | tewtype | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | R_TrdgDocExecWrkbnTypeText | _Text | |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
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