I_PRPSCONTROLLERASSIGNMENTVH

CDS View

Value Help for Purpose-Data Controller Assignment

I_PRPSCONTROLLERASSIGNMENTVH is a CDS View in S/4HANA. Value Help for Purpose-Data Controller Assignment. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_PrpsControllerAssignmentVH view_entity from CONSUMPTION Purpose Data Controller Assignment
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Value Help for Purpose-Data Controller Assignment'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #VALUE_HELP
define view entity I_PrpsControllerAssignmentVH as select from I_PurposeControllerAssignment
{
  key DataControllerName,
  key CentralPurposeName,
  CentralPurposeDescription
  
}