C_WrntyClaimSourceValueHelp
Value help for Claim Source
C_WrntyClaimSourceValueHelp is a Consumption CDS View that provides data about "Value help for Claim Source" in SAP S/4HANA. It reads from 1 data source (I_WrntyClaimSource) and exposes 2 fields with key field ClaimSource. It is exposed through 2 OData services (UI_CUSTOMER_WARRANTYCLAIM, UI_MANAGE_WARRANTYCLAIM).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_WrntyClaimSource | I_WrntyClaimSource | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CWRNTYSOURCEVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Value help for Claim Source | view | |
| ObjectModel.representativeKey | ClaimSource | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Search.searchable | true | view |
OData Services (2)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_CUSTOMER_WARRANTYCLAIM | UI_CUSTOMER_WARRANTYCLAIM | V2 | C1 | NOT_RELEASED |
| UI_MANAGE_WARRANTYCLAIM | UI_MANAGE_WARRANTYCLAIM | V2 | C1 | NOT_RELEASED |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ClaimSource | ClaimSource | ||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'CWRNTYSOURCEVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Value help for Claim Source'
@ObjectModel.representativeKey: 'ClaimSource'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.supportedCapabilities: [ #CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE ]
@ObjectModel.usageType: {
dataClass: #META,
serviceQuality: #A,
sizeCategory: #M
}
@ObjectModel.resultSet.sizeCategory: #XS
@VDM.viewType: #CONSUMPTION
@Search.searchable: true
define view C_WrntyClaimSourceValueHelp
as select from I_WrntyClaimSource
{
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.7
@Search.ranking: #HIGH
@ObjectModel.text.association: '_Text'
key ClaimSource,
/* Associations */
_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