P_BPUsrRoleCustomizingType

DDL: P_BPUSRROLECUSTOMIZINGTYPE SQL: PBPURROLECUST Type: view CONSUMPTION Package: ODATA_PPM_RESOURCES_MAINTAIN

Business Partner Role Category duplicate

P_BPUsrRoleCustomizingType is a Consumption CDS View that provides data about "Business Partner Role Category duplicate" in SAP S/4HANA. It reads from 1 data source (I_BusinessUserTP) and exposes 2 fields with key field BusinessPartner. Part of development package ODATA_PPM_RESOURCES_MAINTAIN.

Data Sources (1)

SourceAliasJoin Type
I_BusinessUserTP I_BusinessUserTP from

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName PBPURROLECUST view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.type #CLIENT_DEPENDENT view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.private true view
VDM.viewType #CONSUMPTION view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BusinessPartner BusinessPartner
BusinessPartnerRoleType BusinessPartnerRoleCategory
@AbapCatalog.sqlViewName: 'PBPURROLECUST'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.type: #CLIENT_DEPENDENT
@ClientHandling.algorithm : #SESSION_VARIABLE
@VDM.private: true
@VDM.viewType:#CONSUMPTION

define view P_BPUsrRoleCustomizingType as select from  I_BusinessUserTP
{
  key BusinessPartner,
      BusinessPartnerRoleCategory as BusinessPartnerRoleType
     
}