Hi Vysakh,
In addition - there is flighting key to modify this default value
This is taken from this class as bellow:class RetailEodStatementTransactionalCalculateBatchScheduler
...
int maxOpenStatementsPerStore = RetailStatementFeatureControl::getMaxOpenTransactionalStatementsPerStore();if (openStatementsForCurrentStore.RecId >= maxOpenStatementsPerStore)
{
warning(strFmt("@Retail:RetailEODMaxTransactionalStatementsPerStoreReached", openStatementsForCurrentStore.RecId, _storeTable.StoreNumber, maxOpenStatementsPerStore));
RetailEodStatementPostLogger::maxTransactionalStatementsForStoreReached(openStatementsForCurrentStore.RecId, maxOpenStatementsPerStore, _storeTable.RecId);return;
}
...this code: maxOpenStatementsPerStore = RetailStatementFeatureControl::getMaxOpenTransactionalStatementsPerStore()

To change this default value it is required to enable this Flighting key: MaxOpenTransactionalStatementsPerStoreFlightingKey