ABAP read table with OR condition
So is it possible to add an OR condition to the key values of the read statement? The simple answer is no, but you can replicate this functionality using one of two methods. Method 1 – Using multiple ABAP READ statements within nested IF statements The first method would be to use multiple READ […]
ABAP read table with OR condition Read More »