I_CustomerConditionGroupVH

DDL: I_CUSTOMERCONDITIONGROUPVH SQL: ICNDNGROUPVH Type: view BASIC

Customer Condition Group

I_CustomerConditionGroupVH is a Basic CDS View (Dimension) that provides data about "Customer Condition Group" in SAP S/4HANA. It reads from 1 data source (tvkgg) and exposes 2 fields with key field CustomerConditionGroup. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tvkgg CustomerConditionGroup from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_CustCndnGroupValueHelpText _Text $projection.CustomerConditionGroup = _Text.CustomerConditionGroup

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName ICNDNGROUPVH view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Customer Condition Group view
ObjectModel.representativeKey CustomerConditionGroup view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
VDM.viewType #BASIC view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
Analytics.internalName #LOCAL view
AbapCatalog.compiler.compareFilter true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CustomerConditionGroup tvkgg kdkgr CCG
_Text _Text
@AbapCatalog.sqlViewName: 'ICNDNGROUPVH'
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Customer Condition Group'
@ObjectModel.representativeKey: 'CustomerConditionGroup'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@VDM.viewType: #BASIC
@Analytics : {dataCategory: #DIMENSION, dataExtraction.enabled : true}
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations:true
@Analytics.internalName:#LOCAL 
@AbapCatalog.compiler.compareFilter:true 
@ObjectModel.supportedCapabilities: [#VALUE_HELP_PROVIDER]

define view I_CustomerConditionGroupVH 
 as select from tvkgg as CustomerConditionGroup
 association [0..*] to I_CustCndnGroupValueHelpText as _Text on $projection.CustomerConditionGroup = _Text.CustomerConditionGroup
{
      @ObjectModel.text.association: '_Text'
      @EndUserText.label: 'CCG'
      key CustomerConditionGroup.kdkgr as CustomerConditionGroup,
      
      @ObjectModel.association.type: [#TO_COMPOSITION_CHILD]
      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TVKGG"
],
"ASSOCIATED":
[
"I_CUSTCNDNGROUPVALUEHELPTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/