on 2012 Sep 06 6:11 AM
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
Dear,
You can use MD06 or FM MD_STOCK_REQUIREMENTS_LIST_API and BAPI_MATERIAL_STOCK_REQ_LIST.
Regards,
R.Brahmankar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Though this thread is old, thought of sharing a blog written regarding this.-
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Please try T. Code: MD07.
Regards,
Alok Tiwari
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
97 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.