I_SalesSpcfcProductGroup5

DDL: I_SALESSPCFCPRODUCTGROUP5 SQL: ISLSSPCPRODGRP5 Type: view BASIC

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)

SourceAliasJoin Type
tvm5 tvm5 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SalesSpcfcProductGroup5Text _Text $projection.SalesSpcfcProductGroup5 = _Text.SalesSpcfcProductGroup5

Annotations (12)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
}
}*/