Can mrp run consider material availability for more then one plant?

Hı PP Gurus,
My Case:
Material "A" is maintained for plant "X" and "Y" for example. When i execute mrp for material A i have to specify a plant. And the system creates planned orders just considering the quantity in that plant. But i want mrp to see the quantities of both plant.
I mean when i execute mrp the system must consider the quantities for both plant and create planned order or not.
Is there a way to fix it?
Thank you indeed.
Evren Temiz

You can use Scope of Planning for this.
Total planning covers the planning of all the materials that are relevant for requirements planning and includes the BOM explosion for materials with a bill of material.
You can use total planning for a single plant or you can use the scope of planning to control whether the total planning run is executed on a multi-plant level
If you have activated MRP with MRP areas, you can also combine MRP areas in the scope of planning as an alternative to plants.
With the help of the scope of planning, you can control whether the total planning run is to be carried out:
1. For one plant (as previously without scope of planning)
2. For several plants
3. For an MRP area
4. For several MRP areas
You define the scope of planning for the total planning run in Customizing for MRP, in the IMG activity Scope of planning for total planning run .
You can carry out total planning for a scope of planning online or as a background job. The planning run must always be started with parallel processing.
You can use the scope of planning for total planning in Material Requirements Planning, Master Production Scheduling and Long-Term Planning.
Please refer to the below links -
http://help.sap.com/saphelp_46c/helpdata/en/35/b0e95c87a62488e10000009b38f9b7/frameset.htm
http://help.sap.com/saphelp_46c/helpdata/en/d7/5c9366f47811d1a6ba0000e83235d4/frameset.htm
Hope this helps you.

