cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple material for MD04 output

Former Member
0 Kudos

Hi all,

Is there any standard program for finding the md04 output for multiple materials, other than collective tab in md04.

I want the similar output as md04 for multiple materials. The same can be from FM  BAPI_MATERIAL_MRP_LIST.but even that is a single item entry.

Please suggest

0 Kudos

Hello, similar to this question - looking for a report that returns outstanding POs/delivery orders for group of materials. Hopefully with delivery dates. Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

sjeevan
Active Contributor
0 Kudos

You can pull up the material list according to certain criteria when you click the Collect access tab  in MD04 (which is MD07 as separate transaction) but you can only see details of only one material at a time.

Former Member
0 Kudos

The same screen is being populated as of MD04. I have materials of different vendors/material groups/mrp controllers. Which is making it more complicated. And all these products are not of the same Product group.

rupesh_brahmankar3
Active Contributor
0 Kudos

Dear,

You may write a custom program using function module MD_STOCK_REQUIREMENTS_LIST_API to meet your requirement.


Regards,

R.Brahmankar

sjeevan
Active Contributor
0 Kudos

Create query by joining tables MARA and MARC with all the fields you want as selection fields and report display fields (make sure to include at least the material and plant as fields).

Not go to query change mode (SQ01) >> (menu) Goto >> Report Assignment >> click on push button Insert row >> Click push button Other report type >> Select TR : Transaction >> Enter MD04 >> Save it.

Now whenever you execute the query the list of materials will show up as a report and when you double click on any row in the query report, MD04 transaction code is automatically executed for that material and the plant. It will work exactly like MD07 but is more customized according to your needs because you can add and remove the fields in the report as you want. You don't need to use any function module or write any ABAP program.

Former Member
0 Kudos

Superb!

Answers (4)

Answers (4)

ajay_mukundan2
Explorer
0 Kudos

Though this thread is old, thought of sharing a blog written regarding this.-

Alternative to MD_STOCK_REQUIREMENTS_LIST_API to get Item in MRP document (MDPS), Individual lines o...

Former Member
0 Kudos

Hi Sandeep,

Function Module- MD_STOCK_REQUIREMENTS_LIST_API

Develop the custom report using above FM and pass Material & Plant....

Following are few MRP for your help-

PA - Planned Order

BA - Purchase Requisition

BE - Purchase Order

FE - Production Order

There is no Std report for  multiple materials in SAP.

Thank you,

Ashish

former_member186193
Active Contributor
0 Kudos

Hi,

Please try T. Code: MD07.

Regards,

Alok Tiwari

rupesh_brahmankar3
Active Contributor
0 Kudos

Dear,

You can use MD06 or FM MD_STOCK_REQUIREMENTS_LIST_API and BAPI_MATERIAL_STOCK_REQ_LIST.


Regards,

R.Brahmankar