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: 

Link with planned Orders

former_member203806
Participant
0 Kudos

Hi All,

i need to find  table data link with planned orders with work center and capacity requirement. Here we are not convert to planned orders to production orders. 

so could you please let me know how to find work center and capacity requirement from planned order number.

Rgds

PP

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Dear Pramod,

If you are creating a report, you can use BAPI "BAPI_PLANNEDORDER_GET_DETAIL" to get planned order details.

Regards,

Mahesh

4 REPLIES 4

Caetano
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

Check the value of field BEDID on table PLAF and, with this value, check the planned order capacity requirements on table KBED. On KBED, you will find the work center ID that can be used to find the work center on table CRHD.


BR
Caetano

0 Kudos

Hi,

Thanks for Reply. but PLAF-BEDID  data not available.

Thanks.

Caetano
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

If the field is empty, it's because the planned order was not yet scheduled, therefore, capacity requirements were not created. Make sure that you are running MRP with the parameter scheduling = 2 or run the scheduling manually for this planned order on MD12.

BR

Caetano

Former Member
0 Kudos

Dear Pramod,

If you are creating a report, you can use BAPI "BAPI_PLANNEDORDER_GET_DETAIL" to get planned order details.

Regards,

Mahesh