C_ConditionQuantityUnit_VH
Condition Quantity Unit Value Help
C_ConditionQuantityUnit_VH is a Consumption CDS View that provides data about "Condition Quantity Unit Value Help" in SAP S/4HANA. It reads from 1 data source (I_UnitOfMeasure) and exposes 3 fields with key field ConditionQuantityUnit. It is exposed through 1 OData service (UI_MANAGE_WARRANTYCLAIM). It is used in 1 Fiori application: Manage Claims. Part of development package VKON.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_UnitOfMeasure | UnitOfMeasure | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CCONDQUANUNITVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.representativeKey | ConditionQuantityUnit | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| EndUserText.label | Condition Quantity Unit Value Help | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_MANAGE_WARRANTYCLAIM | UI_MANAGE_WARRANTYCLAIM | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F5227 | Manage Claims | Transactional | An application to manage warranty claims for supplier recovery processes |
Manage Claims
Business Role: Claims Analyst
With the Manage Supplier Claims application, you can create warranty claims that are forwarded to the suppliers for reimbursement. This includes creating supplier claims (based on repairs), validating claims for completeness and eligibility for reimbursement, and determining correct prices (for example materials, labor tasks) to claim the appropriate amount. Once the supplier responds, the application supports the transperant maintenance of values and posting of the negotiated A warranty claim is a claim for reimbursement of material and labor costs that are incurred for the purpose of rectifying faults in an object with a valid warranty.
Key Features: A claim analyst can use this application to do the following: Create a Supplier Claim Edit a Supplier Claim Validate a Supplier Claim Send a Claim to Supplier Adjust a Supplier Claim Record Supplier Response Post Supplier Claim to Finance Reverse Posted Supplier Claim Cancel a Supplier Claim Reject a Supplier Claim Reprocess a Supplier Claim Close a Supplier Claim Reopen a Supplier Claim
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ConditionQuantityUnit | I_UnitOfMeasure | UnitOfMeasure | |
| UnitOfMeasure_E | ||||
| UnitOfMeasureLongName |
@AbapCatalog.sqlViewName: 'CCONDQUANUNITVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.representativeKey: 'ConditionQuantityUnit'
@ObjectModel.dataCategory: #VALUE_HELP
@Search.searchable:true
@Consumption.ranked:true
@EndUserText.label: 'Condition Quantity Unit Value Help'
define view C_ConditionQuantityUnit_VH
as select from I_UnitOfMeasure as UnitOfMeasure
{
@ObjectModel.text.element: [ 'UnitOfMeasureLongName' ]
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
@UI.lineItem.position: 10
@UI.selectionField.position: 10
key UnitOfMeasure.UnitOfMeasure as ConditionQuantityUnit,
@Search: { defaultSearchElement: true, ranking: #MEDIUM, fuzzinessThreshold: 0.8 }
@UI.lineItem.position: 20
@UI.selectionField.position: 20
cast( UnitOfMeasure._Text[ 1: Language = $session.system_language ].UnitOfMeasure_E as fis_mseh3 preserving type ) as UnitOfMeasure_E,
@Semantics.text: true
@Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.7 }
@UI.lineItem.position: 30
@UI.selectionField.position: 30
UnitOfMeasure._Text[ 1: Language = $session.system_language ].UnitOfMeasureLongName as UnitOfMeasureLongName
}
where UnitOfMeasure._Text[ 1: Language = $session.system_language ].UnitOfMeasure_E <> '';
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