Hi all,
Is internal table processing faster in AMDP?
Context :
We have abap code which is currently taking up ~80% of execution time.
When analyzed we see it's all looping into internal tables in abap. Calculating and updating the same internal tables.
Is it a good idea to do these calculations in AMDP ? Will that give us any benifit ? i doubt...