I_BusinessPartnerGrouping

DDL: I_BUSINESSPARTNERGROUPING SQL: IBPGROUPING Type: view BASIC

Business Partner Grouping

I_BusinessPartnerGrouping is a Basic CDS View that provides data about "Business Partner Grouping" in SAP S/4HANA. It has 1 association to related views.

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_BusinessPartnerGroupingText _Text $projection.BusinessPartnerGrouping = _Text.BusinessPartnerGrouping

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName IBPGROUPING view
Search.searchable true view
EndUserText.label Business Partner Grouping view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.representativeKey BusinessPartnerGrouping view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.sapObjectNodeType.name BusinessPartnerGrouping view
ObjectModel.modelingPattern #NONE view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BusinessPartnerGrouping bu_group
_Text _Text
@AbapCatalog.sqlViewName: 'IBPGROUPING'
@Search.searchable: true
@EndUserText.label: 'Business Partner Grouping'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel: {
  representativeKey: 'BusinessPartnerGrouping',
  usageType.serviceQuality: #X,
  usageType.sizeCategory : #S,
  resultSet.sizeCategory: #XS,
  usageType.dataClass: #CUSTOMIZING,
  sapObjectNodeType.name: 'BusinessPartnerGrouping',
  modelingPattern: #NONE,
  supportedCapabilities: [#CDS_MODELING_DATA_SOURCE, #SQL_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
}

@Metadata.ignorePropagatedAnnotations: true

define view I_BusinessPartnerGrouping 
  as select distinct from tb001
  association [0..*] to I_BusinessPartnerGroupingText as _Text on $projection.BusinessPartnerGrouping = _Text.BusinessPartnerGrouping 
{
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @Consumption.filter.hidden: true
  key bu_group as BusinessPartnerGrouping,
      _Text    
} where tb001.xsuppress <> 'X'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TB001"
],
"ASSOCIATED":
[
"I_BUSINESSPARTNERGROUPINGTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/