Critical items on stock, how do i prevent running low ?

We have a few critical items on stock with unreliable replenish time.
Today i have reorder point at 2 and fixed lot at 4, how do i change this so that every time we take one out of stock one new will be reordered ?
These are expensive items so i want to plan it to minimize stock but still have a safe level, my goal is to have 4 onstock at all times, and never exceed 4.
Sorry if this is the wrong forum to post in, i'm new to sap and this forum
Regards,
Derlien

Hi,
I think in this case you should not use the reorder type planning.
You should maintain
MRP type PD
Lot size EX
safety stock 4.
Maximum lot size 4
Minimum lot size 1
Whenever you would consume this part and the stock would go down automatically system will plan for that.
I hope it solve your problem.
Regards
Vivek

Similar Messages

  • How to know an item is stock Blocked or not ?

    Hi ,
    Is there any table fields to know an item is stock blocked or not ?
    (Like table vbuk is having cmps0 and cmps1 for OD block and Credit Block)
    Thanks and Regards,
    KN

    Hi,
    I am an abaper my requirement is to filter our blocked orders like OD block, Credit block and Stock block.
    for OD block and Credit Block i am using VBUK-csps0 and csps1 fields.

  • My question is Itunes related.  How do you prevent a playlist saved in Itunes from alphabetizing the song list created. I wanted to keep the original order, and somehow everything was alphabetized without requesting it.

    My question is Itunes related.  How do you prevent a playlist saved in Itunes from automatically alphabetizing the song list.   I had a specific order of songs that I wanted, and Itunes somehow automatically alphabetized them.  Is there a way to turn that feature off, and/or get them back to the original order?   I also noticed that once a playlist has been created, I cannot manually changed the order of the songs from my desktop..  Any suggestions?

    That's just the sort order. It's displaying the media alphabetically because you have clicked on the NAME column near the top of the iTunes window.
    Click on the little triangle above the column of numbers (usually on the far left side of the main iTunes window) and the media will sort in the order in which you added each item to the playlist.
    You can easily reorder songs within a playlist: Click and HOLD on the song you wish to move, then drag-and-drop it wherever you like.

  • My soon to be exhusband is accessing my Macbook Pro without my permission. I can see his computers when they are on in my sharing portion of the view finder, how can I prevent this? He is getting access to private information between my lawyer and I.

    I am currently in the midst of a divorce, which is typically nasty but even nastier when you've mistakenly married satan. My soon to be ex is very tech savy (he can write his own programs). I am not. I have noticed when the family computers are on in the office they are connecting to my Macbook pro. I can see this through  the finder and the computers show up as shared. I recently bought my macbook pro (within the last two months, he filed for divorce last year).
    How do I prevent him from linking up to my computer and how do I password protect my files? If he is accessing my computer than he can see everything I am sending to my lawyer. Which includes information that counters some of his claims.

    First of all you need to change your admin password and user name or create a new admin user, secondly you need to encryped any documents you are making by following the following guid...http://osxdaily.com/2012/01/11/password-protect-files-folders-in-mac-os-x/
    This helped me close some files up, you need to make sure that you use a password he is not going to guess and that you don't store that password in the OS X keychain system.
    This is what I would do if this where me though...
    Buy and external HDD (all doucuments will be encrypted onto this drive, and the drive removed and taken away where ever I go.)
    I would rebuild the Mac OS X to new like state, backing up only important items to the external HDD(wouldn't even bother with the software on it maybe only pages or Ms office)
    Create a new user account and if you have an apple ID change the password of the ID again to somthing he is not going to guess.
    Also make sure you are off the network he is on get your own broadband/network setup if you must.
    Good luck with everything I hope it all turns out okay for you in the end.

  • Creating a sales order with no items in stock

    Is their a way to prevent an Item from being placed on a Sales order when there are no Items in Stock? When a Item shows up on the PICK Ticket with a quantity OH of "0" It should not be on the Sales Order or the Pick Ticket.

    Hi Lewis,
    If you go to administration - system initialistaion - document settings
    on general tab check the Block Negative Inventory and choose block release.
    the system can allow you create the sales order but it will not allow you release the stock.
    i hope this will solve your problem if you have any question please do mention.
    Regards,
    Shahid

  • How do we Prevent Creation of Production Orders for Phantom materials.

    Dear Experts;
    We have some materials which are Phantoms.
    We have set "special procurement type" as 50 in MRP2 and "Strategy Group" as 59 in MRP3
    These are non stchable items, but have BOMS.
    We dont create orders for them, however at the mement the system allows order creation. How do we prevent creation of production orders for these items in the system.
    Thanks in Advance
    Richard.

    Dear Richard,
    Check using this BADI - WORKORDER_UPDATE using method IN_UPDATE or Release by including a check if MATNR and for
    WERKS combination if SOBSL = 50 from table MARC,then do not allow to save.
    Check whether this works or else you have to set a plant specific status using OMS4  for not allowing production order
    creation and assign this value in the material master of the phantom assemblies.
    Check and revert
    Regards
    Mangalraj.S

  • HT2101 How do I prevent my new iphone 4 from getting hot in the first place?

    I got a new iPhone 4 for Christmas. It is constantly overheating and getting insanely hot when charging. My battery life is suffering, it takes hours to charge and loses battery life very quickly. How can I prevent my device from getting hot in the first place? I use it in a room temperature environment and only have about 2 apps running at one time.

    Idealy you should move your itunes content from your old computer to your new one
    Here are your options
    http://support.apple.com/kb/HT4527
    Then just sync your iPhone with the new computer. It will ask to erase but as everything in in your new itunes this is OK. Then choose what to sync back onto your iphone
    If you no longer have the old computer here is how to restore your library from the iPhone
    https://discussions.apple.com/docs/DOC-3991
    Then you can sync your machine with the new computer.
    If you do not care about this and just want to extract the items mentioned
    I found this and it will extract your Contacts and messages.
    http://www.transfer-iphone-recovery.com/transfer-music-from-iphone-to-itunes.htm l
    if you use it in evaluation mode it is free

  • Query for item warehouses stock in a row

    hi all,
    How to retreive item warehouse stock in a row using query ?
    SELECT T0.ItemCode, T1.ItemName, T2.ItmsGrpNam,
    (Select WhsCode from OITW Where
    WhsCode=T0.WhsCode and ItemCode=T0.ItemCode) as 'Wh',
    (Select OnHand From OITW Where
    Whscode = T0.WhsCode and Itemcode=T0.ItemCode) as 'Whstck'
    FROM OITW T0  INNER JOIN OITM T1 ON T0.ItemCode = T1.ItemCode INNER JOIN OITB T2 ON T1.ItmsGrpCod = T2.ItmsGrpCod
    WHERE T0.ItemCode NOT IN 'a-item'AND
    T2.ItmsGrpNam LIKE '%%test%%'
    and T0.Onhand > 0
    ORDER BY T0.ItemCode
    Anyone correct query so that it will retrieve item warehouse stock in a single row.
    Thanks
    Jeyakanthan

    I have tested your query, the result is just like you wish. The code can be simplified to:
    SELECT T0.ItemCode, T1.ItemName, T2.ItmsGrpNam, T0.WhsCode as 'Wh',T0.OnHand as 'Whstck'
    FROM DBO.OITW T0 
    INNER JOIN DBO.OITM T1 ON T0.ItemCode = T1.ItemCode
    INNER JOIN DBO.OITB T2 ON T1.ItmsGrpCod = T2.ItmsGrpCod
    WHERE T0.ItemCode NOT IN ('a-item') AND T2.ItmsGrpNam LIKE '%[%test%]%'
    and T0.Onhand > 0
    ORDER BY T0.ItemCode, T0.WhsCode
    If you want each item has only one row and warehouse on hand column-wised, you have to use as much as SELECT for each column in according to your number of warehouses. It would be look like this one:
    SELECT T0.ItemCode, T0.ItemName, T1.ItmsGrpNam,
    (SELECT OnHand FROM OITW WHERE ItemCode = T0.ItemCode AND WhsCode Like 'Whs1') AS 'Whs1 On Hand' ,
    (SELECT OnHand FROM OITW WHERE ItemCode = T0.ItemCode AND WhsCode Like 'Whs2') AS 'Whs2 On Hand' ,
    (SELECT OnHand FROM OITW WHERE ItemCode = T0.ItemCode AND WhsCode Like 'Whs3') AS 'Whs3 On Hand'
    FROM DBO.OITM T0 
    INNER JOIN DBO.OITB T1 ON T1.ItmsGrpCod = T0.ItmsGrpCod
    WHERE T0.ItemCode NOT IN ('a-item') AND T1.ItmsGrpNam LIKE '%[%test%]%'
    and T0.Onhand > 0
    ORDER BY T0.ItemCode
    Thanks,
    Gordon

  • Item wise Stock & value

    Dear All,
    How can i get  item wise stock with value

    hi Bhupendra,
    you can get in report MB52, MB5A, MC.9, MC.P.
    Try & revert back.
    Regards,
    Anisha

  • How can you prevent encrypted folders that you created in disc utility from being deleted?

    How can you prevent encrypted folders that you created in disc utility from being deleted?

    bibst wrote:
    How can you prevent encrypted folders that you created in disc utility
    You cannot create encrypted folders in, or encrypt folders with, Disk Utility.
    You can create with Disk Utility encrypted disk images from folders. I assume that's what you mean.
    The proper way to do it is by setting the immutable bit. Read here
    <http://www.thexlab.com/faqs/immutableflags.html>
    about the immutable bits (and the trouble they sometimes create).
    The user immutable bit (uchg) is the same as the Finder lock, as described above by X423424X. It's a weak lock, with only a warning.
    The system immutable bit (schg) is more powerful. Once is set, the item cannot be deleted in Finder (even though Finder will ask for your password and may give you the impression that it can trash it; it will end with an error).
    I set it in Terminal, thus
    $ sudo chflags schg my_encrypted_disk_image
    and unset it also in Terminal
    $ sudo chflags noschg my_encrypted_disk_image
    (Note that, when you unset the system immutable bit, the change won't be reflected immediately in Finder, but the item can be trashed nevertheless.)

  • Hello, All my sonds are deleted from my laptop and from Itunes. If i synch my iphone to my itunes all my music will go. How do i prevent losing all my music?

    Hello, All my sonds are deleted from my laptop and from Itunes. If i synch my iphone to my itunes all my music will go. How do i prevent losing all my music?

    There's some third party applications available for recovering content off an iPod, iPhone or iPad. The following article is pretty old (2008) so it would be best to reality-check the capabilities and availability of the various listed items prior to opting for a particular product:
    http://www.ilounge.com/index.php/articles/comments/copying-music-from-ipod-to-co mputer/P2

  • How do I prevent automatic caption of OLYMPUS DIGITAL CAMERA?

    The caption field of Metadata automatically fills with OLYMPUS DIGITAL CAMERA.  How can I prevent this?  How can I get rid of this on my 3000 pictures of Turkey without manually deleting each caption?  I am new to Lightroom, and have version 4.1.  I use an iMAC, OSX10.6.8.  Thanks.

    Some camera manufacturers do write the camera type in the caption :
    See this note by John R Ellis in his faqs for Elements:
    "Some camera manufacturers insert the name of the camera in the caption field of a photo’s metadata, and when you import the photo into PSE, it shows up as a caption.  To stop this from happening, uncheck the option Edit > Preferences > Files > Import EXIF Caption.  To remove the caption from photos that have already been imported:
    Do Find > By Caption Or Note and type in the name of the camera.
    Edit > Select All.
    Right-click one of the photos and select Add Caption To Selected Items.
    Leave the caption field blank, check Replace Existing Captions, and click OK."
    There must be an equivalent solution in LR ?

  • HT2492 I open dashboard and after a few seconds it transfers me to twitter how can I prevent this happening

    I open dashboard on Macbook ans after a few seconds it transfers me to Twitter how do I prevent this happening?

    Back up all data.
    In the Finder, hold down the option key and select
    Go ▹ Library
    from the menu bar. From the Library folder, move the following item to the Trash, if it exists:
    Caches/com.apple.dashboard.client
    and move the following items to the Desktop:
    Preferences/com.apple.dashboard.client.plist
    Preferences/com.apple.dashboard.plist
    Log out, log back in, and test. If you still have the issue, put the items on the Desktop back where they came from and post again. Otherwise, delete the items.

  • How do I prevent programs opening when I start my computer?

    I just upgraded to the new OS X 10.7.1 and now when I start my computer, aobut 7 programs startup and I have to exit out of all of them.  How do I prevent programs from opening at startup.

    Try two these two things in System Prefs:
    1) In "General", uncheck "Restore windows when quitting and re-opening apps"
    2) In "Users & Groups", click on "Login Items", select the things you don't want to open on startup and click the "-" (minus) at the bottom of the list. That should clear any of those apps from launching at startup. If you change your mind, just click the "+" and add the app back to your list of login items you want to have ready on start up.
    Hope this helps.
    CouchCowboy

  • How can I prevent scroll position changes

    I have a master detail page.
    during insert data in detail form user must scroll down.
    after opening an lov page scroll will change automatically(go to top of the page) and user have to scroll down again for fill next fileds in form.
    how can i lock automatically scroll ? or how can i prevent these scroll position changes.
    tnx
    Edited by: user12052968 on Oct 18, 2009 12:36 AM
    Edited by: user12052968 on Oct 18, 2009 12:41 AM

    Hi,
    Do you have anything in KEY-LISTVAL trigger? If not, create a KEY-LISTVAL trigger (for the item), and do something like this.
    declare
    cur_rec number;
    begin
    cur_rec := TO_NUMBER(:SYSTEM.CURSOR_RECORD);
    SHOW_LOV('<YOUR_LOV>');
    go_record(cur_rec);
    end;The idea is, preserve the current record position before showing the lov and then go to that position after showing the lov.
    -Arun

Maybe you are looking for