I_BusinessPartnerRoleStdVH
Business Partner Role
I_BusinessPartnerRoleStdVH is a Composite CDS View that provides data about "Business Partner Role" in SAP S/4HANA. It reads from 1 data source (I_BusinessPartnerRole) and exposes 3 fields with key field BusinessPartnerRole.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BusinessPartnerRole | I_BusinessPartnerRole | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IBPR__VH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.modelingPattern | #NONE | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Search.searchable | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Business Partner Role | view | |
| Consumption.ranked | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BusinessPartnerRole | BusinessPartnerRole | ||
| RoleCategory | RoleCategory | |||
| _BusinessPartnerRoleText | _BusinessPartnerRoleText |
//GENERATED:005:GFBfhyK17kY1cdxbOc1sYG
@AbapCatalog.sqlViewName: 'IBPR__VH'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #COMPOSITE
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.supportedCapabilities: [#VALUE_HELP_PROVIDER,
#SEARCHABLE_ENTITY]
@ObjectModel.modelingPattern: #NONE
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@AccessControl.authorizationCheck: #CHECK
@AccessControl.privilegedAssociations: ['_BusinessPartnerRoleText']
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Business Partner Role'
@Consumption.ranked: true
define view I_BusinessPartnerRoleStdVH as select from I_BusinessPartnerRole {
@ObjectModel.text.association: '_BusinessPartnerRoleText'
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
key BusinessPartnerRole,
@UI.hidden: true
RoleCategory,
_BusinessPartnerRoleText
}
//This view does not return the HCM roles excluded below.
//It is meant for consumption in Fiori apps in the Master Data area which do not allow HCM role creation.
//If you want to use a Value Help for all BP roles, use I_BusinessPartnerRole.
where RoleCategory != 'BUP003'
and RoleCategory != 'BUP010'
and RoleCategory != 'BUP011'
and RoleCategory != 'BBP005'
and RoleCategory != 'BBP010'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BUSINESSPARTNERROLE"
],
"ASSOCIATED":
[
"I_BUSINESSPARTNERROLETEXT"
],
"BASE":
[
"I_BUSINESSPARTNERROLE"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA