R_TrdgDocCtrlGrpSlsText
Control Group Sales for Trdg Doc - Txt
R_TrdgDocCtrlGrpSlsText is a Basic CDS View that provides data about "Control Group Sales for Trdg Doc - Txt" in SAP S/4HANA. It reads from 1 data source (tb2bdt) and exposes 5 fields with key fields TrdgDocCtrlGrpSls, Language. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tb2bdt | tb2bdt | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [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 | TrdgDocCtrlGrpSls | 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 | Control Group Sales for Trdg Doc - Txt | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TrdgDocCtrlGrpSls | tdtpc | ||
| KEY | Language | spras | ||
| TrdgDocCtrlGrpSlsName | bezei | |||
| _TrdgDocCtrlGrpSls | _TrdgDocCtrlGrpSls | |||
| _Language | _Language |
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@AccessControl: {
authorizationCheck: #NOT_REQUIRED
}
@ObjectModel: {
representativeKey: 'TrdgDocCtrlGrpSls',
dataCategory: #TEXT,
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #B,
sizeCategory: #S
}
}
@Analytics: {
internalName: #LOCAL
}
@EndUserText.label: 'Control Group Sales for Trdg Doc - Txt'
@Metadata.ignorePropagatedAnnotations: true
define view entity R_TrdgDocCtrlGrpSlsText
as select from tb2bdt
association to parent R_TrdgDocCtrlGrpSls as _TrdgDocCtrlGrpSls on $projection.TrdgDocCtrlGrpSls = _TrdgDocCtrlGrpSls.TrdgDocCtrlGrpSls
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_TrdgDocCtrlGrpSls'
key tdtpc as TrdgDocCtrlGrpSls,
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key spras as Language,
@Semantics.text: true
bezei as TrdgDocCtrlGrpSlsName,
_TrdgDocCtrlGrpSls,
_Language
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TB2BDT"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"R_TRDGDOCCTRLGRPSLS"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"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