Similar Messages

  • Mail if no file available for more then 24 hours

    Hi All,
    I have one File to RFC scenario on PI7.1.
    But now I have requirement that, I want to send error mail if file is not available for more then 1 day.
    Can it be done in any SAP-PI standard way?
    Or I need to write a small ABAP code on table SXMSPMAST to check if scenario runs in last 24 hour or not & then send alert mails?
    Regards

    Hi Rohan,
       You need an ABAP code. There should be a table where you store all the file name PI receives and processes and the time and date when they have been received. The ABAP code will continuously check contents of the table and find out difference between current server time and date with the last entry in the table. If the difference is more than 24 hours then it will trigger emails to a fixed address or that may be obtained from a different table.
    regards
    Anupam

  • Can we use same program ID for more than one RFC scenarios

    Hi experts,
                I am working on a RFC to FILE scenario. I have created one TCP/IP connection in SM59 with a program ID. Can we use this program ID for more than one scenario. I have written code as below
    data: iquote type standard table of ZIQMD initial size 0,
          IPRODUCT type standard table of ZPMS initial size 0,
          wa_quote type ZIQMD,
          wa_PRODUCT type ZPMS.
    CALL FUNCTION 'Z_CBT_RFC_QUOTEMASTER'
      TABLES
        I_QUOTE       = iquote          .
    CALL FUNCTION 'Z_CBT_RFC_QUOTEMASTER' in background task DESTINATION
    'ID4'
      TABLES
        I_QUOTE       = iquote          .
      COMMIT WORK.
    CALL FUNCTION 'Z_CBT_RFC_PRODUCTMASTER'
      TABLES
        IPRODUCT       = IPRODUCT          .
    CALL FUNCTION 'Z_CBT_RFC_PRODUCTMASTER' in background task DESTINATION
    'ID4'
      TABLES
        IPRODUCT       = IPRODUCT          .
        COMMIT WORK.
    when i am executing the code like this. i am able to send the data to 'Z_CBT_RFC_QUOTEMASTER'  , but iam not getting data  for 'Z_CBT_RFC_PRODUCTMASTER'  interface. ID4 is the connection that i have created in SM59. with program ID as ABCD.
                  Can i use the same connection for all interfaces.Please help in this, if we can use same connection for all interfaces. then how to make changes in XI.
    Thanks in advance.
    Thanks & Regards,
    Poorna.

    Just tried this and I can confirm that my earlier understanding was correct!
    One of my colleagues confused me out and the conclusion is,
    1. You need a separate TCP IP Connection for every interface with a Unique program ID.
    Regards
    Bhavesh

  • Material Master in more than one plant /purchasing group/Valuation Class

    Hi All,
    How to maintain a Material Master in more than one plant /purchasing group/Valuation Class......
    Points shall be awarded accordingly,
    Regards,
    Rounak

    in mm01 u can extent the material for new plant
    first creat all the views say purchasing accounting basic view etc for one plant
    the go to MM01 put same materal code and select the views purchasing and accounting
    now put the other plant number
    enter
    and put the purchasing and valuation class etc asd save
    thuis u can extend the material to other plant
    reward if usefull
    Message was edited by:
            Umakant Bhangale

  • Is it possible to retrieve report for more then one record at Bi Pub

    is it possible to retrieve report for more then one record at a time using BI Publisher on siebel Application

    Hi Sudhir,
    We have tried this.
    I think currently you can query for records you want on UI and run report , then you can see the result set of query in report.
    But i think in future releases of BIP the feature to run a report for selected & Multiple Selected records will be provided.
    Thanks,
    Vamsi

  • MD04 for more than one plant

    HI friends,
    My requirement is to have the MD04 screen/data of more than one plant together in one screen for comparision for the planner.
    Will it be possible.
    Please advise.
    Thanks in advance.
    AKS

    hi
    in MD04 u can not view data for more than one plant ..this is a std functionality
    Vishal...

  • Printing salesinvoices, is it possible to do it for more then one invoice?

    Is there a method to use VF03 with a selection for more then one sales invoices?
    I want to print them as pdf file, so I have to fill in the field billingdocument, but I need it for more then one invoice at the same time.
    I tried but it seems not to work. Is it not possible? Or is there another solution to print more then one invoices at the same time?

    Hi,
    check in the Commnication method of your Output type whether In the NUMBER OF MESSAGES field was maintained as 4
    No of messages field will control the Number of invocies to print
    check this and revert
    thanks
    santosh

  • How to create a service call for more then one item

    Hi All,
            How to create a service call for more then one item. i.e. the service call should be logged for more then one item

    As you noticed this is not possible by design.
    Maybe you could have a dummy item for that purpose and register the real items to be handled in a UDT...
    HTH

  • How to use 'BAPI_GOODSMVT_CREATE'  for more then one row selected ???

    Hi,
    I am using bapi , BAPI_GOODSMVT_CREATE  ,  my requirement is that first perform ALV display with check boxes & then user can selsct any number of rows  & then on clicking execute button  this bapi is triggered , now my ques is that  if i am selecting rows one by one & executing , then am able to post data successfully, but if am selecting  more then one row at a time then its giving me error
    " exactly one serial no must be selected  (instead of more then two / three ) ."
    plz help me .
    this is how i am filling data in BAPi & bapi call
    FORM FILL_BAPIDATA .
      wa_GOODSMVT_HEADER-PSTNG_DATE = sy-datum.
      wa_GOODSMVT_HEADER-doc_DATE = sy-datum.
      wa_goodsmvt_code-gm_code = c_gmcode.
      LOOP AT it_final INTO wa_final.
        wa_GOODSMVT_ITEM-MOVE_TYPE = c_movtype.                 " '313'.
        wa_GOODSMVT_ITEM-material =  WA_final-MATNR.
        wa_GOODSMVT_ITEM-ENTRY_QNT = wa_final-verme.
        wa_GOODSMVT_ITEM-plant =  WA_final-WERKS.               "'DB10'.
        wa_GOODSMVT_ITEM-STGE_LOC =  WA_final-LGORT.
        wa_GOODSMVT_ITEM-BATCH = WA_final-CHARG.
    wa_GOODSMVT_ITEM-BATCH = l_charg.
        append wa_GOODSMVT_ITEM to IT_GOODSMVT_ITEM.
        clear: wa_GOODSMVT_ITEM.
      ENDLOOP.
      LOOP AT it_final INTO wa_final.
        wa_serialnumber-SERIALNO = wa_final-sernr.
        APPEND wa_serialnumber to it_serialnumber.
        CLEAR wa_serialnumber.
      ENDLOOP.
      LOOP AT it_position2 INTO wa_position2.
        wa_serialnumber-MATDOC_ITM = wa_position2-wepos .
        MODIFY it_serialnumber INDEX sy-tabix from wa_serialnumber TRANSPORTING MATDOC_ITM .
      ENDLOOP.,
    data: begin of mthead.
            include structure bapi2017_gm_head_ret.
    data: end of mthead.
    CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
        EXPORTING
          GOODSMVT_HEADER               = wa_GOODSMVT_HEADER
          GOODSMVT_CODE                 = wa_GOODSMVT_CODE
       IMPORTING
          GOODSMVT_HEADRET              = mthead
        MATERIALDOCUMENT              = w_MATERIALDOCUMENT
        MATDOCUMENTYEAR               = w_MATDOCUMENTYEAR
        TABLES
          GOODSMVT_ITEM                 = IT_GOODSMVT_ITEM
          GOODSMVT_SERIALNUMBER         = IT_SERIALNUMBER
          RETURN                        = IT_RETURN
      GOODSMVT_SERV_PART_DATA       =
      EXTENSIONIN                   =
    APPEND w_MATERIALDOCUMENT to it_GOODSMVT1 .
    IF sy-subrc = 0 .
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    *MESSAGE text-016 TYPE 'I'.
    PERFORM msg_log  .
    ENDIF.

    Hi,
    Did u check the serial numbers table before calling the BAPI. Might be the case tht same serial number is assigned for all items, in this case the goods movement may be possible with same serial number for all items.
    Reagrds,
    Aditya
    Edited by: aditya on Aug 11, 2009 11:46 AM

  • Is there a way to Search (List search) for more then one field text from a column for Bulk uploading?

    I've been trying to find more information on this and I apologies if this has already been answered. I just don't know the correct way to ask this. We have a SharePoint List at the company that we have people input information into different columns. The
    problem is most of those information are very repetitive. Is there a way for me to search more then one field text in the column and just input that same information in?
    ex:
    Column 1
    Column 2
    Date:
    883851
    MidWest
    User input 
    8831518
    MidWest
    User input
    On the search field in the SharePoint List, I would need to search for 883851, 8831518 etc,  would view those requested numbers, then I would click edit and change dates to those rows. Does that make sense? I'm sorry I'm fairly new at sharepoint.

    I think what you're asking is about having repetitive options in a list, show up easily for new items being created.
    This can be done by setting the columns that contain repetitive information to Choice fields.  In the configuration of the Choice field, check the box for "Allow custom values".  Now as users are entering data into the list, the dropdown of options
    for a given field grows and users can quickly see and select previously entered and thus repetitive values for the given fields.
    I trust that answers your question...
    Thanks
    C
    |
    RSS |
    http://crayveon.com/blog |
    SharePoint Scripts | Twitter |
    Google+ | LinkedIn |
    Facebook | Quix Utilities for SharePoint

  • Can I use the redemption code for more than one machine for Photoshop Elements?

    I want to use the Photoshop Elements that I bought on more than one machine. Is that
    possible using the Redemption Code? It says it was used with another Adobe ID.
    Thanks

    Hi Stover,
    Typically you use the redemption code to retrieve your serial number for Elements products. The licensing for Elements allows the owner to install on two of their computers.
    See these for reference:
    Redemption Code Help
    How many computers can I install Photoshop Elements on?
    Hope that helps,
    - Dave

  • SO_DOCUMENT_SEND_API1--- example code for more then one attachment send

    Hi All,
       I am using this function module for sending mail along with any attachment(.exe) . But i am facing problem to send more than one attachment.
    Please give me sample code for this .
    for all usefull answers points will be awwarded.
    thanx in advance
    Deepak Kumar

    Hi,
    Don't expect everything to come to ur door step.
    This is a forum to give ideas, not to supply the code for u...
    Learn how to search in the forums...
    Refer the below link..
    Sending mail with 2 attachments
    Cheers,
    Simha.

  • If i want to write something that waits for more then one thing

    how do i do that?
    if it's for one thing i'll write:
    sinchronized(a){
    while (true){
    wait();
    my_code();
    }

    He's not saying he wants to wait for multiple
    conditions. Unless I just don't understand what he's
    saying (real possibility there.):) It sounded to me like he wanted to wait for multiple things to happen.
    CountDownLatch works fine for waiting on multiple
    threads. If one thread wants to force the await() to
    end, it can force the latch count to zero. Any thread
    can also call interrupt() on the waiting thread (as
    long as it has a reference to the thread object.)A CountdownLatch set to one can also be used to wait for one of a set of events to occur. Of course you'd need further information to determine which event it was.
    The kinds of "events" can influence the shape of the solution here. Eg if you're interested in muiltiple I/O events then you need to use an I/O framework that supports a select-style operation.

  • Can I setup two-step verification for more than one Apple ID?

    I have one iPad and one iPhone.
    I have four Apple IDs.
    I want to setup two-step verification in all four accounts.
    Can I?
    It seems that I can't, because to add a "trusted device" to an Apple ID requires setting up Find My iPhone on that device. Find My iPhone requires an iCloud account (which is available with every Apple ID). But once you change the iCloud account account used for Find My iPhone on a device, the device will not be able to be used in two-step verification for the previous iCloud account. Or will it get remembered?
    Anyone have any knowledge about this?

    You should be able to have more than account authorised on your Mac's iTunes via the Store > Authorise This Computer menu option - and you should be able to select and sync purchases from both accounts to your phones

  • Can an iPad be set up for more than one user accounts?

    I have an Ipad wifi. i would like to let my son use it, but would like to set up a separate user account for him. Is this possible on an Ipad?

    No, an iPad is a single-user device, it can only have one set of apps and content on it

Maybe you are looking for

  • Trying to Buy Songs thru iTunes - can't get it done - What's wrong?

    I just got my ipod. Did all the signup stuff - downloaded itunes 7.2. Went to the store - found a song - clicked buy song. It takes me to a screen promoting the new version of itunes. I have alrady downloaded that -- 3 times now -- rebooting the comp

  • Sync address book uses old file

    When I sync my contacts from Address Book to my iPhone 4s, it is syncing an old address book file or library. Deleted contacts from my Mac show up, and new contacts created over the last several months are not downloaeded to the iPhone. Do I have a c

  • Camera Raw 7.2 shows flourexcent lights as red

    When I open any NEF file from a Nikon D7000 the flourescent lights appear bright red. As I work with the image and eventually open the image into the normal Photoshop Elements 11 editor, the lights appear proper. Is this a known issue?

  • How do you mixdown audio?

    After renedring. How do you mixdown the audio? Please help. Some of my video/audio, depending upon where I upload it to on the net, sounds tinty or slushy. I have tried almost every audio setting to correct this. I have never "mixed down", what is th

  • Adobe reader error msg when attempting to open

    when trying to open adobe reader i get the following msg "This app has requested the runtime to terminate in an unusual manor" Contact applications support team.