C_CompanyCode
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)
| Source | Alias | Join Type |
|---|---|---|
| I_CompanyCode | I_CompanyCode | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| X_UI_FIXEDASSET_MANAGE |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
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