I_BUSINESSPARTNERROLE

CDS View

Business Partner Role

I_BUSINESSPARTNERROLE is a CDS View in S/4HANA. Business Partner Role. It contains 3 fields. 7 CDS views read from this table.

CDS Views using this table (7)

ViewTypeJoinVDMDescription
/SCMTMS/CV_DriverRoot view_entity inner Driver Root
I_BPRoleCategoryAllowList view from BASIC Allowed list of roles and categories
I_BusinessPartnerRoleStdVH view from COMPOSITE Business Partner Role
I_BusPartRoleProcTempVH view from COMPOSITE Value Help View for BP Role
I_BusPartRoleProcTempVH view union COMPOSITE Value Help View for BP Role
I_MstrProjBusPartRoleCode view from BASIC Master Project Business Partner Role Code
P_BPWithEmployeeRoles view left_outer COMPOSITE

Fields (3)

KeyField CDS FieldsUsed in Views
KEY BusinessPartnerRole BusinessPartnerRole 1
_BusinessPartnerRoleText _BusinessPartnerRoleText 1
RoleCategory RoleCategory 1
@EndUserText.label: 'Business Partner Role'
//@Analytics.dataCategory: #DIMENSION

@VDM.viewType: #BASIC
@Analytics: {
 dataCategory: #DIMENSION,
 dataExtraction: {
    enabled: true
        }
  }
@AccessControl.authorizationCheck:  #CHECK 
@AbapCatalog.sqlViewName: 'IBPROLE'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.sapObjectNodeType.name: 'BusinessPartnerRole'
@ObjectModel.representativeKey: 'BusinessPartnerRole'
@ClientHandling.algorithm : #SESSION_VARIABLE
@Search.searchable: true
@Metadata.allowExtensions: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.supportedCapabilities: [ #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE ,
                           #EXTRACTION_DATA_SOURCE , #ANALYTICAL_DIMENSION ]
@ObjectModel.dataCategory: #VALUE_HELP
define view I_BusinessPartnerRole
  as select from tb003
  association [0..*] to I_BusinessPartnerRoleText as _BusinessPartnerRoleText on $projection.BusinessPartnerRole = _BusinessPartnerRoleText.BusinessPartnerRole
{
      @ObjectModel.text.association: '_BusinessPartnerRoleText'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
  key tb003.role as BusinessPartnerRole,
      @UI.hidden: true
      tb003.rolecategory as RoleCategory,

      _BusinessPartnerRoleText
} where tb003.xsuppress <> 'X' and tb003.rolecategory <> ''
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"TB003"
],
"ASSOCIATED":
[
"I_BUSINESSPARTNERROLETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/