R_TrdgProcessVariantTypeText
Variant Type of Trading Process - Text
R_TrdgProcessVariantTypeText is a Basic CDS View that provides data about "Variant Type of Trading Process - Text" in SAP S/4HANA. It reads from 1 data source (tewtypet) and exposes 5 fields with key fields TradingProcessVariantType, Language. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tewtypet | tewtypet | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | R_TrdgProcessVariantType | _TrdgProcessVariantType | $projection.TradingProcessVariantType = _TrdgProcessVariantType.TradingProcessVariantType |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | TradingProcessVariantType | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| Analytics.internalName | #LOCAL | view | |
| EndUserText.label | Variant Type of Trading Process - Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TradingProcessVariantType | tew_type | ||
| KEY | Language | spras | ||
| TradingProcessVariantTypeName | text | |||
| _TrdgProcessVariantType | _TrdgProcessVariantType | |||
| _Language | _Language |
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@AccessControl: {
authorizationCheck: #NOT_REQUIRED
}
@ObjectModel: {
representativeKey: 'TradingProcessVariantType',
dataCategory: #TEXT,
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #B,
sizeCategory: #S
}
}
@Analytics: {
internalName: #LOCAL
}
@EndUserText.label: 'Variant Type of Trading Process - Text'
@Metadata.ignorePropagatedAnnotations: true
define view entity R_TrdgProcessVariantTypeText
as select from tewtypet
association [0..1] to R_TrdgProcessVariantType as _TrdgProcessVariantType on $projection.TradingProcessVariantType = _TrdgProcessVariantType.TradingProcessVariantType
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_TrdgProcessVariantType'
key tew_type as TradingProcessVariantType,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key spras as Language,
@Semantics.text: true
text as TradingProcessVariantTypeName,
//Associations
_TrdgProcessVariantType,
_Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TEWTYPET"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"R_TRDGPROCESSVARIANTTYPE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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