MD04 but for multiple materials

Hi,
Would just like to ask is there a standard report that lists down planning results for multiple materials?
It's like Stock/Requirements List (MD04) but for multiple materials....the info/fields I need are the ones found in MD04.
Thanks.
Best Regards,
Armie

Dear Armie,
You can't see MD04 details for multiple materials. Actually, it is impossible because MD04 is a screen designed for a single material.
However, if you want multiple material planning details, you would use
function LM61XU11 MD_STOCK_REQUIREMENTS_LIST_API to collect your own data and display it.
Regards,
Onat

Similar Messages

  • Custom report to get MD04 but for n materials

    Dear All...
    Do you know if already exist a report that show same information than the MD04?
    Is needed to put several material numbers and get the MD04 information to can do sorts, filters, download to excel.
    Is like the MDLD transaction but instead to print it, have the ability to save it in a excel file.
    The Idea is to have a customized report that can be run by 1 or more materials and show like a "photo" on how is MD04 now.
    Have you a case like this?
    How I can create that report?
    Any idea?

    BAPI_MATERIAL_STOCK_REQ_LIST gives you all data of MD04.
    MD_STOCK_REQUIREMENTS_LIST_API is a FM that is called inside BAPI_MATERIAL_STOCK_REQ_LIST and returns only details of a element (when you click magnifying glass icon in MD04).
    You should test both FMs in SE37 transaction providing it a material and a plant(optional), and check what import data you need.
    CALL FUNCTION 'MD_STOCK_REQUIREMENTS_LIST_API'
            EXPORTING
              MATNR                          = p_matnr
              WERKS                          = p_werks
            IMPORTING
              E_MT61D                        = wa_mt61d
            E_MDKP                         =
            E_CM61M                        =
              E_MDSTA                        = wa_mdsta
            E_ERGBZ                        =
          TABLES
            MDPSX                          =
            MDEZX                          =
            MDSUX                          =
            EXCEPTIONS
              MATERIAL_PLANT_NOT_FOUND       = 1
              PLANT_NOT_FOUND                = 2
              OTHERS                         = 3.
    This is a little example of the FM call.
    Note that function modules only receive a single material, so in your report you must call the function as many times as materials you have and store return items in internal tables before you display them.

  • How to maintain One product cost collector for multiple materials and configuration setting

    Hi experts,
    my requirement is that i want to maintain one product cost collector for multiple materials ans also i want to know the configuration setting for the same.
    I have used KKF6N but it is not working in my case. I went through KKF6M also but there i found multiple cost collectors.
    please guide me in the same.
    Thanks in advance.

    Hi Shripad,
    you cannot assign same  Product cost collector to different material.
    Because you creating cost collector for material combination of material /production version,material /Bom Routing.
    so please create individual cost collector for every material.
    if you have any query kindly revert back.
    Please mark the answer as helpful if it is helpful to you.
    Because march 5 onwards scn has stopped awarding points to liked content.
    Starting now: No more points for likes on comments/replies
    Thanks & Regards
    Sandeep Kumar Praharaj

  • Is it possible to combine multiple Pur Reqs for multiple materials to one vendor into one PO through MD07?

    We have material planners who use MD07 (traffic signal screen) Stock/Requirements List, Collective Access tab to review material requirements by MRP Controller.  Once the list is created, they select individual materials and review them in MD04.  In a lot of cases, Purchase Reqs (PRs) are reviewed and adopted into POs individually for each material.  Sometimes they will combine multiple PRs for one material into one PO.  This is a good practice.  However, from what I have found, it is not possible to combine multiple PRs for multiple materials into one PO.  If this was done it would dramatically reduce the number of POs that we are issuing to suppliers.  Problem statement:  We issue too many POs which causes additional influxes down the line (receiving dock/goods receipts processing, receiving issues, invoices, invoice issues, etc.).  Does anyone know of a way to address this problem without a major overhaul in approach or customization of the system?  Thank you in advance!   

    Hello Michael
    As far as I know, this is not possible directly from MD07, only from the MM transactions.
    The following thread suggests the following procedure to convert several PRs into one PO:
    Conversion of multiple PR into single P.O
    Drag and drop the first PR from the item overview to the shopping card on top of ME21N,
    then open the PO detail delivery schedule tab and drag  and drop all other PR to the shopping card shown  in the schedule tab
    You can use the same procedure, calling the order conversion from MD07 and then drag and drop another PRs into this PO.
    BR
    Caetano

  • Are there any tcode like MD04 but for a list of material or material group

    Hello Experts,
    Some users want to have a list of dynamic stock (like  MD04), but for a list of materials or material group.
    Are there reports or standard transactions  for that? Or must make a specific?
    Thanks in advance.
    Said

    You want see teh PO number or req number etc but you will see the stock of open order etc.
    you want get exactly like MD04.........
    either you have to develope the custom program
    or use MD04 collectively based on MEP controller

  • MRP FOR MULTIPLE MATERIALS

    Dear cons
    For MRP we are using t-CODE- md62 for requirement demand.Then we have created a z- t-code which is a replica of t-code- MD02. In MD02 T-CODE one single material option is availble. so we chose one BDC of new t-code- ZMD02. In this Z-t-code it is possible to upload multiple material.But the problem is for each material the system is creating an individual Purchase requisition even though I have uploaded multiple materials, Our motto is to create  a single purchase requisition for these multiple material just like the t-code- ME51N where entering of multiple items .are available. So is there any standard T-code availble to create a single pur. requisition for multiple materials in one time.Any advice for other option.

    Hi Nirupama,
    In standard system we dont have any such facility/transaction to create a single PR for a bulk of material. Which ever T-codes are available to run MRP for multiple materials (ex:MD01), those give individual PR for each individual material. You may refer to SAP notes also for this.
    Regards,
    sachin

  • Manual TO for multiple materials

    Hi All,
    I want to create manual transfer order for multiple materials in a single TO, but when I use LT01 I have the option of entering only one material code. So, please tell me how can I create a transfer order with multiple material codes manually...
    Thanks in advance..
    Reg
    Noopur

    Hi,
    In standard system you can use only LT01 and LT10 for creating manual TO. In LT10 you can select several materials (quants) at once (but e.g. you cannot change the quantity).
    If you want something better, you have to go to development in my opinion.
    Regards,
    Csaba

  • ATP check for multiple materials on multiple sales document

    Hi,
    System 4.70
    Is it possible to carry out an ATP check for multiple materials on multiple sales documents.
    I have written a bespoke program and the program requires an ATP check to be performed for each material and sales document, I am currently using BAPI_MATERIAL_AVAILABILITY which is bringing back the necessary information but it's a bit slow.
    Does any one have any ideas please.
    Regards
    J-J

    The ATP Check using the BAPI is done per material and plant. If you're looping through sales documents and then materials you're probably doing the ATP check for the same material over and over again.
    Just get the list of materials you need and the corresponding plants and call the BAPI for each of them.
    Also do a run-time analysis (tcode SE30) to check exactly what slows down your program.
    regards.

  • Standard Report to check consumption values for multiple materials

    Hi,
    Is there any standard report to check "consumption" values for multiple materials? The user needs to check the consumption values over a period of time for multiple materials (VERP, ROH) before deciding the re-order and safety stock values for them. Any help on this will be greatly appreciated.
    Thanks,
    Swapnil

    Dear Swapnil,
    Report MCRE is widely used for the material cosnumption than checking in COOIS.
    Also these reports can help you.
    MCPF                 Material analysis: Dates                
    MCPO                 Material analysis: Quantities           
    MCPW                 Material analysis: Lead time            
    Regards
    Mangalraj.S

  • One inspection lot for multiple materials of purchase order line items

    Hi All,
    My client requirement is one inspection lot for multiple materials of purchase order line items.
    Please share your thoughts.
    Thanks in advance for early reply.
    Regards,
    Jishu

    I totally agree with Amol.
    I don't think I would touch that development nor would I ever tell a client it could reliably be done through development.
    Knowing what I know about the table structures, I don't think you could create any development for this that could use a significant amount of the existing tables and functionality.  I think you'd have to create all your own Z tables and basically rebuild the functionality.  Tying it back in with SAP data will be difficult.
    You're even looking at all custom screens for your results recording and UD as well.  And if you have follow-on functions like batch classification requirements, batch determination, COA publication, results copy functions, use of DMR and sampling procedures, physical samples, quality notifications, etc. etc.. you could be looking a whole lot of development.
    Craig

  • Need to do availability check for multiple materials (in bulk)

    HI Friends,
    I need to do availability check for multiple materials. Currently i am using function module AVAILABILITY_CHECK within a loop.For my purpose I could find this particular FM as well as BAPI "BAPI_MATERIAL_AVAILABILITY" however both of this options can not be used for more then one materials at a time.
    I want to take out the loop from the code and get multiple materials be ckecked at once for availability. If AVAILABILTY_CHECK FM can be used for multiple materials, please post the usage.
    Any other options are there?
    Any help or clue would be appreciated.
    Thanks in advance.

    Use the BAPI.  Even if such a function existed, it would still perform the relevant internal logic required for checking by material, so you wouldn't gain anything.

  • Single PR for multiple materials thru MRP

    Hi,
    Is there any setting to achieve a single PR, for multiple materials thru MRP?
    Regards,
    Sattuj

    Hi,
    I don't think it is possible to create single PR for Multiple materials through MRP.
    Depending upon the Lot size, Individual/collective Indicator in MRP 4 view, you can club the requirements for the same material and have a single PR.
    Hope this helps..
    Regards,
    Siva

  • One pr for multiple materials with line items while running mrp

    Hi SAP gurus,
                  I am config the system for MRP as per my client requerement.
                     We use CBP for different RAW materialsfor example they having a 10 materials for planning,were,
             MRP type is VB,
              LOT size is FX,with Different Reorder points and fix order quantity for all materials,
             My client whant run MRP for all these materials in single time that means they whant multiple item at single levels,
            i soles these requirement with the help of Product Group(sop) and its working but when we running md02 for product group all materials have planed and they give different purchase requistion numbers for all these materials but my client Wants single purchase requistion with line items for all these materials.
         Pls give me the solution for that requirement.
    thanks and Regards,
    abhi

    this is not the way SAPs MRP run works.
    Where is the benefit for this?
    the requisitions are not even split into header and item table, it is just one table EBAN, and either way you would get exact the same number of records in EBAN.

  • Need transaction similar to KKBC_ORD but for multiple production orders

    HI all,
    Have been scouring the system looking for a report which displays production order variance information for multiple production orders.
    The best way to describe what we need is KKBC_ORD but with the option to select multiple production orders or a range.
    This transaction gives us exactly the results we want, but we have a long list of orders to analyse and to be able to get a list of them all rather than have to go into each individually would be fantastic.
    Do you think we're looking at a custom development here ?
    Regards
    Helen Smith

    IN these situations, I have sometimes written a "wrapper" program, with a Z version of the transaction....Get the list of documents via user input to your selection options, then loop at that pick list and do a call transaction for each document.

  • BAPI_GOODSMVT_CREATE  Not working for Multiple materials

    Hi,
    I am using BAPI_GOODSMVT_CREATE to post materials (same as t-code MB1A).
    I am populating Serial no for the materials having serialized profile it works fine if there is only one serialized profile material in the MRS.
    But if there is two materials having serialized profile and I populate serial no for both the material then both the materials go into error.
    will the BAPI work only for one material having serialized profile ??
    If we can post more then one material with serialized profile  then How ?
    Regards
    Bikas

    what error you are getting..? and are you able to post them separately .

Maybe you are looking for

  • Report using Multicube

    Hi, I am using Multicube for one of my report, which is using two infocubes. One infocube A has characteristics x,y and keyfigure x1 and other infocube B has  characteristics x,y,z and keyfigure y1. I need to display the characeristics x,y,z values i

  • Preview doesn't open integrated links in PDF-Files anymore.

    Is this a common problem with all Lion Users? Or have I forgot something in the settings panel? In Snow Leopard I clicked on the blue highlighted link in the PDF file and the link was opened via Safari.

  • Lion Very slow!! in Macbook pro 2.6GHz Intel Core2Duo

    I need to reinstal snow leopard!! Lion isn´t work well in my laptop

  • ClickTAG in flash v.8 ?

    Hi, Is it true that ClickTAG is no longer supported since Flash version 8? I created a banner for my client, and used Blur filter (Flash version 8) as an effect. Then, for the button action I used this code: on (release) { getURL(clickTAG, "_blank");

  • IMovie crash every time I go to finalize my project

    iMovie crash every time I go to finalize my project.