Application Development and Automation 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: 
Read only

table for Planning material data

Former Member
0 Kudos
4,787

Hi All,

Please let me know table(s) for planning material data i.e. MRP3 data in MM03 transaction

fields I required are Consumption mode, Forward consumption period, planning material

thanks in advance

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Kudos
1,962

execute BAPI BAPI_MATERIAL_GET_ALL by giving material no as input..

5 REPLIES 5
Read only

GauthamV
Active Contributor
0 Kudos
1,962

Check this table.

T130S

Read only

Former Member
0 Kudos
1,962

Hi,

You can use this table below

Consumption mode : MARC-VRMOD

Fwd consumption per : MARC-VINT2

Planning material : MPGD-PRGRP.

Regards

Thiru

Read only

0 Kudos
1,962

Sorry Tirupathy... Main thing I supposed to ask..

Relation table between Planning material & Material

MPGD-PRGRP, here MPGD is structure I need a table where I can find relation between Material & planning material

and also I dont think ..MARC is right table to find these values

Read only

kesavadas_thekkillath
Active Contributor
0 Kudos
1,963

execute BAPI BAPI_MATERIAL_GET_ALL by giving material no as input..

Read only

0 Kudos
1,962

Thanks mate..got everything!!