TSV_TNEW_PAGE_ALLOC_FAILED – resource bottleneck dump
Sometimes in ST22 transaction You can find dump from category resource bottleneck – TSV_TNEW_PAGE_ALLOC_FAILED. Short text inform You “No more memory available to add rows to an internal table”. What we can do in this situation…
Solution
When You analyze the dump check this area:
On above screeshot You can see how many:
- rows were allocated
- amount of memory was used by system.
Everything is in accordance with the parameters set in the system:
To resolve the problem increase above parameters in RZ10 transaction or dynamically in program: RSMEMORY (here the parameters are valid until the system is restarted). For example:
Look also here for more information in this area.