C_PrpsControllerAssignmentVH
Purpose Data Controller Assignment
C_PrpsControllerAssignmentVH is a Consumption CDS View that provides data about "Purpose Data Controller Assignment" in SAP S/4HANA. It reads from 1 data source (I_PrpsControllerAssignmentVH) and exposes 3 fields with key fields DataControllerName, CentralPurposeName. Part of development package VDM_MD_BP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_PrpsControllerAssignmentVH | I_PrpsControllerAssignmentVH | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Purpose Data Controller Assignment | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | CentralPurposeName | view | |
| Search.searchable | true | view | |
| VDM.viewType | #CONSUMPTION | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DataControllerName | DataControllerName | ||
| KEY | CentralPurposeName | CentralPurposeName | ||
| CentralPurposeDescription | CentralPurposeDescription |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Purpose Data Controller Assignment'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'CentralPurposeName'
@Search.searchable: true
@VDM.viewType: #CONSUMPTION
define view entity C_PrpsControllerAssignmentVH
as select from I_PrpsControllerAssignmentVH
{
@UI.hidden: true
key DataControllerName,
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
@Search.fuzzinessThreshold: 0.8
@ObjectModel.text.element:['CentralPurposeDescription']
key CentralPurposeName,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Semantics.text:true
CentralPurposeDescription
}
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