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: 

Tables in MRP list??

Former Member
0 Kudos

Hi Experts,

I need help to identify the tables from which the data is fetched when we run the MRP list transaction (MD05).

I need the tables from which the 'Request/Scheduled Qty' and 'Request scheduled date' are fetched.

My assumption is that the other datas like the MRP date is from the table 'MDKP-DSDAT' correct me if i am wrong.

Thanks,

Manju

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Use FM 'MD_MRP_LIST_API'.

Tables for MRP LIST:

MDKP, "Header Data for MRP Document

MDTB, "MRP table

MDTC, "Aggregated MRP table items

T457T. "Description of MRP elements

Regards,

Satish

9 REPLIES 9

Former Member
0 Kudos

Hi,

Use FM 'MD_MRP_LIST_API'.

Tables for MRP LIST:

MDKP, "Header Data for MRP Document

MDTB, "MRP table

MDTC, "Aggregated MRP table items

T457T. "Description of MRP elements

Regards,

Satish

Former Member
0 Kudos

Hi Manju,

please check the below tables.

MDFD MRP firming date

MDFDDB Firming Data of MRP - MRP Area

MDHS Cluster Table BOMs Explosion (Shared Buffe

MDIP Material: MRP Profiles (Field Contents)

MDK_INVENTORY MDK Inventory Example - Data Table

MDKP Header Data for MRP Document

MDKPDB Header Data for MRP Document

MDLG Customizing: MRP Area Storage Location

MDLL Customizing: MRP Area Subcontractor

MDLV Customizing MRP Area

MDLW Customizing: MRP Area Plants

Award points if useful.

Former Member
0 Kudos

Hi Manju,

use the following tables for extracting the data of MRP:

MDKP

MDPS

MVER

and the views

MDBS

MDFA

Regards

Kiran Sure

0 Kudos

Thankyou all..

Please help to get the table from which the transaction MD05 is fetching the values in the columns 'MRP Element' and 'MRP Element Data'. and in what way it can be related to the MRP tables MDKP, etc

Please advise very urgent.

Thanks,

Manju

0 Kudos

Hi Experts...

Please advise... Very urgent...

Thanks,

Manju

ak_upadhyay
Contributor
0 Kudos

Hi,

MDKP: Header Data for MRP Document

MDTB: MRP table

MDTC: Aggregated MRP table items

T457T: Description of MRP elements

Regards

AK

Former Member
0 Kudos

There are some functions to pull the necessary details.

Thanks to all..

Former Member
0 Kudos

There are functions to pull the necessary details.

Thanks to all..

Former Member
0 Kudos

There are functions to pull the necessary details.

Thanks to all..