FAC_AUDIT_Z3_ControllingArea
Controlling Area
FAC_AUDIT_Z3_ControllingArea is a CDS View that provides data about "Controlling Area" in SAP S/4HANA. It reads from 1 data source (I_ControllingArea) and exposes 16 fields with key field ControllingArea.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ControllingArea | I_ControllingArea | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | FAC_DZCOAREA | view | |
| EndUserText.label | Controlling Area | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.buffering.status | #NOT_ALLOWED | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view |
Fields (16)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ControllingArea | ControllingArea | ||
| SystemClient | System Client | |||
| ControllingAreaName | ControllingAreaName | |||
| ChartOfAccounts | ChartOfAccounts | |||
| _ChartOfAccounts | _ChartOfAccounts | |||
| _Currency | _Currency | |||
| ControllingAreaCurrency | ControllingAreaCurrency | |||
| CostCenterStandardHierarchy | CostCenterStandardHierarchy | Standard Hierarchy for Cost Centers | ||
| OperatingConcern | OperatingConcern | Operating Concern | ||
| ProfitCenterStandardHierarchy | ProfitCenterStandardHierarchy | |||
| BusinessProcessStandardHier | BusinessProcessStandardHier | Business Process Standard Hierarchy Area | ||
| CreditDownPaymentDefaultGLAcct | CreditDownPaymentDefaultGLAcct | Cost elmnt for vendor dwnpayt w/o PO ref | ||
| DebitDownPaymentDefaultGLAcct | DebitDownPaymentDefaultGLAcct | Revn type for debitor dwnpayt w/o SO ref | ||
| ControllingAreaResponsibleUser | ControllingAreaResponsibleUser | Person Resp. for the Controlling Area | ||
| DefaultProfitCenter | DefaultProfitCenter | Default Prftctr for Nonassgd Processes | ||
| CtrlgStdFinStatementVersion | CtrlgStdFinStatementVersion | Leading Controlling Financial Stmnt Vers |
@AbapCatalog.sqlViewName: 'FAC_DZCOAREA'
@EndUserText.label: 'Controlling Area'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.buffering.status: #NOT_ALLOWED
@AbapCatalog.preserveKey: true
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
define view FAC_AUDIT_Z3_ControllingArea
// with parameters
// @Consumption.hidden: true
// @Environment.systemField: #SYSTEM_LANGUAGE
// P_Language : sylangu
as select from I_ControllingArea
{
@ObjectModel.text.element: ['ControllingAreaName']
key ControllingArea,
@EndUserText.label: 'System Client'
$session.client as SystemClient,
@Semantics.text: true
ControllingAreaName,
@ObjectModel.foreignKey.association: '_ChartOfAccounts'
ChartOfAccounts,
_ChartOfAccounts,
@ObjectModel.foreignKey.association: '_Currency'
_Currency,
ControllingAreaCurrency,
@EndUserText.label: 'Standard Hierarchy for Cost Centers'
CostCenterStandardHierarchy,
@EndUserText.label: 'Operating Concern'
OperatingConcern,
ProfitCenterStandardHierarchy,
// ProfitCenterLedger,
// StandardHierarchyArea,
// CostElementForSupplier,
// RevenueTypeForDebtor,
// CtrlgAreaPersonResponsible,
@EndUserText.label: 'Business Process Standard Hierarchy Area'
BusinessProcessStandardHier,
@EndUserText.label: 'Cost elmnt for vendor dwnpayt w/o PO ref'
CreditDownPaymentDefaultGLAcct,
@EndUserText.label: 'Revn type for debitor dwnpayt w/o SO ref'
DebitDownPaymentDefaultGLAcct,
@EndUserText.label: 'Person Resp. for the Controlling Area'
ControllingAreaResponsibleUser,
@EndUserText.label: 'Default Prftctr for Nonassgd Processes'
DefaultProfitCenter,
@EndUserText.label: 'Leading Controlling Financial Stmnt Vers'
CtrlgStdFinStatementVersion
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CONTROLLINGAREA"
],
"ASSOCIATED":
[
"I_CHARTOFACCOUNTS",
"I_CURRENCY"
],
"BASE":
[
"I_CONTROLLINGAREA"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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