cancel
Showing results for 
Search instead for 
Did you mean: 

Account-Based Calculation Changes the Input Data

Former Member
0 Kudos

Hi,

I am using a basic account based calculation rule to copy all account movements to new accounts which are assigned in the rule:

This basic rule is working well when it is copying the amount from source account to destination account. But in the end, it overwrites the source account data and make it triple.

I am using it for 2017 September and I am having this problem. But when I run it on June, I do not have this problem at all.
This is happening to all accounts. What can be the reason?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Sorry for the late answer,
The reason was: underneath the Account Based Calculation rule, there were 3 empty lines created and not deleted. And these three empty lines(empty means "all" in this case) defining "all" to "all" rule regarding with the whole data. So it was also triplicating everything. It is important to be careful maintaining the account based calculations especially the lines which are created by "Add" button beneath the rule...

former_member186338
Active Contributor

"It is important to be careful maintaining the account based calculations especially the lines which are created by "Add" button beneath the rule..." - golden words 🙂

P.S. Also - test first simple rules with few lines!

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Kudos

Please post the script used to run calc account rule.

Former Member
0 Kudos
*RUN_PROGRAM CALC_ACCOUNT
CATEGORY = LOCAL_GAAP
CURRENCY=%CURRENCY_SET% 
TID_RA = %TIME_SET%
OTHER = [ENTITY=%ENTITY_SET%]
CALC=GCOA_TO_ESCA
*ENDRUN_PROGRAM
former_member186338
Active Contributor
0 Kudos

Is it a full script?

Former Member
0 Kudos

Hi Vadim,

We are working on IFRS kit and this is the full script.

According to manual and provided scripts, they have this layout and we have been working with them for some time.

Is there anything that we need to add to script as well?

Former Member
0 Kudos

This is so interesting that using that script only creates these values below.
In the rule it is: A27810005 to ESA51330001. Why is it writing anything to source account? There is no default scripts are running in the background. In the debug it also catches 600k on the account.

Amounts on the same account before the data package run is exactly below:

Former Member
0 Kudos

Data Package advanced view is also below:

former_member186338
Active Contributor
0 Kudos

No idea! But I do not recommend using RSA1 to look for script results.

USE EPM report instead!