Hi,
I have an internal table with 1000 material and i want to delete the material from internal table which length is more than 15.
I do not want to use
loop .
delete
endloop.
Is there any other better way?
Thanks