I_WRNTYCLAIMSOURCE
Claim Source for warranty
I_WRNTYCLAIMSOURCE is a CDS View in S/4HANA. Claim Source for warranty. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_WrntyClaimSourceValueHelp | view_entity | from | CONSUMPTION | Value help for Claim Source |
| C_WrntyCustClaimSrceValueHelp | view_entity | from | CONSUMPTION | Claim source fro customer claims |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM: {
//viewType: #BASIC
viewType: #COMPOSITE
}
@ObjectModel.representativeKey: 'ClaimSource'
@Analytics.technicalName: 'IWRNTYSOURCE'
@ObjectModel.supportedCapabilities: [ #CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE ]
@ObjectModel:{usageType: {
dataClass: #ORGANIZATIONAL,
serviceQuality: #A,
sizeCategory: #M
} }
@Feature: 'LO_WTY_CLAIM_MANAGEMENT'
@EndUserText.label: 'Claim Source for warranty'
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view entity I_WrntyClaimSource
as select from dd07l
association [1..*] to I_WrntyClaimSourceText as _Text on $projection.ClaimSource = _Text.ClaimSource
{
key domvalue_l as ClaimSource,
_Text
}
where
dd07l.domname = 'WTY_CLAIM_SOURCE'
and dd07l.as4local = 'A'
and dd07l.as4vers = '0000'