cancel
Showing results for 
Search instead for 
Did you mean: 

MRP run and planned order link table

Former Member
0 Kudos

Dear All

I would like to know the link table or FM between MRP run and the planned order. Please help

Accepted Solutions (0)

Answers (1)

Answers (1)

Caetano
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

You can find the planned orders generated by MRP on transaction MD05. This information is stored on table MDTC, however, it's aggregated and you will not be able to read it.

If it's really necessary to read it, go to the customizing transaction OPPQ, click the button 'performance' and change the aggregation of MRP lists. This information will be then stored transparently on table MDTB, however, since it's not aggregated anymore and it may have an impact on the MRP overall performance.

If you are running a custom program, maybe you can use BAPI_MATERIAL_MRP_LIST to read this information, instead of reading from the table.

BR

Caetano