cancel
Showing results for 
Search instead for 
Did you mean: 

Tables for MRP requirements quantity.

Former Member
0 Kudos

Dear Experts,

I have requirements where in I want to know the table from which I will get the the material requirements quantity.

Example is as below;

I have given PIR through MD61 of "ABC" material as 100 qty.

After this through MD02 i will generate requirements which will appear in Stock Requirements list MD04.

If stock is available then accordingly it will create PR/Planned order.

Here my requirement is that i want to display pure requiremnets that is 100 qty irrespective of what stock is available.

In which table i will get this pure requiremts.

Please help.

Accepted Solutions (1)

Accepted Solutions (1)

former_member186193
Active Contributor
0 Kudos

Hi,

Please check in table:

PBED - PIR items

MDKP

MDTB

Also you can use FM: MD_STOCK_REQUIREMENTS_LIST_API. Best is use this FM.

Regards,

Alok Tiwari

Edited by: Alok Kumar Tiwari on Dec 14, 2011 11:28 AM

Answers (3)

Answers (3)

kesavadas_thekkillath
Active Contributor
0 Kudos

Though you have got the answer's I would like to add some to Alok's comments. The function MD_STOCK_REQUIREMENTS_LIST_API is not a released one. Instead of that use BAPI_MATERIAL_STOCK_REQ_LIST which is very well documented.

Kesav

Former Member
0 Kudos

cancel

former_member207022
Active Contributor
0 Kudos

Dear,

Check the following tables.

PBIM Independent requirement for material

PBHI Independent requirement history

PBED Independent requirement data

Regards

Ganesh.M