cancel
Showing results for 
Search instead for 
Did you mean: 

Why APO Detailed Scheduling Log contains 'New Order, Prod xxxxx, Loc yyyy: 1 activity'?

Former Member
0 Kudos

Hello Experts,

In order to check the logic of APO detailed scheduling, I turned on the scheduling log in DS planning board with command 'SLON1', so the system will display schedule log before showing the scheduling result.

I understand the schedule log is the output of function module /SAPAPO/OM_ACT_SCHEDULE (table parameter et_sched_log).

The schedule log is quite complex, but most entries can be understood. However, sometimes I see following logs:

"New order, Prod xxxxxxx, Loc yyyy: 1 activity Act

{New order, Prod xxxxxxx, Loc yyyy, Opr 0, Default}"

I don't quite understand why liveCache return such logs, as far as I understand, DS only change activity time or status, it won't create new orders (there is no new order generated even the system issues such log). But in what condition the system generate such log?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

After checking the SAP APO source code, I realize this log is actually is a misleading one caused by ABAP program error.

Actually /SAPAPO/OM_ACT_SCHEDULE's output et_sched_log is correct, but function module=/SAPAPO/OM_SHOW_ERROR_OBJECT can not process the order when its type is a forecast (order type=33). The correct schedule log should be "Forecast of product XXXXXX, loc YYYY"...

Answers (0)