cancel
Showing results for 
Search instead for 
Did you mean: 

MD11 planned orders with extra operations

former_member210541
Active Participant
0 Kudos

Hi experts,

I have a scenario where i will get a route from an external planning system through PI, and sometimes the operations can be in different places, in that case a new operation - "TRANSPORT" has to be added between the actual operations.

Now upon receiving this data, a planned order has to be created with the extra operation, we have been trying to achieve it by using BAPI_PLANNEDORDER_CREATE, but are unable to insert the extra operation, the list of operations gets picked up from standard.

Can anybody help me with this.

Accepted Solutions (0)

Answers (1)

Answers (1)

Caetano
Product and Topic Expert
Product and Topic Expert
0 Kudos

There is no BAPI to insert a new operation on a planned order. In fact, planned orders will only have capacity requirements on table KBED and there is no actual operation, such as there is on a production order.

BR
Caetano

former_member210541
Active Participant
0 Kudos

Thanks Caetano,

Can you please explain the usage of tables CAPACITYDATA1 in the BAPI_PLANNEDORDER_CREATE interface.