I_CL_EDocCompanyCodeVH

DDL: I_CL_EDOCCOMPANYCODEVH Type: view_entity BASIC

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)

SourceAliasJoin Type
t001 t001 from

Annotations (11)

NameValueLevelField
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

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode t001 bukrs
CompanyCodeName t001 butxt
CityName t001 ort01
Currency t001 waers
@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":""
}
}*/