cancel
Showing results for 
Search instead for 
Did you mean: 

MRP list out put tables for header and item -reg

Former Member
0 Kudos

Hi ,

What is the table to be used for MRP out put

header is MDKP

for item what is the table ?

regards,

madhu kiran

Accepted Solutions (0)

Answers (3)

Answers (3)

rupesh_brahmankar3
Active Contributor
0 Kudos

Dear,

Tthe MRP item data is stored in a data cluster. The database

table is MDTC, and the data cluster area is ar. Use the following command to

import the data from the data cluster:

Import <structure> from database mdtc(ar) ID <key>.

The ID key value comes from the field dtnum (Number of the material

requirements planning table) in table MDKP

MDKP MDTB MDKP

Please refer this also,

[Table for MRP item|]

Regards,

R.Brahmankar

former_member196398
Active Contributor
0 Kudos

Madhu,

Check Tables MDTB, MDTC.

Regards,

Prasobh

muthusamy_sankaran
Active Contributor
0 Kudos

Hi,

Pls use below function module

MD_STOCK_REQUIREMENTS_LIST_API

Goto SE37 and test it

Regards,

Sankaran