Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Exception condition "E_DELETE_FDS2" raised.

varun_vadnala3
Active Participant
0 Kudos

Hi,

I am facing the exception condition E_DELETE_FDS2 raised as part of  CASH_FORECAST_SD_ORDER_UPD_3

In SM13 , it shows that CASH_FORECAST_SD_ORDER_UPD_3 V1 (no retry) Error

Any inputs on the same will be helpful.

Regards,

Varun

9 REPLIES 9

0 Kudos

Hi Klaus,

Those notes are for Purchase orders related.

But in my case am not even created orders, its appearing When sales order is assigned with new schedule line date.

Former Member
0 Kudos

Hi Varun,

I'm having the same issue, were you able the solve it?

Former Member
0 Kudos

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 ?


The error is displayed in my case, when I run the function "CASH_FORECAST_SD_ORDER_UPD_3" runs on "in update task". The test when excutada without the "in update task" does not generate error.

Any ideas for a solution?



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.

0 Kudos

Do you get express mail when you don't run it in update task?

Rob

0 Kudos

Look at the comments at the beginning of the FM.

Rob

0 Kudos

Yes

0 Kudos

Have you use SM13 or SM14 to analyze the failed updates?

Rob

0 Kudos

yes, I checked for "Debug" is not performed when the mode "in update task" the error does not appear. Does not generate the error.