cancel
Showing results for 
Search instead for 
Did you mean: 

Activity with FIXED_TIMES = 'B' only with valid time entry

Former Member
0 Kudos

Hi, experts!

During CIFed planned orders ECC to APO, system generated messages in

Application Log Object for Core Interface:

Activity with FIXED_TIMES = 'B' only with valid time entry

Message no. /SAPAPO/OM_ERROR344

Notes 744219 aren`n relevanted

We have SCM 7.0 Support Package SAPKY70009

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Please, debug the queue that is stuck with the error and check, in function module /SAPAPO/OM_ORDER_CHANGE, whether in internal table IT_ACTIVITIES

1) Flag FIXED_TIMES is set for any of the activities

and

2) Both STARTTI and ENDTI are initial.

If that is the case, this is the cause of the issue, and you can fix it by creating an implementation of BAdI /SAPAPO/CL_EX_CIF_IP, Method ORDER_INB_PROCESSING_DECIDE, with the coding below:

clear CV_KEEP_APO_DATES.