I_BusinessPartnerGroupType

DDL: I_BUSINESSPARTNERGROUPTYPE SQL: IBPGROUPTYPE Type: view BASIC Package: MDC_BUPA_BO

Basic view for Business Partner Group Types

I_BusinessPartnerGroupType is a Basic CDS View (Dimension) that provides data about "Basic view for Business Partner Group Types" in SAP S/4HANA. It reads from 1 data source (tb025) and exposes 2 fields with key field BusinessPartnerGroupType. It has 1 association to related views. Part of development package MDC_BUPA_BO.

Data Sources (1)

SourceAliasJoin Type
tb025 tb025 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_BusinessPartnerGroupTypeText _Text $projection.BusinessPartnerGroupType = _Text.BusinessPartnerGroupType

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IBPGROUPTYPE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.sapObjectNodeType.name BusinessPartnerGroupType view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Basic view for Business Partner Group Types view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BusinessPartnerGroupType partgrptyp
_Text _Text
@AbapCatalog.sqlViewName: 'IBPGROUPTYPE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.sapObjectNodeType.name:'BusinessPartnerGroupType'
@Analytics: {
  dataCategory: #DIMENSION,
  dataExtraction: {
    enabled: true    
  }
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Basic view for Business Partner Group Types'
define view I_BusinessPartnerGroupType
  as select from tb025
  association [0..*] to I_BusinessPartnerGroupTypeText as _Text on  $projection.BusinessPartnerGroupType = _Text.BusinessPartnerGroupType
{
      @ObjectModel.text.association: '_Text'
  key partgrptyp as BusinessPartnerGroupType,
      _Text
}