I_WRNTYCLAIMTYPE
Warrnty Claim Type
I_WRNTYCLAIMTYPE is a CDS View in S/4HANA. Warrnty Claim Type. It contains 1 fields. 4 CDS views read from this table.
CDS Views using this table (4)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_WrntyClaimTypeValueHelp | view | from | CONSUMPTION | Value Help for Warranty Claim Type |
| C_WrntyCustClaimHeaderVH | view | inner | CONSUMPTION | Customer Claim Header |
| C_WrntyCustClaimTypeValueHelp | view | from | CONSUMPTION | Customer Warranty Claim types |
| C_WrntySuplrClaimTypeValueHelp | view | from | CONSUMPTION | Warranty claim type |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| WarrantyClaimVersionCategory | WarrantyClaimVersionCategory | 1 |
@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":""
}
}*/