C_WrntyClaimProcessingStatusVH
Value help for processing status
C_WrntyClaimProcessingStatusVH is a Consumption CDS View that provides data about "Value help for processing status" in SAP S/4HANA. It reads from 1 data source (I_WrntyClaimProcessingStatus) and exposes 2 fields with key field WrntyClaimProcessingStatus. It is exposed through 2 OData services (UI_CUSTOMER_WARRANTYCLAIM, UI_MANAGE_WARRANTYCLAIM).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_WrntyClaimProcessingStatus | I_WrntyClaimProcessingStatus | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CWRNTYSTATUS | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Value help for processing status | view | |
| ObjectModel.representativeKey | WrntyClaimProcessingStatus | view | |
| ObjectModel.usageType.dataClass | #ORGANIZATIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| Search.searchable | true | view | |
| Feature | LO_WTY_CLAIM_MANAGEMENT | view |
OData Services (2)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_CUSTOMER_WARRANTYCLAIM | UI_CUSTOMER_WARRANTYCLAIM | V2 | C1 | NOT_RELEASED |
| UI_MANAGE_WARRANTYCLAIM | UI_MANAGE_WARRANTYCLAIM | V2 | C1 | NOT_RELEASED |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | WrntyClaimProcessingStatus | WrntyClaimProcessingStatus | ||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'CWRNTYSTATUS'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Value help for processing status'
@ObjectModel:{
representativeKey: 'WrntyClaimProcessingStatus',
usageType:{
dataClass : #ORGANIZATIONAL,
serviceQuality : #C,
sizeCategory : #S
}
}
@VDM.viewType: #CONSUMPTION
@ObjectModel.resultSet.sizeCategory: #XS
@Search.searchable: true
@Feature: 'LO_WTY_CLAIM_MANAGEMENT'
define view C_WrntyClaimProcessingStatusVH
as select from I_WrntyClaimProcessingStatus
{
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.7
@Search.ranking: #HIGH
@ObjectModel.text.association: '_Text'
@UI.textArrangement: #TEXT_LAST
key WrntyClaimProcessingStatus,
_Text
}
where WrntyClaimProcessingStatus like 'S%'
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