o erro é apresentado no meu caso, quando executo a Função "CASH_FORECAST_SD_ORDER_UPD_3" é executada em "in update task". Nos teste quando é excutada sem a opção "in update task" não gera erro.
Alguma idéia para a solução ?
if g_flg_debugging = con_true.
call function 'CASH_FORECAST_SD_ORDER_UPD_3'
tables
t_fds2_ins = g_t_fds2_ins
t_fds2_del = g_t_fds2_del
t_fds1_del = g_t_fds1_del
t_rf40s = g_t_rf40s.
else.
call function 'CASH_FORECAST_SD_ORDER_UPD_3' in update task
tables
t_fds2_ins = g_t_fds2_ins
t_fds2_del = g_t_fds2_del
t_fds1_del = g_t_fds1_del
t_rf40s = g_t_rf40s.
endif.