Reoprder point and replenisshment qty to be 0 with SLOC MRP indicator = 2

Dear PP Gurus,
I want to set in MRP4 view: SLOC MRP indicator  = 2, along with reorder point  = 0/ blank and replenishment  = 0/blank. In MM01 and also through MMSC is gives:
Hard error with details as
"You have decided in favor of storage location MRP (2) for this material. Since separately planned storage location stocks are planned using the reorder point planning technique, a reorder point and a replenishment quantity are required."
Can the hard stop be changed to a warning message only?
Help will be appropriately rewared with points!
Thnx.

Hi,
if u want to plan storage locations stock seperately( =2), u have to define reorder level and a replenishment quantity.
During a planning run, the system compares the reorder level of storage locations to be planned separately with the stock of this storage location. If available storage location stock falls below the reorder level, a receipt element is created amounting to the replenishment quantity or, if necessary, for a multiple of the replenishment quantity.
regards
pradeep

Similar Messages

  • I would like to know if there is a wireless presenter with laser point and vibrating alerts that is compatible with MAC?

    I would like to know if there is a wireless presenter with laser point and vibrating alerts that is compatible with MAC?

    Any device that Palm manufaturers currently should be able to get the data from the older device.
    Although Palm doesn't make handhelds anymore you can get a smartphone and transfer the data over to it without issue.
    If you go to the new WebOS you can transfer the data over it just might take a little work.

  • Exclamation point and folder icon appears on iPod screen

    I have a 20g Ipod and I am having lots of problems. Whenver I press a button it shows the apple logo followed by an exclamation point and folder icon. It ends with sounds of a clicking or HD whirring. Also, when I plug it into the computer, itunes prompts me with a message saying "Itunes has detected an Ipod in recovery mode. You must restore this Ipod before it can be used with Itunes". When I chose the option to restore it, it begins, but does not finish restoring it. It then gives me a message: "The Ipod "ipod" could not be restored. An unkown error occured (1418)". I also tried to restore by doing the following, but this failed as well:
    Go to folder “My Computer”
    Hope you can see your iPod there and right click on the iPod
    Choose “Format”. Ensure the settings are at “Default” and that “Quick Format” is not checked
    Now select “Format”
    Eject your iPod and do a Reset
    Open the iTunes 7 and click “Restore”
    In case you do not manage to do a “Format” on a window computer, try to use some 3rd party disk utility software, e.g.“HP USB Disk Storage Format Tool”.
    Any suggestions would be greatly appreciated
    Thank You
      Windows XP  

    Check these out:
    iPod Folder with Exclamation Point After Disconnected From Computer
    iPod Folder with Exclamation Point After Turned On
    Good Thread About iPod Sad icon/Folder with Exclamation Point
    I hope this helps!

  • I need to display a Report which contain -- del QTY  and  INV QTY   in one

    Hi ALL,
    I need to display a Report which contain
    <b>Customer  , Material , Order No, Delivery No, Billing No , Order Qty , Dev Qty, Bill Qty , Invoiced Qty  and There Values  in One Line  .</b>
    How can I Display, When I am executing the report against the Delivery Number Bill Qty and Invoiced Qty is showing Hash ( # ).
    Do I need to right any Routines for this, if I am correct,  where I have to write that code and what is the code ,
    What are the Consolidation  routines ?????
    I am working on BI 7.
    Regards ,
    Shaik
    Message was edited by:
            shaik

    Frst check in backend, which all cubes have got data for each of three..
    Corresponding you can go ahead with Multi/Infoset..
    Look for reference no in all three cubes and pick one order and track tht by reference no in all cubes,
    Hope it helps..
    Thanks for points assigned

  • Problem in FM:WS_DELIVERY_UPDATE to change picked qty and delivery qty

    Dear friends.
    i am trying to chande picked and del qty's through above fm.
    i am getting an error message like this:
    (Required field in interface to delivery update missing 0080000155 000010
    VBELN 000000            Message no. VL280 )
    i am pasing all requires parameters.
    please help me if any thing is missed..........
    here i am giving my code:
    DATA:i_vbeln TYPE vbeln,
         i_posnr TYPE posnr,
         i_new_delqty TYPE lips-lfimg,
         wa_lips LIKE lips OCCURS 0 WITH HEADER LINE,
         wa_likp TYPE likp.
    i_vbeln = '0080000155'.
    i_posnr = '000010'.
    i_new_delqty = '30'.
    SELECT SINGLE * INTO wa_likp
                    FROM likp
                    WHERE vbeln = i_vbeln.
    SELECT SINGLE * INTO wa_lips
                    FROM lips
                    WHERE vbeln = i_vbeln
                    AND posnr = i_posnr.
    DATA:gs_vbkok LIKE vbkok,
          gt_vbpok  LIKE vbpok OCCURS 0 WITH HEADER LINE,
          gt_prott LIKE prott OCCURS 0 WITH HEADER LINE,
          gs_prott LIKE prott.
    DATA:xfeld1 TYPE xfeld,
         xfeld2 TYPE xfeld,
         xfeld3 TYPE xfeld,
         xfeld4 TYPE xfeld,
         xfeld5 TYPE xfeld,
         xfeld6 TYPE xfeld,
         xfeld7 TYPE xfeld,
         xfeld8 TYPE xfeld.
    gs_vbkok-vbeln_vl = i_vbeln.
    gs_vbkok-vbeln = i_vbeln.
    gs_vbkok-brgew = wa_lips-brgew.
    gs_vbkok-kzbrg = 'X'.
    gs_vbkok-kzntg = 'X'.
    gs_vbkok-vbtyp_vl   = wa_likp-vbtyp.
    gs_vbkok-ntgew = wa_likp-ntgew.
    gs_vbkok-gewei = wa_likp-gewei.
    gs_vbkok-lgnum = wa_likp-lgnum.
    gs_vbkok-kodat =   wa_likp-kodat.
    gs_vbkok-KOMUE   = 'X'.
    *gs_vbkok-   = WA_LIKP-
    *gs_vbkok-   = WA_LIKP-
    *gs_vbkok-    = WA_LIKP-
    gt_vbpok-vbeln_vl = i_vbeln.
    gt_vbpok-posnr_vl = i_posnr.
    gt_vbpok-matnr = wa_lips-matnr.
    gt_vbpok-charg =  wa_lips-charg.
    gt_vbpok-lianp = 'X'.
    gt_vbpok-kzntg = 'X'.
    gt_vbpok-kzbrg = 'X'.
    gt_vbpok-lfimg = i_new_delqty.
    gt_vbpok-lgmng = i_new_delqty.
    gt_vbpok-umvkz =  wa_lips-umvkz.
    gt_vbpok-umvkn = wa_lips-umvkn.
    gt_vbpok-TAQUI = 'X'.
    gt_vbpok-brgew = wa_lips-brgew.
    gt_vbpok-ntgew =  wa_lips-ntgew.
    gt_vbpok-gewei =  wa_lips-gewei.
    gt_vbpok-vrkme =  wa_lips-vrkme.
    gt_vbpok-meins =  wa_lips-meins.
    gt_vbpok-VOLUM  =  wa_lips-VOLUM.
    gt_vbpok-VOLEH  =  wa_lips-VOLEH.
    gt_vbpok-vbeln = wa_lips-KDAUF.
    gt_vbpok-posnn =  wa_lips-KDPOS.
    *gt_vbpok-vbeln = wa_lips-vbelv.
    *gt_vbpok-posnn =  wa_lips-posnv.
    gt_vbpok-umrev = wa_lips-umrev.
    gt_vbpok-vbtyp_n = wa_lips-vbtyv.
    gt_vbpok-werks =  wa_lips-werks.
    gt_vbpok-pstyv = wa_lips-pstyv.
    gt_vbpok-ormng = '15'.
    gt_vbpok-ndifm = '15'.
    gt_vbpok-orpos = i_posnr.
    gt_vbpok-pikmg = '1'.
    gt_vbpok-SPE_DLV_QTY_FROM = i_new_delqty.
    APPEND gt_vbpok ."TO gt_vbkok.
    gt_prott-vbeln = i_vbeln.
    gt_prott-posnr = i_posnr.
    gt_prott-matnr = wa_lips-matnr.
    gt_prott-vrkme =  wa_lips-vrkme.
    gt_prott-lfimg = i_new_delqty.
    gt_prott-vrkme = wa_lips-vrkme.
    APPEND gt_prott." TO gt_prott.
    BREAK-POINT.
    CALL FUNCTION 'WS_DELIVERY_UPDATE'
      EXPORTING
        vbkok_wa                           = gs_vbkok
       synchron                           = 'X'
       no_messages_update                 = ' '
       commit                             = 'X'
        delivery                           = i_vbeln
       update_picking                     = 'X'
      nicht_sperren                      = ' '
      if_confirm_central                 = 'X'
      if_wmpp                            = 'X'
      if_get_delivery_buffered           = 'X'
      if_no_generic_system_service       = 'X'
       if_database_update                 = '3'
      if_no_init                         = ' '
      if_no_read                         = ' '
       if_error_messages_send_0           = 'X'
      if_no_buffer_refresh               = 'X'
      it_partner_update                  = ' '
      it_sernr_update                    = ' '
      if_no_remote_chg                   = ' '
      if_no_mes_upd_pack                 = ' '
      if_late_delivery_upd               = ' '
    IMPORTING
       ef_error_any_0                     = xfeld1
       ef_error_in_item_deletion_0        = xfeld2
       ef_error_in_pod_update_0           = xfeld3
       ef_error_in_interface_0            = xfeld4
       ef_error_in_goods_issue_0          = xfeld5
       ef_error_in_final_check_0          = xfeld6
       ef_error_partner_update            = xfeld7
       ef_error_sernr_update              = xfeld8
    TABLES
       vbpok_tab                          = gt_vbpok
       prot                               = gt_prott
      VERKO_TAB                          =
      VERPO_TAB                          =
      VBSUPCON_TAB                       =
      IT_VERPO_SERNR                     =
      IT_PACKING                         =
      IT_PACKING_SERNR                   =
      IT_REPACK                          =
      IT_HANDLING_UNITS                  =
      IT_OBJECTS                         =
      ET_CREATED_HUS                     =
      TVPOD_TAB                          =
      IT_TMSTMP                          =
      IT_BAPIADDR1                       =
      SERNR_TAB                          =
      IT_HURES                           =

    Hi,
    Thanks for the repl
    i also passed..
    vbeln_vl,
    posnr_vl,
    vbeln,
    posnn
    Still not working...any other info to pass to FM
    Regards,
    Raj

  • Scrap and rework qty stock

    Dear ALL,
    IN MY SCENARIO I AM DOING THE PRODUCTION CONFIRMATIONS IN CO11N USING MAIN OPERATION IN THE ROUTING.I AM USING AUTO GR FOR HEADER MATERIAL(101)MOVEMENT IN THE FINISHED GOODS LOCATION OF THE CONCERNED SHOP & GI FOR THE COMPONENTS AS PER BOM FROM THE RAW MATERIAL LOCATION OF THE SHOP.BUT I AM UNABLE TO SEE THE STOCKS OF THE SCRAP AS WELL AS THE REWORK QUANTITY OF THE HEADER ITEM.PLEASE HELP ME SO THAT I CAN UPDATE THE STOCK OF SCRAP & REWORK QTY.IN THE SYSTEM IN THE BLOCK LOCATION OF THE SHOP.
    THANKS IN ADVANCE
    R SEHGAL

    Hi Rakesh,
    There is no standard report for scrap quantity. We have to develop Z report with the help of tables like AUFK-AUFM and AFVV.
    The best way is get the details of scrap from table AFRU (field XMNGA) and download to excel with order type or with material/plant combination.
    If you are having rework orders for scrap then you can display this rework quantity from COOIS transaction.
    If helps reward points and close this thread.
    Regards
    TAJUDDIN
    Message was edited by:
            TAJUDDIN MOHAMMED

  • Report for open and shipped qty

    hi,
    any standard report to show open and shipped qty by SO no.?
    pls advice. thanks

    Hi jojo
    For list of open orders t.code is VA05
    Incomplete delivery - V_UC 
    Reward if useful
    Regards
    Srinath
    Edited by: sri nath on Apr 16, 2008 10:31 PM

  • Open Qty and Delivered Qty  remains same even after Return

    Hello
    After making return, the open qty remains the same and its not reflecting the return qty.
    for e.g.
    I have made a Sale Order of 100 qty
    I delivered 20
    In sales order my Delivered Qty is 20 and Open qty is 80
    Now I made a Return of above 20 Qty
    But after that the Order is still showing Delivered 20 and Open Qty 80
    The Open qty should be 0 at this stage.
    Regards
    Indrajit

    Hi Indrajit ,
    Your doubt is genuine .
    The Open quantity of SALES ORDER , at item level (row) does not increase by returning the goods.
    Once you have delivered the goods it will reduced from the Open quantity .
    .You have to create a new Sales Order for further Open quantity
    Thanks
    Ashish

  • Open Qty and Received Qty for Open Purchase Order.

    How to Fetch the open qty and received Qty of every Open purchase orders in EKPO table where ELIKZ = SPACE OR LOEKZ = SPACE. What are the table and field used? Kindly help me.

    Hello Senthilramkumar,
    Use ME2L/ME2N/ME2M with selection parameter WE101.
    Hope this will help.

  • When I open Iphoto, I see all my photos for a second and then they disappear and only a white dotted box appears.  Then I click on it and for photos is a triangle with an exclamation point.  It doesn't happen to all but quite a lot. how to I get them back

    When I open Iphoto, I see all my photos for a second and then they disappear and only a white dotted box appears.  Then I click on it and for photos is a triangle with an exclamation point.  It doesn't happen to all but quite a lot. how to I get them back

    Have you recently deleted photos using the finder or run clean up software?  Is so restore your backup
    If not the backup your iPhoto Library and launch iPhoto while depressing the option and command keys. Rebuild your database
    LN

  • Order qty and confirmed qty mismatch

    Dear friends,
    My requirement is System should not allow to go further if the sale order qty and confirmed qty(after avaialbility check) mismatch is there.Pls suggest.
    Now currently system will check the availability qty and will show the information of confirmed qty in the another screen.and if we say continue the process, we can go ahead and save the document.but the document will be in open state.
    So pls suggest the way i can go ahead for this requirement.
    Regards
    Mahendar.

    hi,
    If u want to allow user to create SO as much as available qty..? means  system sud create SO for order qty is equal to availble qty ...? if yes
    then go the availbality check  and find out availability check and checking rule..
    and again go to OVZ9 remove the check box check with out RLT from rep.lead time tab
    Resul is: If u enter in SO a10 qty ,and if you have only 5 qty in hand or in plant ,then system after checking the items it will change the order qty in SO(i e 5) automatically,
    Caprin

  • Diffrence in incomming order qty and billing qty in cube 0sd_c03 & 0sd_c01

    Dear All.
    i have uploaded 2 cubes 0SD_C01 & 0SD_C01 from our R/3 data, SAP recommed for 0SD_C03 for sales analysis and their best practice is also based on 0SD_C03  but it is very strange the values of both the cubes are not the same when i run the report but the values of 0SD_C01 is 100% same as R/3 values i.e. mcsi reports show the same incomming and billing qty as i can see in report for 0SD_C01 but strang to see in 0SD_C03 there is diffrence in these values.
    can any one explain why did this happen as SAP recommed to use lbwe data sources and their best practice also base on 0SD_C03 and the other one i.e. 0SD_C01 is based on old LIS structures.
    during exploration i come to know that in some material orders incomming and billing quantaties are same but diffrence in most of them.
    any help will be highly appreciated.
    thanks & best regards,
    Zeeshan

    Hi,
    There are somany Routines for Keyfigures in both Cubes, I hope you may using 0QUANT_B key figure for Qty, the reason is there may be some difernece in Routines in both cubes, so you need to check it tehn you check in teh reports, whether is there any restrictions, you need to iopen the each node and check i nthe both reports.
    I also faced teh same problem with MCSI and BW reports, MCSI, we can customizi it an dut is just InfoStructure and having routines internally. So you need to take one material, plant and date where the diffrenece is coming then track it.
    Check OSS NOTES:
    Note 166996 - BW InfoCube 0SD_C03: incorrect incoming order qty
    Note 1156259 - Update rules incorrect for InfoCube 0SD_C03
    Thanks
    Reddy
    Edited by: Surendra Reddy on Aug 10, 2009 7:19 AM

  • Order Qty and Deliver Qty

    hi Experts,
    What is the field for Order Qty in VBAP and Deliver Qty in LIPS.
    Thanks.

    Hi
      Find the Field names.
    Order Qty - VBAP-KWMENG
    Deliver Qty- LIPS-LFIMG
    But here you can link these Tables only thru VBFA table.
    Regards,
    Sreeram

  • Received qty valuated stock(0RECVALSTCK) and received qty total stock(0RECTOTSTCK) for 0IC_C03

    Hi Team,
    What is difference between received qty valuated stock and received qty total stock?
    According to me received qty total stock would be entire stock ie.received qty - block stock , received qty into consignment stock etc
    Please revert
    Regards

    Hi Phani,
    Thanks for the reply.
    Yes total stock would be consignment +quality inspection+blocked stock etc....
    But valuated would be something where there is costing or valuation ie we will have GL account hit.
    For eg Returnable material would be in total stock but not in valuated stock.
    Thanks

  • PO Qty and GR Qty is not coming for 2LIS_06_INV

    Hi Expert,
                    I am trying to load data on 2lis_06_inv datasource but after filling the datasource, PO Qty(BSMNG) and GR Qty(WEMNG, BPWEM) fields does not contain any data but the invoice fields are contain data.
    Thanks and Regards
    Lalit Kumar

    Hi Expert,
                   I have already checked the data on R/3 side after filling the setup table and these fields are not
    hidden that i've already checked but still those fields are not containing any data.
    Thanks and Regards
    Lalit Kumar

Maybe you are looking for

  • Document type G2

    Hello! what is G2 for a document type within SD ? Regards sas

  • Don't install from jumpstart

    Hello, I am trying to install through jumpstart, with the following result: {0} ok boot vnet0 - install Boot device: /virtual-devices@100/channel-devices@200/network@0  File and args: - install WARNING: /virtual-devices@100/channel-devices@200/networ

  • OC4J 9.0.4 stand alone - basic questions

    Hi, I'm upgrading my web applications from OC4J (1.0.2.2) to OC4J 9.0.4. I have a few basic questions. Since I asked these as part of another thread and didn't get a response, I thought starting a new thread might help... 1. Does the JSP compiler in

  • Fetching latest records

    Hi All, I want to fetch some records from a database table which are the latest entries. How can I fetch these records? Regards, Jeetu

  • Is storing ALL Laserjet jobs possible (by default)?

    I'm interested in storing ALL jobs printed to our new LaserJet P3015N to the on board memory. I have an EIO drive on order too. But, I'm not sure where the setting is to do this. I **DO** see in the print dialog where I can tell it to store the job..