C_CompanyCodeVHTemp
Value Help for Company Code
C_CompanyCodeVHTemp is a Consumption CDS View that provides data about "Value Help for Company Code" in SAP S/4HANA. It reads from 1 data source (I_CompanyCode) and exposes 6 fields with key field CompanyCode.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CompanyCode | I_CompanyCode | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #CONSUMPTION | view | |
| AbapCatalog.sqlViewName | CCOMPANYCODEVH | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | CompanyCode | view | |
| Search.searchable | true | view | |
| EndUserText.label | Value Help for Company Code | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.dataCategory | #VALUE_HELP | 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 |
@ClientDependent
@VDM.viewType: #CONSUMPTION
@AbapCatalog.sqlViewName: 'CCOMPANYCODEVH'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'CompanyCode'
@Search.searchable: true
@EndUserText.label: 'Value Help for Company Code'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.dataCategory: #VALUE_HELP
@Consumption.ranked: true
define view C_CompanyCodeVHTemp
as select from I_CompanyCode
{
@ObjectModel.text.element : 'CompanyCodeName'
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.75
@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,
//@UI.hidden: true
@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