There are 3 AOS and 15 batch threads per AOS.
There is a process that creates a customer invoice and a vendor invoice from incoming data via an interface.
This process is currently performed by bacth processing on 20 threads.
We noticed that the TaxTrans table is permanently locked.
There is a flight called 'TaxCalculationConcurrencyCheckTurnOff'
Turning this on disables lock management, which is done through the ReqReaderWriterLock class.
(TaxCalculation.checkTaxableDocumentLockNeeded)
Has anyone activated this flight yet?
To what extent is it recommended or not recommended to allow this?
I can't find any documentation, maybe someone has more experience with this?