Hello Experts,
I am using Delete statement with in loop to delete some records on the basis of condition.
This is working fine in Devlopement and Quality but not working in Production.
What is the cause.
my code is like this
Loop at itab.
some condition.
delete itab index sy-tabix.
endloop.