C_CompanyCode

DDL: C_COMPANYCODE Type: view_entity CONSUMPTION Package: FIN_COMPANY_CODE_VDM

Company Code Data

C_CompanyCode is a Consumption CDS View that provides data about "Company Code Data" in SAP S/4HANA. It reads from 1 data source (I_CompanyCode) and exposes 11 fields with key field CompanyCode. It is exposed through 1 OData service (X_UI_FIXEDASSET_MANAGE). Part of development package FIN_COMPANY_CODE_VDM.

Data Sources (1)

SourceAliasJoin Type
I_CompanyCode I_CompanyCode from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Company Code Data view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view

OData Services (1)

ServiceBindingVersionContractRelease
X_UI_FIXEDASSET_MANAGE

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode
CompanyCodeName CompanyCodeName
CityName CityName
Country Country
Currency Currency
Language Language
ChartOfAccounts ChartOfAccounts
FiscalYearVariant FiscalYearVariant
Company Company
CountryChartOfAccounts CountryChartOfAccounts
FinancialManagementArea FinancialManagementArea
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Company Code Data'
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType:#CONSUMPTION
@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #ORGANIZATIONAL
}
define view entity C_CompanyCode
  as select from I_CompanyCode
{
  key CompanyCode,
      CompanyCodeName,
      CityName,
      Country,
      Currency,
      Language,
      ChartOfAccounts,
      FiscalYearVariant,
      Company,
      CountryChartOfAccounts,
      FinancialManagementArea
}