Reserved stock table

Hi,
Can you please tell the table and field to display reserved stock against contracts?
Basically, we would enter a contract (VA41) and reserve this stock. (so that call off orders can consume this stock)
What is the table where we can see the reserved stock against that contract?
Is it MARD - LABST?
Thanks in advance.

Hi Kasi,
    MARD-LABST is total unrestricted stock,for reserved stock also you can use this .In MMBE you can see the reserved stock by clicking on ths quantity,here it will give you the total idea on stock .for returns u can see the values in RETME (This is merchandise that a customer returns because she is not happy with it.) or VMRET (Quantity returned by the customer in the previous period.)
check these fields as per your requirement.
Thanks
Vinayak
Edited by: vinayak4all on Jul 13, 2011 8:05 AM

Similar Messages

  • Which table holds the reserved stock

    Hi All,
    In report - MMBE there are two columns unrestricted stock and reserved stock. Can you kindly share how this reserved stock is calculated which table/field holds the reserved stock. If I run the MMBE report now if it is determining the reserved stock assuming it comes from RESB which holds reservations what field in RESB gives me the reserved stock and how many days or what logic does MMBE use to calculate the reserved stock.
    Thanks
    Karen

    hi KarenFarr  .. check out this tables
    Table MCHB ,  MSLB
    regards
    chinnaiya

  • Which table to find reserved stock (mmbe)?

    In the transaction mmbe I can see reserved stock is stored in
    RMMMBESTN_DATEN
    BDMNG
    but thats only a structure, where to find the real data?
    that I can say
    select bdmeng from xy where matnr = xy.
    chris

    Hi,
    You probably mean RKPF - that is the reservation header data and RESB where the lines\ items are.
    A select with matnr will be from RESB.
    Best Regards,
    Nir

  • Find Reserved Stock

    Hi,
    I want to know where can I find the reserved Stock , either from the Table or from any F/M.
    When you go to MMBE transaction give material number , Batch and Plant you will get the stock in different categories like Stock in QA , Unrestricted Etc there you can find Reserved Stock .
    If you go to MCHB Table you will get these Values but not the reserved Stock value.
    Can any one help on this as where can i find the reserved Stock , is there any F/M or Table where I can find this.
    Regards,
    Kris.

    Hi Venkat,
    look for.
    MARD-LABST
    If u r looking for unrestricted stock in use ..
    check field LABST in MARD table .
    also check the other stock fields as well.
    regards,
    Vijay.

  • Reservation Stock In MMBE

    Hi friends,
    I would like to know the table in which the reservation stock has been stored.Iv checked in mard marc mbew but it does not update the quantity of reservation
    I also checked in rseb table but the quantity does not match with MMBE report.Please let me know on this.

    hii,
         reservation stock check it out in the material mangement (MM) transaction,check tables in se11  from MB21 TO MB25,where  u find the reqirement.
    regards,
    sumanth reddy.

  • Reserves stock quantity in the Inventory cubes

    Hello
    I need to add a new KF: reserved stock qty to the inventory cubes? Does anyone have an idea if there is any R.3 field for the same or any specific t-codes where I can search. Or is it a calculated kF in the cube (with routines) or in the query?
    Thanks.
    Srini.

    HI,
    You talk to MM guys an dask how to capture the reversals using some MOvement types and Item Catogories and then you just add one norma Keyfigure and write code in Transformations like below, this code is sample one and I'm using for other purpose, in the same way you do it..
    CLASS lcl_transform IMPLEMENTATION.
      METHOD compute_ZQMM_TURS.
    *   IMPORTING
    *     request     type rsrequest
    *     datapackid  type rsdatapid
    *     SOURCE_FIELDS-BWAPPLNM TYPE /BI0/OIBWAPPLNM
    *     SOURCE_FIELDS-MOVETYPE TYPE /BI0/OIMOVETYPE
    *     SOURCE_FIELDS-CPQUABU TYPE /BI0/OICPQUABU
    *     SOURCE_FIELDS-BASE_UOM TYPE /BI0/OIBASE_UOM
    *    EXPORTING
    *      RESULT type _ty_s_TG_1-/BIC/ZQMM_TURS
        DATA:
          MONITOR_REC    TYPE rsmonitor.
    *$*$ begin of routine - insert your code only below this line        *-*
    **********SURENDRA REDDY ON 12-09-2009**************BEGIN*****
    ... "insert your code here
    *--  fill table "MONITOR" with values of structure "MONITOR_REC"
    *-   to make monitor entries
    ... "to cancel the update process
    *    raise exception type CX_RSROUT_ABORT.
    ... "to skip a record
    *    raise exception type CX_RSROUT_SKIP_RECORD.
    ... "to clear target fields
    *    raise exception type CX_RSROUT_SKIP_VAL.
    IF ( SOURCE_FIELDS-MOVETYPE EQ '453'
    OR  SOURCE_FIELDS-MOVETYPE EQ '454')
    * AND  COMM_STRUCTURE-/BIC/ZXAUTO IS INITIAL
    AND SOURCE_FIELDS-BWAPPLNM EQ 'MM'.
    * result value of the routine
      RESULT =  SOURCE_FIELDS-CPQUABU .
    where ZQMM_TURS = normal kf to get the quanity based on movement type and others..
    Thanks
    Reddy

  • Sales Order/Delivery for particular customer From his Reserve stock?

    Dear Couleague,
    There is one scenario that faulty material from customer Co. get back by
    Return Order (RE), Then return Delivery --& post goods receipt, Of the sold material,
    Now co. (PP/QM) do rework Process (assemble, dismantle ...... whatever on the basis of return order) & make perfect material ok
    Now this stock PP/QM people put under RESERVE STOCK because it belongs to that particular customer
    Now I want to deliver that stock to that Particular customer,
    1) HOW CAN I DO?
    2) HOW CAN I PICK UP THAT ReserveMaterial while doing Sales Order/ delivery?
    Even though I maintain copy control from RE to OR & AvailabilityCheck?                                                                               
    Thanks
    Suresh

    Hi Suresh,
    As and when you get a return order for repair, then you do the PGR and place that stock into a different storage location and you get that repaired and when you are doing PGI then fetch the stock from the same storage where you have placed the stock when you did the PGR.
    If you are having serial number concept that will help you to give the same piece which you have collected from the customer to return the same piece.
    We have implemented the system in the same way in our previous implementation.
    Thanks,
    Mahesh.

  • Reserved stock quantity from MB25 t-code in R/3

    Hello Guyz
    1. I have to extract reserved stock quantity (difference quantity) from t-code MB25 into my Inventory Cube (0IC-C03) in BW.
    2. The user has advised me that the movement type is always '301' and the storage loc. is always '9998'. The problem is, in the cube, when I look at that specific movement type and storage location, I still have multiple records divided into 'material doc. numbers'. 
    3. On the R.3 side, I have the 'Reservation number and its Item' as the key fields.
    4. How can I get my partilcuar KF from this t-code in R/3 into my cube in BW?
    5. My specific question is: The KF exists at the stor. loc. level.. how can I bring it down further at the material doc number level in the cube?
    Regards,
    Atul.

    Very helpful answer Shalini. Thanks. So, I can enhance this extractor 2LIS_03_UM with these 2 fields. Then based on this, I can extract my 'Reserved Quantity' (KF) into 0IC_C03.
    But I notice in R/3 that the 'reservation number and item' are the same for multiple document numbers. ie
    Doc No.----> Reservation No--
    > Item
    100                      ABC                                1
    101                      ABC                                1
    102                      ABC                                1
    103                      ABC                                1
    104                      ABC                                1
    But in MB25, I have
    Reservation No -
    > Item----
    >Diff. Quantity
           ABC                        1                       5000
    How can I extract my KF, if there is a one-many relationship between reservation no and item & material doc number?
    Any suggestions.. anyone??

  • How to move CoProduct lying in rcpt reservation stock type to unrestricted

    Dear Frndz,
    I am having coproduct defined and after doing the goods receipt of the main product , the co-product is found in the rcpt reservation stock type.Why it is so and how to move the stock to unresticted ?....Pls help me with the soln.
    Regards,
    Srini

    Dear,
    If you have maintained a material in BOM with negative quantity. Then at the time of creation of Production Order when system creates automatic Reservation, then this material quantity will get displayed under "Rcpt reservation" column in MMBE. Because that much quantity will be received as By-Product via 531 movement.
    Please  ckeck this link,
    [Rcpt Reservation   |Rcpt Reservation]
    Regards,
    R.Brahmankar

  • Difference in Reserved stock

    Dear all,
    I am trying to get a standard report which shows stock reservation per material code. I am looking at two transactions - MMBE and MB25. Both these transactions are showing different quantities of reserved stock.
    Does anyone know why there is a difference of value in both the reports? Is there any other report which shows the same information.
    Thanks for your help.
    Best Regards
    Keyur

    Dear Shah,
    Just click on the value which you see in MMBE under reservation and in the top menu click on Environment--->Reservations or
    click on the value and press Shift+F6.
    Here you can find the clear picture of the reservations.
    Check with this and revert back.
    Regards
    Mangalraj.S

  • Re : Reservation stock in warehouse management

    Hi
       I am transfering warehouse stock to production; I am using LT01 and LT12 for pick and confirm the material transfer from warehouse to production. after doing confirmation using co15 the bin stock ir removed(LS24). But the reserved stock in MMBE is not removed.
                        How to remove reserved stock
    while not using LT01 and LT12 the werehouse stock is not removed. Bot stock in MMBE is removed.
    How to solve this.
    Thanks
    Anto

    Hi,
    Reservations which you see in MMBE are created against either a Production Order / Cost Center reservations.
    In you case you are transferring the Material from the Warehouse to Production Storage location, Logically if your production order reservation is existing agisnt the Production Storgae location system should remove the reservation on confirmation of the order (with backflush option used ).
    I suggest you to run the MRP for the material in MD03 and check as the Goods Issue is completed for the order reservation should be removed.
    Hope this will help you.
    regards
    radhak mk

  • Restrict Goods Issue for Reserved Stock

    Hi Experts,
    My requirement is to restrict goods issue of stock qty which is reserved.
    For that i have created checking rule and assigned to MIGO_GI because we need to consider only reservation .
    Now when i create manual reservation system gives msg as per config.
    e.g current unristricted stock is 100 qty
    manual  reservation  created for  10 qty
    System gives msg if i issue material more than 90 qty. It is working properly
    Now pb is system is not considering reservation created by  process order confimation.
    I already assing checking rule with Checking grp for availability check and also set properties.
    in include dependant reservation i set - x - Include all reservations.
    I need to restrict goods issue for reserved stock for reservation created by process order.
    Thanks in Advance
    Janak

    Hi Janak,
    When a reservation is created automatically or manual, it will depicts the requirement of the material for the specific department/process. BUt it doesnot restrict or label the material as reserved. This is because the acutal requirement/consumption may vary from the reserved quantity. Also the stock still remains in the un-restricted stock and hence its open to be issued.
    Now if you want restrict the stock for automatic reservation, then you can make an enhancement wherein the stock is moved to required stock type. But this will block the stock for the order even if it is not required.
    Regards

  • Sales order price with normal stock as well as Reserve stock

    Dear all
    i have different situation in stock reserving plz let me know
    i am explaining whole scenario plz tell me how to proceed
    ex: customer agreed To buy the stock around 500 qnt so i have kept stock reserve on  jan 15th 500 qnty ( by using 412 e )
    At theat time price is 10 rs per one so totally 500*10=5000
    Now after 3 days i mean 18th price increased 15 rs per one
    now total price is 500*15=7500
    in copy control price type is maintained carry out new pricing
    user created one sales order with 1000 qnty
    now what he wants system should bring old price for 500 qnty (500*10=5000) And remaining 500 qnty with new price (500*15=7500)
    I told as per my knowledge System will bring old price only for reserved stock if you want to apply new price for reserved stock just 411 e return the stock from reservation and now create sales order
    i hope this right
    But here imp thing is how price is calculated if different type of price is there for same material
    i have created one sales order with 1000 qnty ( 500 reserv stock +500 Normal stock ) here how price is calculated i mean schedule lines will be different
    bz for 500 one price and remaining 500 another price but in one line
    Is it possible to calculate price like this 500*10=5000+(500*15=7500) =12500 rs
    is this possible ?
    plz let me know this process how to proceed and tell me You have any doubts
    thanks a lot

    Maintain a condition record for Rs.10/- with a validity date (only as an example) as 1st March'14 to 15th March'14.  Another condition record for Rs.15/- with validity date as 16th March'14 to 31st March'14.
    Now create a sale order for 500 nos. with one line item and change the pricing date as 15th March'14.  Similarly, create another line item for the same material with 500 nos. and here, change the pricing date as 16th March'14 at line item level.  By doing so, system would fetch the pricing in billing accordingly.
    I told as per my knowledge System will bring old price only for reserved stock if you want to apply new price for reserved stock just 411 e return the stock from reservation and now create sales order
    i hope this right
    Your understanding is incorrect.  System will never validate pricing based on age of the stocked material but based on validity period what you maintain in condition record.
    G. Lakshmipathi

  • System should not pick reserved stock

    Dear, MM Experts, i am sd Guy
    i want to block Reserved stock while creating sales order
    ex: 150 qty kept In reserve for customer , Total plant stock 1000
    Now if user created sales order with 150 qty Normally system will pick 150 qty From reserved stock ( 412 E)
    Here user requirement system should not pick Reserved stock 150   Bz in critical situation is there Like non production of stock
    ex total stock in the plant 175 only there ( ex 155,180,200,170) So in this  situation only system will pick Reserved stock 150
    Otherwise Reserved stock should be in reserved place only bz if is not like this always we have keep stock in reserve
    Thanks 

    Dear ,
    as per my Knowledge If we Reserve the stock By OVZ9 Include sales req check box it will be unrestricted it wont go to sales order
    when stock is not there you can reverse the stock to normal stock by using 411E
    i think this is only solution
    How to block material for a particlar sales order   
    Regards
    venu

  • Special Stock table and F.01

    Dear All,
    I have 1 inventory GL Account but all the inventory transactions are using "special stock".
    I want to know are there any special stock tables that have material summary which have amount and quantity, but the amount of summary have the same amount with the GL Account?
    for example : from table S039 i can get the summary of inventory that have same amount with the GL Account, but the problem it can't for special stock
    Thanks,
    Ferry

    thanks a lot Jurgen for the answers, now i know there is no table for the summary, so i should using some tables to make the summary
    Regards,
    Ferry

Maybe you are looking for