Hi All,
I am getting a runtime error on a custom program as DBIF_RSQL_SQL_ERROR.The log from SM 21 says some deadlock has happend.
Error is coming with the following code
005060 IF NOT lt_update_yppplrout_d[] IS INITIAL.
> UPDATE yppplrout_d FROM TABLE lt_update_yppplrout_d.
005080 CLEAR lt_update_yppplrout_d.
005090 REFRESH lt_update_yppplrout_d.
005100 ENDIF.
005110
Did anything wrong in the code?