Pls tell me the exact formula for calculation of Safty Stock with quality example

Pls tell me the exact formula for calculation of Safty Stock with quality example

Hi Devendra,
safety stock is a quantity of stock which should be planned to be in inventory to protect against fluctuations in demand or supply. Therefore it is considered in planning.
The Product Planning Details screen is mainly a planning screen, giving an overview on the planning situation for a product in a planning area. The projected stock reflects the planning behavior, displaying the shortages relevant for the planning run.
As the safety stock has to be always in stock, the projected stock takes it into account as an immediate demand. That is why it reduces the projected stock, for example, if the stock on-hand is 0, then the initial planning situation for the product with a safety stock shows a negative projected stock.
For more information please check the help document “Material Planning Settings “ under section safety stock which explain with pictorial rep.
hope it help you.
Regards,
Suresh

Similar Messages

  • Can any one pls tell me the mandatory fields for BAPI_ACC_DOCUMENT_POST

    hi all ,
    Can any one pls tell me the mandatory fields for BAPI_ACC_DOCUMENT_POST
    what all data i need to give to post a document.
    Thanks and Regards
    JK

    Hi...
    part of my source code:
    ** Header Data " Sending comp code
    wa_documentheader-comp_code = 'XXXXX'.
    wa_documentheader-doc_date = '20060620'.
    wa_documentheader-pstng_date = '20060620'.
    wa_documentheader-doc_type = 'XX'.
    wa_documentheader-username = sy-uname.
    wa_documentheader-ref_doc_no = 'XXxxxxxx'.
    wa_documentheader-header_txt = 'Text Header.
    wa_documentheader-bus_act = 'XXXX'.
    *it_currencyamount
    wa_currencyamount-itemno_acc = '1'.
    wa_currencyamount-currency = 'COP'.
    wa_currencyamount-amt_doccur  = 1943.
    APPEND wa_currencyamount TO it_currencyamount.
    *it_accountpayable
    wa_accountpayable-itemno_acc = '1'.
    wa_accountpayable-gl_account = '1234567890'.
    wa_accountpayable-bus_area = 'DIV'.
    wa_accountpayable-item_text = 'Text 1 XXxxxxx '.
    wa_accountpayable-pmnt_block = ''.
    APPEND wa_accountpayable TO it_accountpayable.
    *it_accountgl
    wa_accountgl-itemno_acc = '2'.
    wa_accountgl-gl_account = '1234567890'.
    wa_accountgl-item_text = 'Text 2 XXxxxxx'.
    wa_accountgl-bus_area = 'DIV'.
    APPEND wa_accountgl TO it_accountgl.
    wa_currencyamount-itemno_acc = '2'.
    wa_currencyamount-currency = 'COP'.
    wa_currencyamount-amt_doccur  = ( 1943 ) * -1.
    APPEND wa_currencyamount TO it_currencyamount.
    CALL FUNCTION 'BAPI_ACC_DOCUMENT_CHECK'
      EXPORTING
        documentheader = wa_documentheader
      TABLES
        accountgl      = it_accountgl
        accountpayable = it_accountpayable
        currencyamount = it_currencyamount
        return         = it_return.
    clear it_return.
    CALL FUNCTION 'BAPI_ACC_DOCUMENT_POST'
          EXPORTING
            documentheader = wa_documentheader
          TABLES
            return         = it_return
            currencyamount = it_currencyamount "currencyamount
            accountpayable = it_accountpayable "accountpayable
            accountgl      = it_accountgl "accountgl
          EXCEPTIONS
            OTHERS         = 01.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.

  • Please tell us the exact date for Belle update for...

    please tell us the exact date for Belle update for who's waiting availability since 11 days.
    for me i have N8 orange french CP 059C3H1 more than 11 days i'm waiting but no thing in the horizon.
    Solved!
    Go to Solution.

    @cobrax05
    Unfortunately Nokia will never give an exact date of a forthcoming update. They never have, and they never will. Software waiting for approval has been submitted to the carrier, and they are waiting for the carrier to test the software and approve the update. This has to be done before the update can be made available to anyone on that network.
    It doesn't matter which carrier you're with, the answer is usually the same. You'll get no information from either end, so your only option is just to be patient I'm afraid.
    I'm on O2 in the UK and the Belle update is still waiting for approval on that network too. On another note entirely, a lot of the people who have updated to Belle have regretted doing so. Who knows, we actually may be better off without it
    You're only jealous because the voices in my head won't talk to you.
    Currently using: N8-00: Symbian Belle
    Previously owned: 5110, 3330, 6310i, 6822, N91, N73, N95, N82, N97, X6

  • Regarding the exact link for configurate type for leave request

    Hi all:
       I am trying to  Customize Types of Leave/ Absence Types for Leave Requests following the route Personnel Management u2192 Employee Self-Service u2192 Service-Specific Settings u2192 Working Time u2192 Leave Request u2192 Processing Processes u2192 Specify Processing Processes for Types of Leave, but it turns not be there, maybe it is because of the sap version, could you please tell
    me the exact route for  Customize Types of Leave/ Absence Types ?
    thank you very much

    sorry , the above link is correct , I found the above linke missing like personnel management--employee self-servce, because Basis didn't delopy some pakcage , could you please tell me what package missed.
    thank you very much .
    Edited by: jingying Sony on May 7, 2010 7:58 AM

  • Can someone please tell me the exact screen measurements (width and length) for the 13 and 15 inch macbooks?

    Can someone please tell me the exact screen measurements (width and length) for the 13 and 15 inch macbooks?
    I've got a 13 inch Air but I need to know the visible dimensions of the 15.4 macbook pro.
    Thank you

    You should be able to identify the MagSafe adapter and cord from Support page:
    •Intel-Based Apple notebooks: Identifying the right power adapter and power cord
    •Apple Portables: Troubleshooting MagSafe adapters
    Hopefully this helps. If you have a defective adapter, take it along if you happen to
    have access to an Apple Store or Authorized Apple Service Provider, to match it.
    PS: there is a MagSafe plug adapter to use one kind of MagSafe with later model
    http://eshop.macsales.com/item/Apple/MD504ZMA/
    PPS: MagSafe 85W Adapter compatible with your computer, see specs:
    http://eshop.macsales.com/item/Apple/MC556LLA/
    PPPS: Six foot AC power cable, replaces duck-head:
    http://eshop.macsales.com/item/Apple/PWRCBLMSA/
    Good luck & happy computing!
    edited 2x

  • I am new to Java, can any one pls tell me what exactly is "Build Path".

    Hi Techies...
    i am new to Java, can any one pls tell me what exactly is "Build Path".
    thanx in adv.
    Regards
    Nitin.V
    Edited by: Nitin.V on Feb 12, 2008 11:08 PM
    Edited by: Nitin.V on Feb 12, 2008 11:09 PM

    The "BuildPath" is a place where all the "resources" referenced by your java program exists.
    please visit http://www.u.arizona.edu/~jtmurphy/H2R/java.htm for more info

  • Can any one tell me the exact procedure of how to update XPERIA NEO V to ICS using both PC companion and SUS.

    Can any one tell me the exact procedure of how to update XPERIA NEO V using both PC companion and SUS.
    Please provide required link also for SUS and step by step procedure for the same.
    It will be really helpful.

    SUS http://www.sonymobile.com/global-en/tools/update-service/
    You just need to connect your mobile to pc companion follow the onscreen instructions
    Use pc companion
    http://www.sonymobile.com/global-en/tools/pc-companion/
    Discussion guidelines.
    Message me or any other moderator to seek help regarding moderation.

  • I have forgot the apple id security questions and i dont have rescue e mail id also pls tell me the solution

    I have forgot the apple id security questions and i dont have rescue e mail id also pls tell me the solution

    Read here:
    http://support.apple.com/kb/ht5312
    If nothing works, either:
    Go here, ask for assistance:
    https://getsupport.apple.com/GetproductgroupList.action
    Or, call AppleCare & ask for "Account Security".

  • How to find the exact driver for my hardware

    Operating System: Microsoft Windows 7 (64-bit)
    Product name: HP Pavilion dv6 - 7025tx Entertainment PC
    Product number: B3J88PA#AB5
    Motherboard: Hewlett-Packard 181E
    Chipset: Intel HM77 (Panther Point)
    BIOS: 05/29/2014 ver. F.2B
    I have installed an SSD and a clean Windows 7. I started to download drivers from the website when I found that there are too many drivers for the same hardware, e.g. under Network there are 9 drivers from Intel, Broadcom, Ralink, Realtec and Atheros.
    How can I find which is the exact driver for my PC?
    This question was solved.
    View Solution.

    This tells it all. Each device has a unique signature or device ID:
    http://dellwindowsreinstallationguide.com/download​ing-drivers-checking-hardware-ids-and-downloading-​...
    If you find the Device ID and google it you can find out what it is. From my own laptop I have an Intel Dual Band AC 7260 wireless card and this is the device ID:
    PCI\VEN_8086&DEV_08B2&SUBSYS_C2708086
    So find a string like that for each device and it will tell you the manufacturer and chipset of each device and let you figure out the driver to install. If you find multiple drivers for the same device look at the issue dates of the drivers and only install the newest. 
    If this is "the Answer" please click "Accept as Solution" to help others find it. 

  • How to find out the exact reason for backordered order in oracle apps R12

    Hi,    
         I am new to OM module.I booked an order and trying to do "pick release" the booked order but i couldn't do so, because the order is getting backordered.
    These are the things i checked
    1.On-hand quantity for the particular item i am booking is sufficient enough
    2.Item is in M1 org and onhand quantity is also in same org.
    Can you please help me how to find the exact reason for my order getting backordered.
    Regards
    Sandeep.G

    Hi Sandeep,
    Reasons for pick release resulting in back ordered can be found here:
    Reasons for a Sales Order to get Backordered!
    Failing pick release, orders getting backordered and other common issues with picking.
    Please review notes:
    Cannot Pick Release Items, Completes with Warning and the Item is Backordered. (Doc ID 1240404.1)
    Pick Release Process Completes In Warning Line Gets Backordered Though Onhand Is Present (Doc ID 1285514.1)
    Pick Release Backorders Sales Order Lines, Error in Log File "No Mtl_Sales_Order ID found for oe header" (Doc ID 398385.1)
    Reservation Remains After Pick Release Of Backordered Move Order (Doc ID 754518.1)
    In addition, please review:
    What is Back Order in OM? How are Backorders Handled | Oracle Apps
    Thanks &
    Best Regards,

  • Please tell me the System Requirement for developing Iphone,Ipad,Ipod Apps ?

    Hi All,
    can anyone please tell me the system requirement for developing Iphone, Ipad, Ipod applications.
    Thanks in advance :-)

    Start with the iOS dev center  >  http://developer.apple.com/devcenter/ios/index.action

  • Please Tell  me the Standard Bapi for Purchase Order Creation

    Hi,
      Please tell me the standard BApi for the PO creation. How to excute the standard Bapi. Please help me.
    Regrads
    Mohan

    Hi Mohan,
    Use this BAPI BAPI_PO_CREATE1.
    Check this post, you have program aswell
    https://forums.sdn.sap.com/click.jspa?searchID=7294168&messageID=1172796
    Regards,
    Satish

  • Can anyone tell me the naming conventions for PSa tables

    hi all,
    After the data is loaded into the psa. how to look at the records that are there in psa. And can anyone tell me the naming conventions for psa tables.
    like BIC/????
    thanxs in advance
    regds
    hari

    Hi Hari,
    You want to know the naming convention of PSA table. For that there is a simple technique try this.
    Go to - T code SE11
    In the database table check box give  /BI*  and click search
    next window  in the Description Text box give the r data source name(master)  like
    YIO_ID_ATTR which is assigned to infosource. then click OK.
    then you get the psa table structure.
    You can take structure and check in the T code SE 11
    Hope this is fine.
    Regards
    Sreekanth

  • Can any one pls tell me the procedure of crm datasourse data extraction r/3

    hi
    pls can any one pls tell me the procedure of crm datasourse data extraction from r/3
    regards
    subbu

    Subbu,
    First off please don't post the same question twice.  I have locked your other question due to it being a duplicate.
    Second off:  don't expect an answer to your question immediately.
    Third off:  You need to read the rules of engagement before posting any more questions here:
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/home/rulesofEngagement
    Fourth:  You question is way too vague and honestly if you would have done a search or read some introductory material on CRM, you would have learnt that the CRM middleware handles the data transfer.
    Last:  I'm locking this thread because your question is way too vague, please take a look at the CRM wiki and help.sap.com and read all the associated documentation about CRM on those sites.
    CRM wiki
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/crm/home
    Then you can come back here if you have a detailed question after reading those materials.
    Take care,
    Stephen
    CRM Forum Moderator

  • Can anyone tell me the launch date for Apple ipad mini cellular in India...

    Can anyone tell me the launch date for Apple ipad mini cellular in India...

    I want Apple ipad mini Cellular in india. what should i do.
    I am buying apple product for fist time.

Maybe you are looking for

  • Logical AND in Java Regular Expressions

    I'm trying to implement logical AND using Java Regular Expressions. I couldn't figure out how to do it after reading Java docs and textbooks. I can do something like "abc.*def", which means that I'm looking for strings which have "abc", then anything

  • User exit to change purchase order quantity

    Hi all, when we create production order based on that service purchase requisition is created. based on that in me21n service purchase order is created and now if we do any change  will be changing the production order qty after creating the order th

  • Customized Insert into Command

    Dear All, Here, I want to make a SQL script to do an INSERT INTO Statement from TABLE "A" to "B" like this Insert into A select * from B But catch is that – TABLE "A" is having e 4 extra columns(Year, Month, Week, Day), those not exists in TABLE "B",

  • Photo name not reflecting in iPhoto

    Hi everyone... Forgive me for this question while I am on a learning curve w/ my Mac. I have a question about photo names not reflecting in iPhoto. I recently loaded some pictres from a compact flash card, and iPhoto started and pulled them right in.

  • Image formats that can be used directly in PDF

    Hi, after severel hours of searching google, discussion boards and the PDF reference, I could not find an answer, so hopefully you guys can help me . I have written my own little PDF exporter and want to include images. I figured out to include jpegs