Skip to Content
0
Apr 07, 2014 at 08:04 AM

is internal table processing faster in AMDP?

445 Views

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...