A_ControllingArea
Controlling Area
A_ControllingArea is a Basic CDS View that provides data about "Controlling Area" in SAP S/4HANA. It reads from 1 data source (I_ControllingArea) and exposes 10 fields with key field ControllingArea.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ControllingArea | I_ControllingArea | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Controlling Area | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.sqlViewName | AFICONTAREA | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | ControllingArea | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ControllingArea | ControllingArea | ||
| FiscalYearVariant | FiscalYearVariant | |||
| ControllingAreaName | ControllingAreaName | |||
| ControllingAreaCurrency | ControllingAreaCurrency | |||
| ChartOfAccounts | ChartOfAccounts | |||
| CostCenterStandardHierarchy | CostCenterStandardHierarchy | |||
| ProfitCenterStandardHierarchy | ProfitCenterStandardHierarchy | |||
| FinancialManagementArea | FinancialManagementArea | |||
| ControllingAreaCurrencyRole | ControllingAreaCurrencyRole | |||
| ProfitCenterAccountingCurrency | ProfitCenterAccountingCurrency |
@EndUserText.label: 'Controlling Area'
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'AFICONTAREA'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'ControllingArea'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #B,
sizeCategory: #S
}
// A-view annotations
@Metadata.ignorePropagatedAnnotations:true
@AbapCatalog.compiler.compareFilter: true
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
define view A_ControllingArea
as select from I_ControllingArea
{
//A_ControllingArea
key ControllingArea,
FiscalYearVariant,
ControllingAreaName,
ControllingAreaCurrency,
ChartOfAccounts,
CostCenterStandardHierarchy,
ProfitCenterStandardHierarchy,
FinancialManagementArea,
ControllingAreaCurrencyRole,
ProfitCenterAccountingCurrency
}
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