Hi Experts,
please guide me whether can we add the HANA code in ABAP BADI's? actually i got one performance issue with nested loops.
Ex: i have two internal tables with 5k records in both and have to consider every record for processing from both internal tables by nested loop( so 5k * 5k = 25000000 times) in Dev system. Somebody told me that by using HANA code we can reduce this issue.
please advise me how to overcome this issue in ABAP.
Thanks
Srinivas