CoA: Development and Troubleshooting Tips
If you encounter a missing account in
FIN OCoA
dimension while loading data into theFIN General Ledger TB
, don't reject the record. Instead, add the account to both theFIN CoA Map:FIN OCoA
andFIN OCoA
dimensions as part of theTotal GL Accounts
rollup. The account will be marked as unmapped in the UI, but the data will remain loaded in theFIN General Ledger TB
cube.Please note: Since the account won't have the correct flags calculated after the data load, it's crucial to map it before proceeding with the roundtrip. Even
OPV
can't be calculated properly without mapping the account and applying the changes to theFIN OCoA
dimension by syncing from template.
Follow below steps when implementing CoA:
You should already have structure of
FIN BSEG
andFIN Company
dimensions loaded and verified it is correct. Crucial areTotal FIN BSEG
rollups for eachBSEG
dimension and Total FIN Company rollup forFIN Company
dimension.These dimensions should be always managed through APQ dimension framework to make sure you might run their maintenance anytime there are changes in these dimensions in the primary system.
Learn the account structure before loading into the system and consider which accounts should be assigned to mandatory C3 accounts. The accounts are:
C3_MGMTTB
- this node represents total of assets and liabilitiesC3_TB
- this node represents Total GL Accounts rollupC3_STATISTIC
- this node is a root for all statistical accountsC3_CTA
- this node represents Cumulative Translation Adjustment account (the CTA effect calculation might be switched off)C3_NPAT
- this node represents root for Net Profit After TaxesC3_PCFWPY
- this node represents account to hold Profit Carried Forward From Prior Years (relevant for planning)C3_EQ_RETEARN
- this node represents Retained Earnings account from prior year
Import structure from your data source into staging area
The structure might be imported at once in one extract or from several extracts.
Import rollups from the staging area so they integrate properly to
FIN OCoA Rollups
andReporting Rollups
that are always included inFIN OCoA
dimension.You may decide to load the individual rollups without specifying parent rollup should you need to automatically attach the elements to their parents - in this case always consider proper sequence of loading, so the elements are loaded after their parents are in place.
Provide mandatory C3 accounts assignment so it is possible to proceed with flags calculation and
Total GL Accounts
andApliqoC3 Technical Rollups
management.At this point you may sync
FIN OCoA
from the template dimension.A good basic test to verify if
FIN OCoA
dimension structure is correct is to first check ifTotal GL Accounts
total is netting to zero for totals per allBSEG
dimensions andTotal FIN Company
inFIN General Ledger TB
onTB Load
consolidation value measure level. This test might be provided after loading source data intoFIN General Ledger T
, provided you have included all missing accounts during the load as per above point.Following test should be able to verify
FIN OCoA
dimension structure in a bigger detail by observing totals perC3_MGMTTB
netting to zero inFIN General Ledger TB
perBSEG
andFIN Company
totals as in prior case, but onOPV
consolidated measure level. This test might be provided after mapping all unmapped accounts inFIN OCoA
and syncing the dimension and then calculatingOPV
.Note: You should not proceed with any data loading by roundtrip processing before you have tested the FIN OCoA dimension structure is correct.
Once the
FIN OCoA
structure is settled and verified, you should proceed with mappingFIN OCoA
toFIN PCoA
.Simple 1:1 mapping is possible to achieve by setting
Mapping Level Override
onC3_MGMTTB
level to0
(this might be set automatically should the value ofMapping Level Override
be empty before running process}APQ.C3.Dim.CoAMap.PlanDimension.Update
).Any other mapping should be provided manually by setting
Mapping Level Override
, then running planning CoA flags calculation by process}APQ.C3.Dim.CoAMap.PlanDimension.SetFlags
and then checking calculated values ofPlan Map ID
for nodes that received manual entry.Setting value to
Mapping Level Override
value will affect the immediate node and its children as they will inherit the override value from their parent node. However it is possible to setMapping Level Override
on any of the child nodes to override the inherited value from the parent node.
Once the mapping is verified, you may proceed with running the plan dimension structure update by running the process
}APQ.C3.Dim.CoAMap.PlanDimension.Update
.Note: It is strongly recommended to have
BSEG
toBSEG Plan
mappings already in place and have them verified for bothBSEG
toBSEG Plan
andBSEG Plan
toBSEG
directions.You may check the resulting
FIN PCoA
structure in theFIN CoA Map:FIN PCoA
template dimension before syncing the dimension to production to verify your mapping was correct and the structure is valid for planning.
When you have tested
FIN PCoA
template dimension structure is correctly derived fromFIN OCoA
structure, you may proceed with syncing the template toFIN PCoA
dimension by running process}APQ.C3.Dim.CoAMap.Dimension.Sync
.
Â