cancel
Showing results for 
Search instead for 
Did you mean: 

Table for relation between production order reservation and MRP receipt element

former_member220469
Participant
0 Kudos

Dear all,

We need to enhance the COOIS report in list header "Components" tab to display the MRP receipt element like Purchase order number, Shipping notification etc for the missing parts materials with respect to its production order reservation.

We have the FM MD_SALES_ORDER_STATUS_REPORT to get this data for the production order reservation. But i would like to know if there is any direct table or any other FM for getting this details?

Regards,

J.Balakrishnan

Accepted Solutions (1)

Accepted Solutions (1)

rupesh_brahmankar3
Active Contributor
0 Kudos

Hello,

If you are in MTO environment then you will have the fix pegging relationship between production orders and it's MRP elements.

In that case you use the FM MD_SALES_ORDER_STATUS_REPORT or MD_NETWORK_REPORT

Which same like MD4C and C046.

Best Regards,

R.Brahmankar

Answers (3)

Answers (3)

Caetano
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

Similar questions were already asked several times in SCN. Please research before opening a new thread in SCN.

This relationship is not stored in any table but you can build it dynamically with the function modules already mentioned by Rupesh.

Regards,

Caetano

former_member220469
Participant
0 Kudos

Hi Brahmankar,

We will be enhancing the COOIS using the BAdI WORKORDER_INFOSYSTEM.

In list header -> Purchase requisitions, it shows the associated purchase requisitions or purchase orders which were created for the components associated with external operations or non stock items.

My requirement is: I have an missing components in my production order and we need to display the MRP receipt element like planned order / purchase requisition or purchase orders associated with the order reservation. This elements we see in t-code CO46 where it shows the element associated with reservations as order report.

I want to display the MRP elements with respect to its reservation based in COOIS. I found the FM MD_SALES_ORDER_STATUS_REPORT where it shows the MRP element against the reservation requirement. But i would like to know is there any other FM or table to get this details.

Please provide your inputs

Regards,

J.Balakrishnan

rupesh_brahmankar3
Active Contributor
0 Kudos

Hello,

Did your try the list Purchase requisition in COOIS?

The reference of the Purchase Order or other MRP element can only be displayed by implementing the BAdI WORKORDER_INFOSYSTEM.

Please refer useful wiki page

Production Order Information System (COOIS)

Best Regards,

R.Brahmankar