C_ProjectClaimTypeValueHelp

DDL: C_PROJECTCLAIMTYPEVALUEHELP SQL: CPROJCLAIMTYPEVH Type: view CONSUMPTION Package: ODATA_PS_CLAIM

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)

SourceAliasJoin Type
I_PMNotificationType I_PMNotificationType from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PMNotificationTypeText _Text _Text.NotificationType = $projection.NotificationType

Annotations (15)

NameValueLevelField
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)

ServiceBindingVersionContractRelease
UI_PROJECTCLAIM UI_PROJECTCLAIM V4 C1 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
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'