Change stock level to zero

Hello to all,
I wanted to change stock level in SAP to 0.  This is for test purposes and replication of issue that I have.  Can anyone help?  Thanks.
Regards.

Hi,
Identify a cost centre.
1. Create a reservation using MB21 with 201 mvt type and the identified cost centre with quanity equal to the stock availability
2. Create a MB1A ( Goods issue ) with respect to the reservation and note down the material document number.
3. Test your scenario ( as the stock will be zero )
4. Once the test is over, go to MIGO and select cancellation with material document number option and give the document number noted down in step 2 and check and post the transaction.
Regards,
DilliB

Similar Messages

  • The screen on my macbook has malfunction. When I change the brightness to zero and return to the first level of brightness it works briefly but then the screen starts to flicker brightness and quickly extinguished.

    The screen on my macbook has malfunction. When I change the brightness to zero and return to the first level of brightness it works briefly but then the screen starts to flicker brightness and quickly extinguished. It seems to be a bad contact, it would not be normal for a quality product that should have, he has less than two years of use. Not because of the bad use or crash. Someone with the same problem or can help me? It's really a contact problem? I've done all the procedures recommended by the online support. Thanks.

    Hey everyone in Apple world!
    I figured out how to fix the flashing yellow screen problem that I've been having on my MBP!  Yessssss!!!
    I found this super handy website with the golden answer: http://support.apple.com/kb/HT1379
    I followed the instructions on this page and here's what I did:
    Resetting NVRAM / PRAM
    Shut down your Mac.
    Locate the following keys on the keyboard: Command (⌘), Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.
    I went through the 6 steps above twice, just to make sure I got rid of whatever stuff was holding up my bootup process.  Since I did that, my MBP boots up just like normal.  No flashing yellow screen anymore!!   
    (Note that I arrived at this solution when I first saw this page: http://support.apple.com/kb/TS2570?viewlocale=en_US)
    Let me know if this works for you!
    Elaine

  • Zero Stock levels

    Hi
    I'm looking to generate a report that counts the number of days an item is at zero stock within each warehouse, over a specified time.
    I've tried various ways yet seem to fail to get a concise report.  Would anybody be able to help?

    Hi Gordon
    Thank you for your response, and that query worked as expected once I realised that the Warehouse variable needed to be %1.
    If you could help me a little further then that would be most kind?
    I've amended the code to bring item descriptions (as below), but I really would like to go further.
    1.
    It would be important for me to select a date range, from and to, and the query to show the number of days out of stock.  Would it be  easier for the report to show in columns the stock level each day, and so I could see a pattern of gap periods?  Either that or a count of zero stock days over a given period.
    2.
    I would also need to filter the results by certain item properties (Qrygroup), or am I asking too much!
    Anyways this is where I got to:
    Select T0.ItemCode, T0.[Dscription], sum(T0.InQty - T0.OutQty) as "Qty In/Out"
    from dbo.OINM T0 
    Where T0.DocDate <= '[%0]' and T0.InQty != T0.OutQty and t0.Warehouse LIKE '%[%1]%'
    Group by T0.[Dscription], T0.ItemCode Having sum(T0.InQty) = sum(T0.OutQty)
    Order by T0.ItemCode
    Many thanks
    Andy

  • Restrict PO  based on the maximum stock level qty in MMR

    Hi
    We have maintained Maximum Stock level in MRP1 in Material Master. Is there any facility which can restrict the Purchaser, not to raise any PO more than maximum stock level qty which is maintained in Material Master ??? how to do ?
    Is there any user exit or warning mesge settings?
    Edited by: Jayakumar Raju A.S on Jan 13, 2010 8:55 AM

    If you want do such check then you have to do that in a userexit.
    I am personally the opinion that a purchaser does not extend the PO quantity just for fun. Maybe he gets a better price if he procures a little more. It is probably a lack of training and knowledge about each others work, that a buyer does not understand what the maximum stock level is , and the planner may not understand the particular issues a buyer deals with daily.
    Bring those two together an let they explain each other the reason for the maximum stock level and the reason why the  order quantities are changed.  Maybe they will finally change the maximum stock level, maybe the buyer will not change the quantities anmore without discussing it first with the planner......

  • Change stock from unresticted stock to quality inspection stock

    Hi,
         I have a material with Qualtiy View.we have done G.R. & also made UD & now my material lying in unresticted Stock.but now i want to cancle the G.R..
    What is the procedure to change stock from unresticted stock to quality inspection stock through quality module.
    Regards
    Pavan

    Hi
    user Exit QEVA0008  in SMOD you can check the documentation.
    Module for Editing Customer Function Code
    This user exit allows you to activate a function key in the menu for the
    usage decision.
    You can freely define the description and function associated with this
    function key (+FC1).
    You can use this feature, for example, to revoke (reset) the usage
    decision.
    Refer to the documentation for function module EXIT_SAPMQEVA_008.
    Functionality
    This function module is called if the freely defined function (+FC1) in the menu for the usage decision transactions is called up. A prerequisite for this is the activation of the user exit QEVA0008.
    Example
    Using this function module, you can reset the usage decision in transactions QA12 ("Change usage decision with history") and QA14 ("Change usage decision without history").
    Include LXQEVF10 contains sample coding for resetting the usage decision.
    Notes
    Business transaction QM68 is available for this function in the standard system. You can display a where-used list for this transaction in transaction BS33 (Display transactions).
    If business transaction QM68 was carried out successfully, the system sets the inspection lot status "UDRE" - usage decision reset (system status I0297). You can display a where-used list for this status in transaction BS23 (Display system statuses).
    If you want to use the function to reset the usage decision, be sure to consider the following points:
    If a vendor is released (status profile in the quality info record), an update is carried out only once; this means that if the usage decision is reset, the status in the supply relationship is not corrected.
    If you make the usage decision again, the inspection results will also be transferred to the batch classification.
    The quality level is updated only once (when you make the initial usage decision). If the usage decision is changed, the quality level is not updated.
    Regards
    Sujit

  • Hide attributes based on stock level

    How can I hide the attributes of a drop down based on their stock level? I would like to hide all of them that are out of stock.
    ==
    John

    Hi,
    You should add something along this code snippet to the end of your product large layout. What this does is it uses the 2 tags - tag_attributes_json and tag_instock_json to work out which attributes have 0 stock, find them in the drop down and hide them. The only thing you would need to work out is how to target the elements themselves, this may vary depending on your page structure, so $('.catProdAttributeItem select option[value="' + attributes.variations[key].optionIds[0] + '"]').hide() might need to be changed accordingly.
    Here is the code snippet:
    Object.prototype.getKeyByValue = function (value) {
        for (var prop in this) {
            if (this.hasOwnProperty(prop)) {
                if (this[prop] === value)
                    return prop;
    attributes = {
        tag_attributes_json
    stockers = {
        tag_instock_json
    for (var key in attributes.variations) {
        if (attributes.variations.hasOwnProperty(key)) {
            if (stockers.byVariation[key] == 0) {
                console.log(attributes.variations[key].optionIds[0]);
                $('.catProdAttributeItem select option[value="' + attributes.variations[key].optionIds[0] + '"]').hide()

  • Stock level report

    Dear experts ,
    Do we have a report showing the stock levels for a period of time for a particular materail .
    Regards
    Anis

    Dear,
    Go to MC.9 and in period to analyze - enter all the relevant dates on which you would like to check stock. (on selection screen).
    Run the report and change drill down to Date.
    Regards,
    Syed Hussain.

  • Stock Level after PGR

    I am testing and I performed sales return for 1 item which has 1 as quantity.
    Then after that, I performed "post goods receipt". I checked the stock level on MMBE and my stock did not change.
    Is that stock level suppose to get one more stock? If yes, any idea where I did go wrong with my configuration?
    Please help me. Thank you.

    Hi Anwar,
    Its as per standard SAP,
    When you do a PGR, Returns stocks are updated so presently you might be checking the "unrestricted stock" at MMBE.
    Now if you check returns stock, you will get that updated stock there.
    For more understanding, perform that entire test case again as per following steps :
    1) Note down MMBE stock values for Unrestricted & returns stock.
    2) Create returns Order, returns delivery & PGR also ensure that Material document has been created successfully.
    3) Note down MMBE values again for that Material/SKU for Unrestricted & returns stock.
    4) Further you can try using movement type - 453 to post same returns stock into unrestricted stock.
    5) Note down MMBE values again for that Material/SKU for Unrestricted & returns stock.
    I hope your issue would be fixed.
    Best Regards,
    Anubhav

  • Vb type in house production with controls on Max stock level, considering -

    Dear friends,
    Please think of possible solution to map the follwing scenario,
    my client having vb tpe scenario for in house mfg product, As the it reaches to re-order level it generates planned order ,
    eg mrp type -vb, reorder point-200 ,min lot size -150 and max lot size 500,
    and Max stock level - 1500   and his lotsize -EX,
    here after creation of planned order he wants a control , that when it is converted to process order , in change mode , he should able to change the order qty  in such way that , it   Need to consider open process orders and Available Stock
    (Unrestricted & Quality) also in same Plant
    e.g. Max Stock Lvl is 500 Unrestricted Stock 100 Quality Stock 50 open
    ProcOrder is 200. If user trying to change ProcOrd 250 it should allow
    to change ProcOrdr of 150 only.
    please sugeest how to set the controls.

    Hi Dhar,
    In av. check scope (OPJJ), include the stocks which you wish to consider eg: quality insp. stock etc in addition to unrestricted stock. The system will then create planned orders only for the needed items.
    If user tries to change the qty of the order to more than required, MD04 will show an exception message. Hope this meets your need.
    If helpful award points
    Regards,
    Vivek

  • BOM explosion/stock level check

    Hello All,
    Is there a way I can check for stock levels of all finished good's components? For example, if I need to place a production order for a finished good, how can I see <i>all</i> material numbers that finished good is comprised of, along with all their stock levels?
    Thank you for your help in advance.
    Sasa

    Hi,
    Kindly check the Transaction <b>MB52</b>.
    In the selection screen, give the <b>plant</b> or <b>storage location</b> & the <b>material type</b> of the Finished goods.
    In the selection screen, in "Display Options" select <b>Non-Hierarchial Display</b>.
    Then execute or F8.
    You get a output list of the materials along with the stock-level.
    Then, goto change layout & select the required details for output & save the layout.
    Hope this helps!
    Best regards,
    Thangesh

  • Stock levels onesaas api

    hello Guys,
    we have been working with onesaas using their api to integrate our BC site to our distributor.  stock levels are maintained at the distributor level.
    using the onesaas api we are unable to pull the stock levels back into our business catalyst for products that are grouped.  so to explain further, if we set up a product with 1 variation we can pull the stock levels.  but if we have size attributes (small, med large ect..) the stock quantity will not work.
    has anyone else experienced this?
    does anyone know how to get around this?
    any help would be much appreciated.
    thanks.

    Thanks for the help with this.
    We have fixed the issue.
    We were creating individual products for each size variation and then grouping them.  The stock levels were not updating.
    So we have changed to 1 product with multiple attributes and assign a unique code to each product variation. 
    Its all working now.
    Thanks.

  • Stock levels going down even when an order is cancelled during checkout?

    Hi guys,
    I've been testing out the checkout and have noticed the stock levels are going down even though I'm abandoning the payment when it's processed through to PayPal. I'm used PayPal standard so no gateways. Any idea how I can ensure stock levels only go down when a product is ordered and the payment is actually completed?
    Thanks

    Your stock level will go down as soon as a product is added to the cart. As soon as one product is added then an order is made.
    It takes, by default, 24 hours for stock to return but under the eCommerce menu you can see "shop settings", you can change the amount of hours down to 1 hour for that.

  • Real time stock levels

    Hello
    Could anybody help me find a solution to my problem please?
    I would like a report to run that tells me the (exact) stock levels of all materials that I can save as xls.
    If it can be done automatically that would be even better.
    Thanks

    Is there anyway to change the format to a simple table with each item having its own line?
    e.g  material - description - stock level
    this would make it easier to view when converted to spreadsheet?
    Edited by: ripps12 on Feb 2, 2011 10:05 AM

  • Best Practice: Dynamically changing Item-Level permissions?

    Hi all,
    Can you share your opinion on the best practice for Dynamically changing item permissions?
    For example, given this scenario:
    Item Creator can create an initial item.
    After item creator creates, the item becomes read-only for him. Other users can create, but they can only see their own entries (Created by).
    At any point in time, other users can be given Read access (or any other access) by an Administrator to a specific item.
    The item is then given edit permission to a Reviewer and Approver. Reviewers can only edit, and Approvers can only approve.
    After the item has been reviewed, the item becomes read-only to everyone.
    I read that there is only a specific number of unique permissions for a List / Library before performance issues start to set in. Given the requirements above, it looks like item-level permission is unavoidable.
    Do you have certain ideas how best to go with this?
    Thank you!

    Hi,
    According to your post, my understanding is that you wanted to change item level permission.
    There is no out of the box way to accomplish this with SharePoint.               
    You can create a custom permission level using Visual Studio to allow users to add & view items, but not edit permission.   
    Then create a group with the custom permission level. The users in this group would have the permission of create & add permission, but they could no edit the item.
    In the CodePlex, there is a custom workflow activities, but by default it only have four permission level:
    Full Control , Design ,Contribute and Read.
    You should also customize some permission levels for your scenario. 
    What’s more, when use the SharePoint 2013 designer, you should only use the 2010 platform to create the workflow using this activities,
    https://spdactivities.codeplex.com/wikipage?title=Grant%20Permission%20on%20Item
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Inventory Report for current stock and Safety, Minimum etc stock levels

    Hi,
    Is there any report available to view the current stock against the minimum, safety stock levels so that the user can plan further actions accordingly.  Can anyone please guide me on this.
    Thanks in Advance.
    Regards,
    Laxmi

    Hi Shailesh,
    Is there any way we can include some extra fields into this MC.9 report - i tried but could not find anything.  Can you please help.
    Regards,
    Laxmi

Maybe you are looking for