I_BPCustomerRoleAddlDefinition

DDL: I_BPCUSTOMERROLEADDLDEFINITION Type: view_entity BASIC Package: MDC_CUST_GOV_BO

Customer Role Definition

I_BPCustomerRoleAddlDefinition is a Basic CDS View that provides data about "Customer Role Definition" in SAP S/4HANA. It reads from 1 data source (tbd002) and exposes 3 fields with key field RoleCategory. Part of development package MDC_CUST_GOV_BO.

Data Sources (1)

SourceAliasJoin Type
tbd002 tbd002 from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Customer Role Definition view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #BASIC view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY RoleCategory rltyp
BPRoleCatIsMandForCustomer deb
BPRoleCatIsOptnlForCustomer deb_flag
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Customer Role Definition'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}
@VDM.viewType: #BASIC
define view entity I_BPCustomerRoleAddlDefinition as select from tbd002
{
  key rltyp as RoleCategory,
  deb as BPRoleCatIsMandForCustomer,
  deb_flag as BPRoleCatIsOptnlForCustomer
}