I_BusPartAuthorizationGroup

DDL: I_BUSPARTAUTHORIZATIONGROUP SQL: IBPAUTHGRP Type: view BASIC Package: MDC_BUPA_BO

Business Partner Authorization Group

I_BusPartAuthorizationGroup is a Basic CDS View that provides data about "Business Partner Authorization Group" in SAP S/4HANA. It reads from 1 data source (tb037) and exposes 3 fields with key fields AuthorizationGroup, AuthorizationObject. It has 1 association to related views. Part of development package MDC_BUPA_BO.

Data Sources (1)

SourceAliasJoin Type
tb037 tb037 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_BusPartAuthorizationGroupTxt _Text $projection.AuthorizationGroup = _Text.AuthorizationGroup and $projection.AuthorizationObject = _Text.AuthorizationObject

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IBPAUTHGRP 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.usageType.dataClass #CUSTOMIZING view
EndUserText.label Business Partner Authorization Group view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey AuthorizationGroup view
Search.searchable true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY AuthorizationGroup augrp
KEY AuthorizationObject auobj
_Text _Text
@AbapCatalog.sqlViewName: 'IBPAUTHGRP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@EndUserText.label: 'Business Partner Authorization Group'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'AuthorizationGroup'
@Search.searchable: true
define view I_BusPartAuthorizationGroup
  as select from tb037
  association [0..*] to I_BusPartAuthorizationGroupTxt as _Text on  $projection.AuthorizationGroup = _Text.AuthorizationGroup
                                                               and $projection.AuthorizationObject = _Text.AuthorizationObject
{
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH      
  key augrp as AuthorizationGroup,
  @Search : { defaultSearchElement: true, fuzzinessThreshold: 0.8, ranking: #MEDIUM }
  key auobj as AuthorizationObject,
      _Text
}
where
  auobj = 'BUPA'