I_CustomerCompanyCodeVH
Customer Company Code Value Help
I_CustomerCompanyCodeVH is a Composite CDS View that provides data about "Customer Company Code Value Help" in SAP S/4HANA. It reads from 1 data source (I_CompanyCodeVH) and exposes 6 fields with key field CompanyCode. Part of development package VDM_MD_BP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CompanyCodeVH | I_CompanyCodeVH | from |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICUSTCCVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Customer Company Code Value Help | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | CompanyCode | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| Search.searchable | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| Consumption.ranked | true | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | CompanyCode | ||
| Language | Language | |||
| CompanyCodeName | CompanyCodeName | |||
| CityName | CityName | |||
| Currency | Currency | |||
| Country | Country |
@AbapCatalog.sqlViewName: 'ICUSTCCVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Customer Company Code Value Help'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'CompanyCode'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@Search.searchable: true
@VDM.viewType: #COMPOSITE
@Consumption.ranked: true
define view I_CustomerCompanyCodeVH
as select from I_CompanyCodeVH
{
@ObjectModel.text.element : 'CompanyCodeName'
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
key CompanyCode,
@UI.hidden: true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.75
@Search.ranking: #LOW
Language,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.75
@Search.ranking: #LOW
CompanyCodeName,
@UI.hidden: true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.75
@Search.ranking: #LOW
CityName,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.75
@Search.ranking: #LOW
Currency,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.75
@Search.ranking: #LOW
Country
}
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