cancel
Showing results for 
Search instead for 
Did you mean: 

MD04 Transaction Data Table

Former Member
0 Kudos

Hi,

I want to know the table name for MD04 transaction data. in that transaction i am giving Material, Plant. its showing MRP values and stock. i need to know where it is storing?

points will be rewarded for helpful answers.

Regards,

Balu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Just Use:

CALL FUNCTION 'MD_STOCK_REQUIREMENTS_LIST_API'

EXPORTING

  • PLSCN = "Planning Scenario of Long-Term Planning

matnr = <t_marc>-matnr "Material Number

werks = <t_marc>-werks "Plant

inper = 'M' "For Months

  • ergbz = s_ergbz-low

  • BERID = "MRP Area

  • IMPORTING

  • E_MT61D =

  • E_MDKP =

  • E_CM61M =

  • E_MDSTA =

TABLES

  • MDPSX = t_mdps

  • mdezx = t_mdez

mdsux = t_mdsu "Summary table

EXCEPTIONS

material_plant_not_found = 1

plant_not_found = 2

OTHERS = 3.

Please it is exactly replica of MD04, so whatever is possible in MD04 e.g. setting the filter, everything is possible in this FM as it has got all the required parameters. In the above example I am retrieving the 'Summary' data monthwise.

I hope this helps,

Regards

Raju Chitale

Former Member
0 Kudos

Dear Raju,

Your answer is perfectly matched the question. Thanks to all who tried to give solution.

Regards,

Balu

Answers (3)

Answers (3)

Former Member
0 Kudos

<b>tables are :</b>

<b> t460a</b> ->Special procurement key,

<b> t462</b> -> Customizing Table Selection Rule / Display Filter,

<b> t463</b> - > Customizing Table Display Filter - Settings -,

<b> t000md</b>-> <b>MRP at MRP Area Level</b>,

<b> u444b</b>->User Settings for Flexible Transaction Calls,

the above table have the MRP and stock and storegar fields init .... please see all the above table perticularly <b>t463, t000md & u444b </b> Scroll down see in the table .

reward points if it is usefull ....

Girish

Former Member
0 Kudos

Hi

Check the tables

PBED,MDTB,MDTC,MDKP

Reward points for useful Answers

Regards

Anji

Former Member
0 Kudos

HI THIS tCODE IS USED FOR THE PROGRAM "<b>SAPMM61R</b>" SO CHECK THIS PROGRAM THIS WILL HELP YOU,

REWARD POINTS IF USEFUL