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?