Skip to Content
0
Jun 13, 2020 at 07:17 AM

Best performance tuning ways while using BADIs

190 Views

Hi Experts,

Sometimes a select statement written inside a BADI method can be triggered for all the records in loop which may affect the performance. Could you pls share the best possible ways to avoid identical selects in such cases?

For example - using static atts of a class and where can it be used?