C_Competitoridtemp
Competitor ID Value Help
C_Competitoridtemp is a Consumption CDS View (Dimension) that provides data about "Competitor ID Value Help" in SAP S/4HANA. It reads from 1 data source (I_Customer) and exposes 2 fields with key field CompetitorID. Part of development package VDM_MD_PRODUCT_OBSOLETE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Customer | I_Customer | from |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CCOMPETITORIDVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.status | #DEPRECATED | view | |
| VDM.lifecycle.successor | I_Customer | view | |
| EndUserText.label | Competitor ID Value Help | view | |
| Search.searchable | true | view | |
| ObjectModel.representativeKey | CompetitorID | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| Metadata.allowExtensions | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompetitorID | Customer | ||
| CustomerName | CustomerName |
@AbapCatalog.sqlViewName: 'CCOMPETITORIDVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@Analytics: { dataCategory: #DIMENSION }
@VDM:{
viewType: #CONSUMPTION,
lifecycle: {
status: #DEPRECATED,
successor: 'I_Customer'
}
}
@EndUserText.label: 'Competitor ID Value Help'
@Search.searchable: true
@ObjectModel.representativeKey: 'CompetitorID'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #M
@ObjectModel.usageType.dataClass: #MASTER
@AccessControl.personalData.blocking: #REQUIRED
@Metadata.allowExtensions:true
define view C_Competitoridtemp
as select from I_Customer
{
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@Search.defaultSearchElement: true
key Customer as CompetitorID,
CustomerName //Search might not be possible on this field, as it is a concatenated field.
}
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