log4j.debug("*********** strISyearRef: " + strISyearRef);
accounts = appendRecords(accounts, strIncomeSummary, strISyear, strISyearRef);
}
// Report tree is built with given the account tree, and the amounts obtained from fact_acct
acct[i] = new AccountTree(vars, this, elements[i], accounts, strElementValueDes[i]);
if (acct[i] != null) {
acct[i].filterSVC();
acct[i].filter(strConImporte.equals("Y"), strLevel, false);
} else if (log4j.isDebugEnabled())
log4j.debug("acct null!!!");