C_ProjectClaimTypeValueHelp
Project Claim Type
C_ProjectClaimTypeValueHelp is a Consumption CDS View that provides data about "Project Claim Type" in SAP S/4HANA. It reads from 1 data source (I_PMNotificationType) and exposes 2 fields with key field NotificationType. It has 1 association to related views. It is exposed through 1 OData service (UI_PROJECTCLAIM). Part of development package ODATA_PS_CLAIM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_PMNotificationType | I_PMNotificationType | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_PMNotificationTypeText | _Text | _Text.NotificationType = $projection.NotificationType |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CPROJCLAIMTYPEVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.representativeKey | NotificationType | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| EndUserText.label | Project Claim Type | view | |
| AbapCatalog.preserveKey | true | view | |
| Search.searchable | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_PROJECTCLAIM | UI_PROJECTCLAIM | V4 | C1 | NOT_RELEASED |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | NotificationType | I_PMNotificationType | NotificationType | |
| _Text | _Text |
@AbapCatalog.sqlViewName: 'CPROJCLAIMTYPEVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.representativeKey: 'NotificationType'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel: { usageType.dataClass: #CUSTOMIZING,
usageType.serviceQuality: #B,
usageType.sizeCategory: #S,
resultSet.sizeCategory: #XS,
dataCategory: #VALUE_HELP }
@EndUserText.label: 'Project Claim Type'
@AbapCatalog.preserveKey:true
@Search.searchable: true
define view C_ProjectClaimTypeValueHelp as select from I_PMNotificationType
association [0..*] to I_PMNotificationTypeText as _Text on _Text.NotificationType = $projection.NotificationType
{
@ObjectModel.text.association: '_Text'
@UI.textArrangement: #TEXT_ONLY
@Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
key I_PMNotificationType.NotificationType,
@Search.defaultSearchElement: true
_Text
} where I_PMNotificationType.NotificationCategory = '04'
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