Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9071

Please help me understanding the elimination logic

$
0
0

Hi BPC Logic experts, I was reviewing our current elimination logic file and find out there is a section on the top to clear all elimination entities and accounts, but from the code, I did not see the scope on time dimension, and the running of the file actually only clears the period prompted by the user via a DM package. How does the program know which period to clear because it was not referred in the code at all. Below is the code of the clear section. Thanks for your help.          

 

 

                *SELECT(%NON_ELIM_ENTITIES%, "[ID]", "ENTITYDIM","[ELIM] <> 'Y' AND [CALC]='N'")

 

                *SELECT(%ELIM_ENTITIES%, "[ID]", "ENTITYDIM","[ELIM] = 'Y'")

 

                *SELECT(%ELIM_ACCS%, "[ID]", "ACCOUNTDIM","[ELIMACC] <>''")

 

                *SELECT(%PLUG_ACCS%, "[ELIMACC]", "ACCOUNTDIM","[ELIMACC] <>''")

 

                *XDIM_MEMBERSET ENTITYTDIM<>%ELIM_ENTITIES%

 

                *XDIM_MEMBERSET ACCOUNTDIM=%ELIM_ACCS%

 

                *CLEAR_DESTINATION

 

                *DESTINATION ENTITYDIM=%ELIM_ENTITIES%

 

                *DESTINATION ACCOUNTDIM=%ELIM_ACCS%,%PLUG_ACCS%


Viewing all articles
Browse latest Browse all 9071

Trending Articles