I_CustomerPriceGroup

DDL: I_CUSTOMERPRICEGROUP SQL: ISDCUSTPRICEGRP Type: view BASIC

Customer Price Group

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

Data Sources (1)

SourceAliasJoin Type
t188 t188 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_CustomerPriceGroupText _Text $projection.CustomerPriceGroup = _Text.CustomerPriceGroup

Annotations (18)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey CustomerPriceGroup view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Customer Price Group view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName ISDCUSTPRICEGRP view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.sapObjectNodeType.name CustomerPriceGroup view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CustomerPriceGroup konda
_Text _Text
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'CustomerPriceGroup'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@EndUserText.label: 'Customer Price Group'
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck:  #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'ISDCUSTPRICEGRP'
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@ObjectModel.modelingPattern:           #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities:  [  #SQL_DATA_SOURCE,
                                        #CDS_MODELING_DATA_SOURCE,
                                        #CDS_MODELING_ASSOCIATION_TARGET,
                                        #ANALYTICAL_DIMENSION,
                                        #SEARCHABLE_ENTITY  ]
@ObjectModel.sapObjectNodeType.name:'CustomerPriceGroup'                                        
define view I_CustomerPriceGroup
as select from t188

association [0..*] to I_CustomerPriceGroupText as _Text on $projection.CustomerPriceGroup = _Text.CustomerPriceGroup
{
    @ObjectModel.text.association: '_Text'
    @Search.defaultSearchElement: true
    @Search.fuzzinessThreshold: 0.8
    @Search.ranking: #HIGH
    key konda as CustomerPriceGroup,
    _Text
};      
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T188"
],
"ASSOCIATED":
[
"I_CUSTOMERPRICEGROUPTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/