C_WrntySupplierValueHelp
Value Help for Warranty Supplier
C_WrntySupplierValueHelp is a Consumption CDS View that provides data about "Value Help for Warranty Supplier" in SAP S/4HANA. It reads from 1 data source (I_Supplier) and exposes 22 fields with key field Supplier.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Supplier | I_Supplier | from |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.preserveKey | true | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Value Help for Warranty Supplier | view | |
| ObjectModel.representativeKey | Supplier | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AbapCatalog.sqlViewName | CWRNTYSUPPLIERVH | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| Search.searchable | true | view | |
| Feature | LO_WTY_CLAIM_MANAGEMENT | view | |
| Consumption.ranked | true | view |
Fields (22)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Supplier | Supplier | ||
| SupplierName | SupplierName | |||
| OrganizationBPName1 | OrganizationBPName1 | |||
| OrganizationBPName2 | OrganizationBPName2 | |||
| Country | Country | |||
| PostalCode | PostalCode | |||
| CityName | CityName | |||
| SortField | ||||
| AuthorizationGroup | AuthorizationGroup | |||
| SupplierAccountGroup | SupplierAccountGroup | |||
| IsBusinessPurposeCompleted | IsBusinessPurposeCompleted | |||
| DataControllerSet | DataControllerSet | |||
| DataController1 | DataController1 | |||
| DataController2 | DataController2 | |||
| DataController3 | DataController3 | |||
| DataController4 | DataController4 | |||
| DataController5 | DataController5 | |||
| DataController6 | DataController6 | |||
| DataController7 | DataController7 | |||
| DataController8 | DataController8 | |||
| DataController9 | DataController9 | |||
| DataController10 | DataController10 |
@AbapCatalog.preserveKey:true
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
@AbapCatalog.compiler.compareFilter:true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Value Help for Warranty Supplier'
@ObjectModel.representativeKey: 'Supplier'
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #MASTER
@VDM.viewType: #CONSUMPTION
@AbapCatalog.sqlViewName: 'CWRNTYSUPPLIERVH'
@ObjectModel.dataCategory: #VALUE_HELP
@Search.searchable: true
@Feature: 'LO_WTY_CLAIM_MANAGEMENT'
@Consumption.ranked: true
define view C_WrntySupplierValueHelp
as select from I_Supplier
{
@Search.fuzzinessThreshold: 0.7
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
@ObjectModel.text.element: ['SupplierName']
key Supplier,
@Search.fuzzinessThreshold: 0.7
@Search.ranking: #LOW
@Semantics.text: true
SupplierName,
@Search.fuzzinessThreshold: 0.7
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
@Semantics.text: true
@UI.hidden
OrganizationBPName1,
@Search.fuzzinessThreshold: 0.7
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
@Semantics.text: true
@UI.hidden
OrganizationBPName2,
@Search.fuzzinessThreshold: 0.7
@Search.defaultSearchElement: true
@Search.ranking: #LOW
Country,
@Search.fuzzinessThreshold: 0.7
@Search.defaultSearchElement: true
@Search.ranking: #LOW
PostalCode,
@Search.fuzzinessThreshold: 0.7
@Search.defaultSearchElement: true
@Search.ranking: #LOW
CityName,
@Search.ranking: #LOW
@UI.hidden: true
cast(SortField as eqfnr) as SortField,
AuthorizationGroup,
SupplierAccountGroup,
@UI.hidden: true
IsBusinessPurposeCompleted,
@Consumption.hidden: true
DataControllerSet,
@Consumption.hidden: true
DataController1,
@Consumption.hidden: true
DataController2,
@Consumption.hidden: true
DataController3,
@Consumption.hidden: true
DataController4,
@Consumption.hidden: true
DataController5,
@Consumption.hidden: true
DataController6,
@Consumption.hidden: true
DataController7,
@Consumption.hidden: true
DataController8,
@Consumption.hidden: true
DataController9,
@Consumption.hidden: true
DataController10
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SUPPLIER"
],
"ASSOCIATED":
[],
"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