C_CollsMgmtCompanyCode
Company Codes
C_CollsMgmtCompanyCode is a Consumption CDS View that provides data about "Company Codes" in SAP S/4HANA. It reads from 1 data source (I_CompanyCode) and exposes 22 fields with key field CompanyCode. It is exposed through 1 OData service (UI_PROCESSRECEIVABLES_MANAGE).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CompanyCode | I_CompanyCode | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Company Codes | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | 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 |
|---|---|---|---|---|
| UI_PROCESSRECEIVABLES_MANAGE | UI_PROCESSRECEIVABLES_MAN | V2 | C1 | NOT_TO_BE_RELEASED_STABLE |
Fields (22)
| 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 | |||
| CreditControlArea | CreditControlArea | |||
| CountryChartOfAccounts | CountryChartOfAccounts | |||
| FinancialManagementArea | FinancialManagementArea | |||
| AddressID | AddressID | |||
| TaxableEntity | TaxableEntity | |||
| VATRegistration | VATRegistration | |||
| ExtendedWhldgTaxIsActive | ExtendedWhldgTaxIsActive | |||
| ControllingArea | ControllingArea | |||
| FieldStatusVariant | FieldStatusVariant | |||
| NonTaxableTransactionTaxCode | NonTaxableTransactionTaxCode | |||
| DocDateIsUsedForTaxDetn | DocDateIsUsedForTaxDetn | |||
| TaxRptgDateIsActive | TaxRptgDateIsActive | |||
| CashDiscountBaseAmtIsNetAmt | CashDiscountBaseAmtIsNetAmt |
@EndUserText: { label: 'Company Codes' }
@AccessControl: { authorizationCheck: #NOT_REQUIRED }
@VDM: { viewType: #CONSUMPTION }
@ObjectModel: { usageType: { serviceQuality: #A,
sizeCategory: #S,
dataClass: #ORGANIZATIONAL } }
define view entity C_CollsMgmtCompanyCode
as select from I_CompanyCode
{
// VDM Fields
key CompanyCode,
CompanyCodeName,
CityName,
Country,
Currency,
Language,
ChartOfAccounts,
FiscalYearVariant,
Company,
CreditControlArea,
CountryChartOfAccounts,
FinancialManagementArea,
AddressID,
TaxableEntity,
VATRegistration,
ExtendedWhldgTaxIsActive,
ControllingArea,
FieldStatusVariant,
NonTaxableTransactionTaxCode,
DocDateIsUsedForTaxDetn,
TaxRptgDateIsActive,
CashDiscountBaseAmtIsNetAmt
}
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