I_WrntyClaimProcessingStatus
Warranty processing status
I_WrntyClaimProcessingStatus is a Basic CDS View (Dimension) that provides data about "Warranty processing status" in SAP S/4HANA. It reads from 1 data source (cwtya05) and exposes 6 fields with key field WrntyClaimProcessingStatus. It has 1 association to related views. Part of development package VDM_LO_WTY.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| cwtya05 | cwtya05 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..*] | I_WrntyClaimProcessingStsText | _Text | $projection.WrntyClaimProcessingStatus = _Text.WrntyClaimProcessingStatus |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Warranty processing status | view | |
| ObjectModel.representativeKey | WrntyClaimProcessingStatus | view | |
| ObjectModel.usageType.dataClass | #ORGANIZATIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| ObjectModel.sapObjectNodeType.name | WarrantyClaim | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| Feature | LO_WTY_CLAIM_MANAGEMENT | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.technicalName | IWRNTYSTATUS | view | |
| Analytics.internalName | #LOCAL | view |
Fields (6)
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Warranty processing status'
@ObjectModel:{
representativeKey: 'WrntyClaimProcessingStatus',
usageType:{
dataClass : #ORGANIZATIONAL,
serviceQuality : #A,
sizeCategory : #S
},
modelingPattern: #ANALYTICAL_DIMENSION,
supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #EXTRACTION_DATA_SOURCE]
}
@ObjectModel.sapObjectNodeType.name : 'WarrantyClaim'
@VDM.viewType: #BASIC //*******Modernization Task********
//@VDM.viewType: #COMPOSITE
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@Feature: 'LO_WTY_CLAIM_MANAGEMENT'
@Metadata.ignorePropagatedAnnotations: true
@Analytics:{
dataCategory: #DIMENSION,
dataExtraction.enabled: true
}
@Analytics.technicalName: 'IWRNTYSTATUS'
@Analytics.internalName:#LOCAL
define view entity I_WrntyClaimProcessingStatus
as select from cwtya05
association [1..*] to I_WrntyClaimProcessingStsText as _Text on $projection.WrntyClaimProcessingStatus = _Text.WrntyClaimProcessingStatus
{
@ObjectModel.text.association: '_Text'
key cwtya05.astate as WrntyClaimProcessingStatus,
cwtya05.kateg as WarrantyClaimVersionCategory,
cwtya05.migratedstatus as WarrantyClaimMigratedStatus,
cwtya05.focusstatus as WrntyClmStatusIsFocusStatus,
cwtya05.procstatusclsfcn as WrntyClmProcStsClassfctn,
_Text
}
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