I_CL_EDocCompanyCodeVH
Chile Company Codes
I_CL_EDocCompanyCodeVH is a Basic CDS View that provides data about "Chile Company Codes" in SAP S/4HANA. It reads from 1 data source (t001) and exposes 4 fields with key field CompanyCode.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t001 | t001 | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| ObjectModel.representativeKey | CompanyCode | view | |
| EndUserText.label | Chile Company Codes | view |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #S,
dataClass: #MASTER
}
@ObjectModel.dataCategory:#VALUE_HELP
@Search.searchable: true
@Consumption.ranked:true
@ObjectModel.representativeKey: 'CompanyCode'
@EndUserText.label: 'Chile Company Codes'
define root view entity I_CL_EDocCompanyCodeVH as select from t001 {
@Search.defaultSearchElement: true
@ObjectModel: { text.element: [ 'CompanyCodeName' ]}
@Search.ranking:#HIGH
key t001.bukrs as CompanyCode,
@Semantics: { name.fullName: true }
@Search.fuzzinessThreshold: 0.8
@Search.defaultSearchElement: true
t001.butxt as CompanyCodeName,
t001.ort01 as CityName,
t001.waers as Currency
}
where t001.land1 = 'CL'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T001"
],
"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