‎2016 Apr 19 9:59 AM
Hi Experts,
I have situation where i must use modify query inside loop( modify ztable from table itab ), in development server query is working fine but in quality when control moves modify query it is stops and no further execution is happening. Please anyone guide me on this issue.
‎2016 May 02 8:49 AM
Hi All,
Sorry for the late reply,
i found the solution, it is stopping because the table has been locked.
Thanks all for your replys
‎2016 Apr 19 10:06 AM
Hi,
Can you get the screenshot of what is happening in the debugger.
May be the table (Ztable) is not transported in the quality or the data is huge to be modifies in the loop.
Hope this helps.
‎2016 Apr 19 10:17 AM
Hi,
The table is already there in quality, i have added some extra fields and then again transported.
‎2016 Apr 19 10:22 AM
Hello Koushik,
Even i have faced the same problem!!! But Didn't get he solution for that.
Have you checked with the table!!!
‎2016 Apr 19 10:31 AM
‎2016 Apr 19 11:25 AM
‎2016 Apr 19 11:57 AM
Have you also checked, if the table really exists on the database.
Go to SE11 -> Open your table (display) -> Menu -> Utilities -> Database Object -> Database Utility
‎2016 Apr 19 3:35 PM
‎2016 Apr 19 11:56 AM
‎2016 Apr 19 4:30 PM
‎2016 May 02 8:49 AM
Hi All,
Sorry for the late reply,
i found the solution, it is stopping because the table has been locked.
Thanks all for your replys