TI Process problem
Posted: Tue Jan 24, 2017 1:54 am
Hi there!
I need to execute this TI process for 12 months, when i run it for one month it works perfect for any month, but when i try to run all months using a script as follows the results are not the same (the values are always increased)
... until 2017.12 (the others parameters never change)
I don't understand why, if i am using the same TI instruction repeated 12 times.
I need to execute this TI process for 12 months, when i run it for one month it works perfect for any month, but when i try to run all months using a script as follows the results are not the same (the values are always increased)
Code: Select all
ExecuteProcess ('Proceso.Gastos.Fijos', 'pTipo','P','pVersion','Presupuesto Trabajo','pTipoPeriodo','M','pPeriodo','2017.01','pTerminal','SPRC');
ExecuteProcess ('Proceso.Gastos.Fijos', 'pTipo','P','pVersion','Presupuesto Trabajo','pTipoPeriodo','M','pPeriodo','2017.02','pTerminal','SPRC');
I don't understand why, if i am using the same TI instruction repeated 12 times.