C_WrntyDefectCodeValueHelp
Value Help defect code for warranty
C_WrntyDefectCodeValueHelp is a Consumption CDS View that provides data about "Value Help defect code for warranty" in SAP S/4HANA. It reads from 1 data source (P_WRNTYDEFECTCODES) and exposes 5 fields with key field InspectionCode. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_WRNTYDEFECTCODES | P_WRNTYDEFECTCODES | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..*] | I_WrntyDefectCodeText | _Text | $projection.InspectionCode = _Text.InspectionCode |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CWRNTYCLAIMDFCVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | InspectionCode | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Value Help defect code for warranty | view | |
| Feature | LO_WTY_CLAIM_MANAGEMENT | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InspectionCode | InspectionCode | ||
| WarrantyItemType | WarrantyItemType | |||
| InspectionCatalog | InspectionCatalog | |||
| InspectionCodeGroup | InspectionCodeGroup | |||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'CWRNTYCLAIMDFCVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@VDM.viewType: #CONSUMPTION
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel: {
representativeKey:'InspectionCode',
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #M
}
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Value Help defect code for warranty'
@Feature: 'LO_WTY_CLAIM_MANAGEMENT'
@Search.searchable: true
@Consumption.ranked: true
define view C_WrntyDefectCodeValueHelp
// as select from I_InspectionCode
as select from P_WRNTYDEFECTCODES
association [1..*] to I_WrntyDefectCodeText as _Text on $projection.InspectionCode = _Text.InspectionCode
{
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@ObjectModel.text.association: '_Text'
key InspectionCode,
@UI.hidden: true
WarrantyItemType,
@UI.hidden: true
InspectionCatalog,
@UI.hidden: true
InspectionCodeGroup,
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_WRNTYDEFECTCODES"
],
"ASSOCIATED":
[
"I_WRNTYDEFECTCODETEXT"
],
"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