I_CONTROLLINGAREA
Controlling Area
I_CONTROLLINGAREA is a CDS View in S/4HANA. Controlling Area. It contains 8 fields. 38 CDS views read from this table.
CDS Views using this table (38)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ControllingArea | view | from | BASIC | Controlling Area |
| C_ControllingAreaVH | view | from | CONSUMPTION | Controlling Area Value Help |
| C_CostCenterCtrlgAreaVH | view | from | CONSUMPTION | Cost Center Controlling Area Value Help |
| C_EntProjControllingAreaVH | view | from | CONSUMPTION | Controlling Area Value Help |
| C_OverheadAllocationAccountVH | view | inner | CONSUMPTION | Overhead Allocation Account Value Help |
| C_OvhdAllocAcctWithCtrlgAreaVH | view_entity | from | CONSUMPTION | Overhead Alloc Account Controlling Area |
| C_ProfitCenterCtrlgAreaVH | view | from | CONSUMPTION | Profit Center Controlling Area Value Hlp |
| C_StstclKeyFigCtrlgAreaVH | view | from | CONSUMPTION | Controlling Area for Statistical Key Figure Value Help |
| FAC_AUDIT_Z3_ControllingArea | view | from | Controlling Area | |
| I_AllocStrucGLAcctHierNde | view | inner | COMPOSITE | Alloc Structure G/L Acct Hierachy Node |
| I_CnsldtnMasterData | view | union_all | COMPOSITE | Consolidation - Combined Master Data |
| I_ControllingAreaStdVH | view | from | COMPOSITE | Controlling Area |
| I_GLAcctOvhdAllocGLAcctIntvl | view | inner | COMPOSITE | GLAcct fr Intvl to Overhead Alloc GLAcct |
| I_MM_ControllingAreaVH | view | from | BASIC | Purchasing Controlling Area Value Help |
| I_UserSetGetParamForCtrlgArea | view | left_outer | BASIC | User Parameter for Controlling Area |
| P_CnsldtnControllingArea | view | from | COMPOSITE | |
| P_CnsldtnControllingAreaT | view | from | COMPOSITE | |
| P_CostCenterStdGrpHierNodeRltn | view | inner | COMPOSITE | |
| P_DefaultFsclYearVarDerivation | view | from | BASIC | |
| P_EBOC_COGM_OrderAndItemCosts4 | view | inner | COMPOSITE | |
| P_EBOC_OrderAndItemCosts5 | view | inner | COMPOSITE | |
| P_EBPCC_Cost5 | view | inner | COMPOSITE | |
| P_FinStatisticalKeyFigureItem1 | view | inner | COMPOSITE | |
| P_FiscalYearActTypeLookup | view | from | BASIC | |
| P_PlanCostRateByPeriod | view | left_outer | BASIC | |
| P_ProfitCenterGroupHierarchy | view | inner | COMPOSITE | |
| P_ProjActlPlnJrnlEntrItm | view | inner | COMPOSITE | |
| P_PROJACTUALBUDGETLINEITEMS | view | inner | COMPOSITE | |
| P_PROJCMTMTBUDGETLINEITMS | view | inner | COMPOSITE | Project Budget Commitment |
| P_ProjCostAcctgLineItms | view | inner | COMPOSITE | |
| P_ProjectBudgetItems | view | inner | COMPOSITE | |
| P_PROJECTSEMTAGACC | view | from | COMPOSITE | |
| P_ProjectStockAcctSemanticTag | view | from | COMPOSITE | Project stock account semantic tag |
| P_ProjFiscalTRSPCLPerd | view | inner | COMPOSITE | |
| P_ProjPlnBudgetLineItms | view | inner | COMPOSITE | |
| P_RecrrgSuplrInvcCtrlgAreaVH | view | from | BASIC | |
| P_StatisticalKeyFigureItem | view | left_outer | COMPOSITE | |
| P_WPMO_PROJCOSTLINEITEMS | view | inner | COMPOSITE |
Fields (8)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | ControllingArea | ControllingArea | 3 |
| ChartOfAccounts | ChartOfAccounts | 5 | |
| ControllingAreaCurrency | ControllingAreaCurrency,GlobalCurrency | 2 | |
| ControllingAreaName | ControllingAreaName | 1 | |
| CostCenterStandardHierarchy | CostCenterStandardHierarchy | 1 | |
| CtrlgStdFinStatementVersion | CtrlgStdFinStatementVersion | 3 | |
| FiscalYearVariant | FiscalYearVariant | 2 | |
| ProfitCenterStandardHierarchy | ProfitCenterStandardHierarchy | 1 |
@EndUserText.label: 'Controlling Area'
@Analytics:{
dataCategory: #DIMENSION,
dataExtraction: {
enabled: true,
delta.changeDataCapture: {
automatic: true
}
}
}
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IFICONTAREA'
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'ControllingArea'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.supportedCapabilities: [ #EXTRACTION_DATA_SOURCE, #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE ]
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S
}
@Search.searchable: true
@Metadata.allowExtensions: true
@Metadata.ignorePropagatedAnnotations: true
//--[ GENERATED:012:29JlHNUf7jY4ioM8lnJMdG
//@AccessControl.privilegedAssociations: ['_ChartOfAccountsText']
// ]--GENERATED
define view I_ControllingArea
as select from tka01
left outer join I_SAPClient on tka01.mandt = I_SAPClient.sapclient
//--[ GENERATED:012:29JlHNUf7jY4ioM8lnJMdG
association [0..*] to I_ChartOfAccountsText as _ChartOfAccountsText on $projection.ChartOfAccounts = _ChartOfAccountsText.ChartOfAccounts
// ]--GENERATED
association [0..*] to I_FinancialStatementHier as _FinancialStatementVersion on $projection.CtrlgStdFinStatementVersion = _FinancialStatementVersion.FinancialStatementHierarchy
association [0..*] to I_FinancialStatementHierT as _FinancialStatementVersionText on $projection.CtrlgStdFinStatementVersion = _FinancialStatementVersionText.FinancialStatementHierarchy
association [1] to I_Currency as _Currency on $projection.ControllingAreaCurrency = _Currency.Currency
association [1] to I_ChartOfAccounts as _ChartOfAccounts on $projection.ChartOfAccounts = _ChartOfAccounts.ChartOfAccounts
{
@Search.defaultSearchElement: true
@ObjectModel.text.element: ['ControllingAreaName']
key cast( tka01.kokrs as fis_kokrs preserving type ) as ControllingArea,
cast( tka01.lmona as fis_periv preserving type ) as FiscalYearVariant,
@Semantics.text: true
cast( tka01.bezei as fis_kokrs_name preserving type ) as ControllingAreaName,
@ObjectModel.foreignKey.association: '_Currency'
cast( tka01.waers as fis_kwaer preserving type ) as ControllingAreaCurrency,
_Currency,
//--[ GENERATED:012:29JlHNUf7jY4ioM8lnJMdG
@Consumption.valueHelpDefinition: [
{ entity: { name: 'I_ChartOfAccountsStdVH',
element: 'ChartOfAccounts' }
}]
@ObjectModel.text.association: '_ChartOfAccountsText'
// ]--GENERATED
@ObjectModel.foreignKey.association: '_ChartOfAccounts'
cast( tka01.ktopl as fis_ktopl preserving type ) as ChartOfAccounts,
_ChartOfAccounts,
cast( tka01.khinr as fis_ksthi preserving type ) as CostCenterStandardHierarchy,
tka01.erkrs as OperatingConcern,
cast( tka01.phinr as fis_prctr_std_hier preserving type ) as ProfitCenterStandardHierarchy,
cast( tka01.bphinr as fis_co_bphinr preserving type ) as BusinessProcessStandardHier,
cast( tka01.kstar_fin as fis_kstar_fin preserving type ) as CreditDownPaymentDefaultGLAcct,
cast( tka01.kstar_fid as fis_kstar_fid preserving type ) as DebitDownPaymentDefaultGLAcct,
cast( tka01.ctyp as fis_co_ctyp preserving type ) as ControllingAreaCurrencyRole,
tka01.fikrs as FinancialManagementArea,
cast( tka01.vname as fis_co_vname preserving type ) as ControllingAreaResponsibleUser,
cast( tka01.defprctr as fis_defprctr preserving type ) as DefaultProfitCenter,
@ObjectModel.text.association: '_FinancialStatementVersionText'
@ObjectModel.foreignKey.association: '_FinancialStatementVersion'
cast( tka01.leading_fsv as fis_leading_fsv preserving type ) as CtrlgStdFinStatementVersion,
@Consumption.filter.businessDate.at: true
_FinancialStatementVersion,
@Consumption.filter.businessDate.at: true
_FinancialStatementVersionText,
//tka01.xwbuk as CoCodeCrcyIsDifferent,
//t000.mwaer as PCACUR30,
//tka01.pcacur as PCACUR90,
//tka01.waers as PCACUR20,
//tka01.pcacurtp as CurrencyRole
case
pcacurtp
when '20' then
cast( tka01.waers as fis_pcacur preserving type )
when '30' then
cast( I_SAPClient.GroupCurrency as fis_pcacur preserving type )
else
cast( tka01.pcacur as fis_pcacur preserving type )
end as ProfitCenterAccountingCurrency,
//--[ GENERATED:012:29JlHNUf7jY4ioM8lnJMdG
@Consumption.hidden: true
_ChartOfAccountsText
// ]--GENERATED
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SAPCLIENT",
"TKA01"
],
"ASSOCIATED":
[
"I_CHARTOFACCOUNTS",
"I_CHARTOFACCOUNTSTEXT",
"I_CURRENCY",
"I_FINANCIALSTATEMENTHIER",
"I_FINANCIALSTATEMENTHIERT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/