I_WrntyClaimType
Warrnty Claim Type
I_WrntyClaimType is a Basic CDS View (Dimension) that provides data about "Warrnty Claim Type" in SAP S/4HANA. It reads from 1 data source (cwty001) and exposes 4 fields with key field WarrantyClaimType. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| cwty001 | cwty001 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_WrntyClaimTypeText | _Text | $projection.WarrantyClaimType = _Text.WarrantyClaimType |
Annotations (18)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IWRNTYCLMTYPE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Warrnty Claim Type | view | |
| ObjectModel.representativeKey | WarrantyClaimType | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.internalName | #LOCAL | view | |
| Feature | LO_WTY_CLAIM_MANAGEMENT | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | WarrantyClaimType | clmty | ||
| WarrantyClaimVersionCategory | start_kateg | |||
| WarrantyClaimTypeUsage | clmty_usage | |||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'IWRNTYCLMTYPE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Warrnty Claim Type'
@ObjectModel:{
representativeKey: 'WarrantyClaimType',
usageType:{
dataClass : #CUSTOMIZING,
serviceQuality : #A,
sizeCategory : #S
},
modelingPattern: #ANALYTICAL_DIMENSION,
supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #EXTRACTION_DATA_SOURCE]
}
@Analytics:{ dataCategory: #DIMENSION,
dataExtraction.enabled: true,
internalName:#LOCAL }
@Feature: 'LO_WTY_CLAIM_MANAGEMENT'
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@Metadata.ignorePropagatedAnnotations: true
define view I_WrntyClaimType
as select from cwty001
association [0..*] to I_WrntyClaimTypeText as _Text on $projection.WarrantyClaimType = _Text.WarrantyClaimType
{
key clmty as WarrantyClaimType,
start_kateg as WarrantyClaimVersionCategory,
clmty_usage as WarrantyClaimTypeUsage ,
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"CWTY001"
],
"ASSOCIATED":
[
"I_WRNTYCLAIMTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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