How to do STO of expired batch stock

Hi,
How can I do STO for expired batch stock? i need to do it for scrapping which is handled in other plant.
Thanks in advance.
Ninad

Hi
I suppose the expired batch is blocked stock & for doing the STO, we need to bring the stock to unrestricted. What you can do is, create one separate new storage location in which there wont be any other stock available. Move the expired blocked stock to unrestricted stock in this storage location. Process the STO cycle with this storage location. In recieving location, stock can be again recieved in quality stock & can be treated for further process i.e scrapping.
Thanks
Sachin

Similar Messages

  • How to report on batch stock balances

    Hi All,
    I would like to report on batch stocks over a period of time.
    How can I get the valid stock balances for a batch for each batch managed plant material for a given time period. I know we can use MCHA, MCHB/H.
    Can you kindly clarify the logic to reconstruct the batch stock balance each month for a batch managed plant.
    Thanks
    Karen

    Hi Mischa.
    I think you can achieve what you want like this
    Add the Start Month and End Month (let them be IO's that reference 0calmonth) to your cube and  populate them in the load using a formula, like Aron suggested.
    Create a query with a  restricted key figure.  I suppose you are looking at some kind of count  to know how many people where absent in a given month, or something like that. Thus, add your KF to the structure and add the Start Month and End Month to the selection.
    Restrict the Start Month using a variable, ZMONTH (this is what the user will enter at runtime), as follows:
    Start Month <= ZMONTH.
    Now restrict the End Month using a variable, XMONTH (this will have to be an exit variable filled in CMOD by reading ZMONTH) as follows:
    End Month >= XMONTH.
    Thus, your restricted key figure will only return values if the entered month is part of the absence interval. The abap you need for CMOD should be simple as all you are doing is reading a variable and passing it to another. From the top of my head, it should look something like this:
    data:
    l_s_range type rsr_s_rangesid,
    loc_var_range like rrrangeexit.
    case i_vnam.
    the case statement will likely already be there, as well as the above definitions, so look for the case and insert the below
    when 'XMONTH'.
    if i_step = 2.
    clear l_s_range.
    loop at i_t_var_range into loc_var_range
    where vnam = 'ZMONTH'.
    l_s_range-low = loc_var_range-low.
    l_s_range-sign = 'I'.
    l_s_range-opt = 'EQ'.
    append l_s_range to e_t_range.
    endloop.
    endif.
    endcase.
    this will likely already be there, so you won't need to put it there again.
    Good luck!
    Jacob
    Edited by: Jacob Jansen on Jan 11, 2010 9:18 PM
    Edited by: Jacob Jansen on Jan 11, 2010 9:30 PM

  • How to block an expired batch from GI?

    Hi Gurus,
    My system is issuing a warning message when GI an expired batch. But I need to get an error message, how to set up?
    "Depending on the system setting, the system issues either a warning or an error message."
    Thanks a lot.
    Jason

    Thanks a lot.
    Points awarded

  • How to upload the batch stock to bin level

    Dear gurus
    My client are going to implement WM  i want to know how to upload existing batch stock to bin  level.
    regards
    sam
    Edited by: Csaba Szommer on May 25, 2011 12:10 PM

    Hi,
    You can use LSMW for Tcode LT01 to upload inital stock in WH.
    So here u can enter all relevant data required like material, qty, batch, plant, Sloc etc..
    Hope this helps you...
    Rgds,
    Kris.

  • Automatic creation of inspection lot for Expired Batches

    Hi All,
    I am in one trouble and need some help in above scenario.
    I am able to create inspection lot for batches about to expire, but how to create inspection lots for batches which were already expired or which next inspection date already missed?
    Master data like '09' inspection type, inspection plan is already maintained.
    Second question, is QA07 also affect on special stocks like vendor stock or project stock etc?
    Immediate response will be appreciated.
    Thanks

    Hi
    To meet you above mentioned requirement you have to modify the program RQAAAS10 as per your logic both to create lot for Expired Material and to consider project stock or vendor stock as In standard SAP these stock are not considered.
    regards
    Manish

  • Warning message is required while selecting expired batch in WM

    While picking expired batch in LT01, system is not giving any warning or error message...
    Batch Management is active...LOBM-VFDAT is part of material classification
    SELD is active on Warehouse and Storage Type
    Stock Removal Strategy is H
    I have check all relevant configuration suggested on forum, however still im unable to figure it out...
    Tell me if warning or error messege is possible to trigger here or not and if possible then how?
    Dear Expert where are you all????
    Full points will be awarded...
    Edited by: Sana Khurshedi on Jul 21, 2010 12:54 PM

    Hello Jurgen,
    It was my dream talking to you, your replies always been very helpful for all of us...
    As such Im using batch search procedure with selection criteria and sort rule, LOBM-VFDAT is define is my batch class.
    Infact one has said warning and error message can triggered in WM but he dont exactly remember the procedure, system is picking material quantity from expired batch first while issuance from LT01,however not giving any warning for choosing expired batch.
    This is my client requirement...
    If any one can help in this regard...

  • Expired Batch Number Selection

    Dear All,
    How to block selection of batch number already expired during delivery creation?
    Currently i'm using 2007B version.
    Thanks and Regards

    Hi,
    Thanks for your prompt reply.
    What i want is during delivery creation we can block user to select expired batch number.  Because probably user forgot to update batch detail (to locked expired batch) so that the other can select those expired batch during delivery creation.
    Thanks

  • PO/STO Creation based on Stock Levels

    Dear all,
    We have the following scenario to be configured.
    1. When PO/STO being created, if stock is available in DC, STO should be created.
    2. If Stock in DC is zero, PO should be raised against a specific vendor
    How can this be achieved?
    Thanks,
    Satish

    Hi
    What is DC?
    If you use MRP type VB in material master MRP view and maintain reorder level as 100 EA, then whenever stock fall below 100 EA in that Plant a PR will be generated.
    If you have sourcelist and info record with fixed vendor then source assigned PR will be generated then that PR can be made as automatic PO in ME59.
    If you have scheduling agreement and sourcelist with MRP relevency indicator 2, then instead of PR, schedule line will be created during MRP run if the stock is below 100EA
    Hope it will solve your problem
    Regards
    Antony

  • STO: Rounding off Batch Quantity in Delivery Document?

    Hi All,
    I created Inter Company STO & the delivery is done in the background using TCode- VL10B. and the Batches are determined automaticaly. The issue is that in  few scenarios the batch Quantity are in decimal. Please suggest How to configure to rounding off batch quantity?
    Regards,
    C S Javali

    Dear Javali....
    Iam facing the problem while searching the batch on FIFO basis in VL10B and VL02N ....system is not searching the batch but saying "Batch determination not possible since there is no batch search procedure"
    Pls pls  tell me how to configure this...
    Thanks in advance
    Suraj

  • Preventing expired batch from being sold

    Currently in one of our client's setup, I can select expired batch from the list of items. Is there a way to prevent expired items from being selected when creating sales order (VA01) or, if the user can select the expired item, at least display an error or warning message?

    Hi,
    Do try making the batch in resticted use in change batch basic data1 tab,activate radio button of batch status for Batch restr.
    It makes
    Batch in Restricted-Use Stock
    Specifies that the batch is included in restricted-use stock.
    Use
    If, though a batch has the status "restricted", you want to use a goods movement to post a quantity to unrestricted-use stock, the quantity is posted to restricted-use stock and not to unrestricted-use stock.
    If the status of a batch is set to restricted, the total unrestricted-use stock is transferred to restricted-use stock by means of a transfer posting. A material document is created.
    You cannot change the status of a batch (unrestricted/restricted) in a goods movement, only with the following functions:
    by maintaining the batch master record manually
    using the control function provided in the QM system
    Configurations for Restricted-Use Stock
    For planning purposes, restricted-use stock is treated like blocked stock, that is, it is either available or not available, depending on your system configuration.
    Withdrawals from restricted-use stock are either possible or not possible, depending on your system configuration.
    The status of a batch can be considered in batch determination, that is, you can search for unrestricted or for restricted batches.
    _(This has been adopted from SAP documentation.)
    Change batch T.code-*MSC2n*Regards,
    Reddyy

  • Auto-block expired batch

    Hi SAP Masters,
    Is there any way to block those expired batch automatically from the MM point of view? Any standard t-code can do so or any ABAP enhancement is required?
    Thank you in advance.
    Regards,
    Edwin

    Jeyakanthan A wrote:>
    > >
    Edwin Fu Kee Fung wrote:
    > > Hi SAP Masters,
    > >
    > > Is there any way to block those expired batch automatically from the MM point of view? Any standard t-code can do so or any ABAP enhancement is required?
    > >
    > > Thank you in advance.
    > >
    > > Regards,
    > > Edwin
    >
    > If material is batch activated with shelf life after expirty,system will automatically put stock in quality for further descision.
    really?
    I dont think so.
    for this you need an inspection type for recurring inspection.
    QA07 then controls what will happen to the expired batch.
    and QA07 can of course be scheduled to run every night in batch.

  • Batch / Stock Category Issue

    Dear All,
    I have a scenario where a single material in a purchase order has different stock categories as below:
    PO/LI - 10    Mat A    US
                20   Mat A    FR
                30   Mat A    AG
    When the GRN is done, ideally for the different stock categories the created system batch should be different, but in my system a single batch gets created for all the stock categories. As per my understanding the relationship between Batch & Stock Category is ONE to ONE. But how could it is be possible that the system replicates the same batch for the different stock categories for a given GRN instance ( in a single material document)
    In the material master, the discrete batch is maintained and also the batch management tick is maintained.
    Any reasons as to why this is happenning and how i could rectify this
    Regards
    Shabeen Buhary

    What "stock category" means? "US", "FR", "AG"?
    Are you speaking about valuation types?
    How batch number ssignment is set in the system? Please check it - maybe user exit SAPLV01Z  is used --> revise the logic of it with the help of an ABAPer.
    In your example I can see separate line items - you should be able to set the system to assign different batch numbers to the items (via user exit).
    Regards,
    Csaba

  • Stoc under Storage Loc./Batch Stock, needs to bring under Valuated Stock

    Dear All,
    I have one question:
    We have done Sales Return for Qty: 200 for Material: XYZ.
    Now, in MB5B, under Valuated Stock, for the Material: XYZ, Qty is 346; whereas
    under Storage Loc./Batch Stock, Qty is 556.
    When, I refeered to MB52, its showing Qty as:
    unrestricted: 346
    Return: 200
    How come, i bring this Qty: 200 under unrestricted/ Valuated Stock?
    Please breif me the procedure.
    Best Regards,
    Amit

    Dear KI,
    As Suggested by You,
    I went to Transaction: MB5B and choosen Movement type: 459 - TP Ret. to own blckd
    Also, ticked Box: Storage Loc./ Batch Stock, and Executed (F8).
    I got following error:
    If there are restrictions acc. to movement type, results may be incorrect
    Message no. M7391
    What do i do next?
    Best Regards,
    Amit
    Note: I am SD-Consultant and my MM-Counterpart is un-available. So, user asked the same to me. It would be great help, if you tell me the steps (with Details like T. Codes and Movement Types etc..)

  • ATP Settings and Expired Batches

    We are using SAP-WM for its warehouse activities and batch management activated for few materials. We have situation where some batch managed materials are expired but the delivery IS created for these expired batch materials. Though the batches are expired the material is in unrestricted stock.
    Since the batch is expired, ideally the ATP should not see this as an available stock and delivery should not be created. Can prevent this type of situation through some ATP (or other SD) configuration?
    Thanks
    Tejas

    This you would have to manage by moving the expired batch to 'restricted' (when batch status management is active) or 'blocked' (when batch management status is inactive) status. Typically, QA07 is a standard transaction that is set as a batch job to move batches to restricted/blocked status upon expiry.
    Once you are able to manage to move the status, you can tweak the delivery ATP to exclude 'restricted' or 'blocked' (typically, these are not set as part of standard in which case no further configuration is needed).

  • Transaction to view the Batch Stock as on any date

    Is there any Transaction to view the Batch Stock as on any date?
    Regrads
    Soumen

    I had already tried this. But it does not show the batches, it shows the material docs with batches.
    I want like this:
    Material                Batch S                    Stock
    Regards

Maybe you are looking for

  • Webcenter Content installation issues

    Hi, I am new to Webcenter 11g and i am trying to in stall Webcenter Content. I followed http://docs.oracle.com/cd/E23943_01/doc.1111/e14538/qiecm.htm#autoId15. After installation i started the Admin server and i having issues starting the managed ser

  • Feature request: a smarter phonebook

    Hi, Today we struggle daily with numerous lists of data on devices: thousands of songs in an mp3 player, or countless emails, or just the files in your computer. And the tools for managing those lists are never good enough. When it comes to phonebook

  • Monter en .AVI ou .H264 (+ léger, - gourmand, mais qu'en est il de la qualité...?)

    Bonjour, Voila j'ai dit le plus gros dans la question, j'ai essayé il y a peu de passer en premier temps par Media Encoder pour passer toutes mes vidéos en H264. Je gagne une place folle sur mon disque dur (ça à la limite je m'en fiche), mais surtout

  • How to Show Product Catalog in an Activity transaction

    Hello Experts, Normally a 'Product' or 'Product Hierarchy' can be associated with an 'Activity' Transaction Type. Our requirement is to associate a 'Product Catalog' with an 'Activity' Transaction Type. 1. Any Inputs ? 2. How can it be done through O

  • Hear guitar effects when playing?

    Hopefully will be a quick one - I'm using the Line 6 UX1 as a guitar/USB interface, and when I record my guitar in GarageBand and then play it back, I can hear the effects applied, but when I just play guitar with GB open (and with a certain amp sele