I_SalesSpcfcProductGroup5
Sales Specific Product Group 5
I_SalesSpcfcProductGroup5 is a Basic CDS View (Dimension) that provides data about "Sales Specific Product Group 5" in SAP S/4HANA. It reads from 1 data source (tvm5) and exposes 2 fields with key field SalesSpcfcProductGroup5. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tvm5 | tvm5 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_SalesSpcfcProductGroup5Text | _Text | $projection.SalesSpcfcProductGroup5 = _Text.SalesSpcfcProductGroup5 |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | SalesSpcfcProductGroup5 | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| EndUserText.label | Sales Specific Product Group 5 | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AbapCatalog.sqlViewName | ISLSSPCPRODGRP5 | view | |
| AbapCatalog.buffering.status | #ACTIVE | view | |
| AbapCatalog.buffering.type | #FULL | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SalesSpcfcProductGroup5 | mvgr5 | ||
| _Text | _Text |
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'SalesSpcfcProductGroup5'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@EndUserText.label: 'Sales Specific Product Group 5'
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'ISLSSPCPRODGRP5'
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
define view I_SalesSpcfcProductGroup5
as select from tvm5
association [0..*] to I_SalesSpcfcProductGroup5Text as _Text on $projection.SalesSpcfcProductGroup5 = _Text.SalesSpcfcProductGroup5
{
@ObjectModel.text.association: '_Text'
key mvgr5 as SalesSpcfcProductGroup5,
//Associations
_Text
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TVM5"
],
"ASSOCIATED":
[
"I_SALESSPCFCPRODUCTGROUP5TEXT"
],
"BASE":
[],
"VERSION":0
}
}*/
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