Restrict SO with respect to stock availability in current month

Hi all,
Our management want to restrict the sale order if there is not stock in the current month in order to avoid overbooking.
I know the item availability check feature of SAP 8.8 will serve the purpose.
But my problem is that i want the user to enter a date on line level which falls in the current month and secondly i want to put a check on which option was selected from the item availability check window.
Is it possible ?
thanks
Malhaar

Hi,
My sole intention is to use SAP's standard functionality. But if it is not possible then let us go by the way of experts.
I  already have a FMS query of order overbooking. In addition to that i need to capture that overbooking in transaction notification.
but can i capture the value of order overbooking which comes in a UDF in SO in transaction notification..
Thanks
Malhaar

Similar Messages

  • Reg: Unit of measure with respect to stock keeping and BOM

    Dear Friends,
    i need one input regarding BOM.
    For one of the material we are keeping stock in KG(UOM). But at the time of goods issue we need to issue interms of
    EA.(UOM) .In BOM for this material i need to keep basic Unit of measur as EA. So please let me know where can i maintain this
    conversion factor.
    Thank u in advance.
    Edited by: dayanan on May 9, 2011 12:36 PM

    Dear Sir,
                 Please go to Basic data tab of the material  nad than select the additional data, herer you may defuind the alternate unit iof measurenment.Also you can make  anew  unit alternate of measurement by CUNI.
    Regards
    Edited by: laxmi23101975 on May 23, 2011 9:17 AM

  • Creation of Outbound delivery with respect to sales order

    Hi Gurus,
    I am an Abaper.
    I have a requirement to create outbound delivery with respect to sales order.
    Currently I have the purchase order details.  
    My coordinator has given me a logic.
    From the Purchase order, we have to get the Purchase requisition.
    From Purchase requisition, we have to get the sales order.
    From the sales order, we have to create the outbound delivery.
    Please explain me how to creaet the outbound delivery with respect to sales order.
    Also, how to get the PR from PO and SO from PR.
    Thanks in advance.
    Regards,
    Balaji. R

    Hi balaji,
    I will add the abap code since you are a ABAPER.
    1. To get the Pur. Req. from PO
    Note that PO_NO and PO_LINE_ITEM are variables.
           Select VEBLN VBELP  into (EBKN-VBELN,EBKN-VBELP)
           from EKPO inner join  EBKN on EKPOBANFN = EBKNBANFN
           where EKPOEBELN = PO_NO and EKPOEBELP = PO_LINE_ITEM
    2. And using VL01N you can create the relevant outbound delivery. Use above sales order for this. And record a BDC and write the code.
    Hope this will useful
    Thanks & BR
    sandun

  • Restricting issue of goods to cost center with respect to material type

    Dear Users,
    I have a requirement like we want to restrict issue of goods to cost center with respect to material type i.e., we want to issue goods to cost center only through reservation and that too only for specific material types. Is there any standard solution for this, please provide your suggestions.
    Thanks,
    Manoj

    Hi Ajay,
    Thanks for valuable input.
    I also thought in the same line , but user has the following concern on this:
    Assessment Cycle: As per Users, it cannot be used because this will allocate based on allocation basis. But they need, the values that was posted at the time of transaction and as per materials. So it wont be accurate through Assessment cycle,
    OKB9: They have different Cost center for different valuation area for the same GL Account.
    Hence through OKB9 also, we cannot post directly to COPA.
    That's the reason the above option were not adopted.
    My other concern to this is:
    In CKM3, we have two lines under consumption, one for Normal sales PGI and other is Cost Center.
    After doing revaluation of consumption in CKMLCP, we see one line under Cost Center :Revaluation of Consumption Figure"
    My question, where can I see that figure whether in any table or in Cost Center report??
    If that is also available we can try to match those values and post to COPA.
    Let me know your thought on this.
    Thanks and regards
    Kami

  • Restrict manual change in sales order with respect to quotation

    Hi All,
    The user use to create sales order with respect to quotation.  The user can able to change pricing as well as some header and item fields.  How can I restrict user for manual change in sales order expect some specific fields.
    Thanks.

    Hi Sunil,
    It is possible through configuration better you can post in sd forums.
    For the condition type settings , ensure that the manual entries is 'D'. it wont allow any changes in the order.
    Regards,
    Madhu.
    Edited by: madhurao123 on Aug 1, 2011 1:08 PM

  • Tracking  the stocks with respect  to UD CODE

    HI
    we  are posting  qty  in  only storge location with respect  ud.we have different ud codes  , i want to track stocks with respect to ud.
    regards
    Baswaraj

    Hi,
    Could you explain the situation where you need to get the stock report based on UD code?
    To my knowledge if the material is not batch managed, you cannot divide the stock received from two different orders based on UD codes.
    If the material is batch managed, you can get batch stocks along with UD codes (of the latest inspection lot pertaining to the batch) in to a customized report.
    Revert for any clarifications
    Venkat V

  • Stock Uploading with respect to Old Material Number of Legacy System

    Hi Experts,
    Need Your valuable Inputs,
    As we are Going Go-Live in ECC6.0
    As we have already Uploaded Material Master with the New Material Number (Internal Number Range generated by system )   Material Type, Valuation Class and Moving average indicator and related Fields in Material Master in ECC 6.0.with respect to old material number of Legacy system,
    Now we need to Upload the Stocks and Values with respect to Old Material Number by Using 561 Movement Type in the New system of ECC 6.0 , This New material number and old material number Stock and its Values should match in the New ECC 6.0 . 
    As from the Old Legacy system we have only Old Material Number, Description and its stock, Value, How can we Upload the Stock with respect to Old Material Number ?
    Kindly assist your Inputs.
    Best Regards
    Javeed Ahamed

    you have to have a mapping from old number to new number.
    you can either do it already in your source or you find the number in SAP itself with an ABAP command.
    Usually the old material number is stored in field MARA-BISMT
    if you want add the number in the source, assuming its Excel, then you you can download via SE16 from MARA just 2 fields: MATNR and BISMT. in Excel you can then use the formula VLOOKUP to get the MATNR by looking it up with old number.
    if you are a little familiar with ABAP, and you load stocks by using LSMW, then you can easily get the new material number by adding an ABAP statement to find a material number by old number
    select single  MATNR from mara into wa_MATNR
    where BISMT = oldmaterial.

  • Stock in transit with respect to Delivery

    Hello MM Gurus,
    I created a Transport scheduling Agreement with SD route ( Intra company). I created a Delivery in VL10B & Post the Goods issue through 641 Mvt. In recieving plant I post the GR against delivery. I am developing a report for stock in transit Qty with respect to the delivery. How can I link the delivery to Stock in transit Qty?.Please guide me how to proceed.
    Regards
    Senthil

    Hi
    Stock in Transit can be viewed in report MB5T.
    In the Material document of the 641 movement you have the
    delivery note number present done through VL10B.
    In that way you can link up the Goods in transit to the delivery.
    In table MKPF & MSEG you can get the delivery note number.
    Thanks & regards
    kishore

  • What is going on with the time capsule stock availability?

    I would please like some info on whats going on with the time capsule availibility issue.

    There has been a worldwide shortage of hard drives for the past few months due to flooding in Thailand....where a majority of hard drive manufacturers are located.
    It will take some time to get supplies back up to normal levels.

  • 351 movmnt type doesnot refers the Batch managed items with respect to P.O

    Dear SAP Gurus,
    For Stock transport order, i am using the 351 and 101 movement type.
    The batch managed items are provided in the Purcahse order and the same batch is displayed while receiving the material -101 movement ytpe  with respect to Purchase order, but while performing the Goods issue - 351 movement type , the batch is not displayed in the line item.
    Kindly help me to solve this
    Thanks in advance
    Thanks and Regards,
    R.Diwakar

    Dear SAP Guru,
    Thanks for your kind response
    yes, the batch managed material is already available in both plants that is material already extended.
    Manually the batch is entered by the receiving plant (what they required for STO), but while performing the Good issue against the  Stock Transfer order the batch is not referred or automatically flows to the batch managed items.
    in 351 movement type.
    Kindly guide me on this.
    Thanks and Regards,
    R.Diwakar

  • Can i create demand with respect to valuation type for a material in MRP

    hI,
       is ther any way to create demand for a material ith respect to vaulation type.
    tha means i want to give a demand for a material during a particular period
    saying that i want to produce the same material with this vaulation type 200 quantity and another valuation type 300 quantity. will the MRPplan separately.
    is ther any provesion for it
    thanks
    regards
    madan

    Dear Mr.Madan,
    This is not possible.
    MRP has nothing to do with Valuation type.
    Valuation class has the following functions
    Allows the stock values of materials of the same material type to be posted to different G/L accounts.
    Allows the stock values of materials of different material types to be posted to the same G/L account.
    Determines together with other factors the G/L accounts updated for a valuation-relevant transaction (such as a goods movement).
    MRP considers the demand given,MRP type,lot size,procurement type and the stocks available.
    But what do u want to capture exactly?
    Regards
    Mangal

  • 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

  • QI stock availability & releasing

    as it is configured in the system, QI stock is available stock, and won't trigger missing parts for the production order. however, is there a way in the system, that when i release an order, it would restrict me, because stock is still in QI and hasn't been UD-ed.?

    Hi raf timan 
    In transaction OPJJ - Define Scope of Check uncheck the incl.quality inspection stock for the respective availability check entered for the mateial in the material master(02).
    This setting will exclude the stocks available in quality during availability check in production order.
    To restrict the production order release when there is a stock deficit of the input materials, goto transaction OPJK - Define Checking Control select the entries for respective plant, order type and business function 2 - Check availability during order release.
    Go in to detail in the material availability tab in the Mat. release enter 3 -No release if parts are missing. This will restrict the release of order when stock deficit.
    Regards
    Soundar

  • Budget checking with respect to BOM

    Hi,
    Could you please let me know whether budget checking can be done with respect to BOM? If there is any standard procedure could you please let me know? Also if there is no standard procedure, then could you please tell me what can be the customization?
    Thank You

    Dear Souvik,
    Budgeting can be carried out on WBS elements
    when budgeting is carried AVAC (availability control is activated)which check the costs and restrict it if it is exceeding the available budget value
    when you assign the material or service (in your case as composite material or BOM) the cost of the same is considered while creation of PR or PO for that particular material.and thus check is available
    to particularly control only one single BOM or continuous process of procurement of material you can create a WBS element as BOM and create a internal or dummy activity against which material shall be assigned for procurement in future.
    carry out the budgeting process for WBS BOM (CJ30-->CJ32)and hence checking could be done on day to day basis,by system itself.
    hope this shall help you

  • Can one restrict users with SMTP rules?

    I am running Mac OS X 10.9.4 with OS X Server 3.1.2 and Workgroup Manager 10.9. These applications are running on a Mac Mini Server (Late 2012).
    Between the Mac Mini Server and the Internet sits a WatchGuard XTM 25 Firewall & Router.
    I have been tasked with limiting all user accounts except for a select few with respect to SMTP rights.  The rules should be as follows:
    All employees have the ability to email another employee.
    All employees have the ability to email a single remote address, which receives electronic faxes.
    Only 3 employees will have unrestricted rights to mail outside addresses.
    Mail accounts must be created and destroyed by the OpenDirectory maintained on the OS X Server, ideally via the OS X Server app.
    Is it possible to do this with the equipment and applications listed?
    Is it possible with equipment and applications not listed above?
    All ideas and suggestions are appreciated.
    I have tried looking for SMTP servers that can be installed in conjunction with OS X Server, but not yet found anything that seems viable. I have also attempted to find any information about setting advanced rules for OS X Server Mail, but have mostly found rules regarding incoming mail, and not outgoing mail.  The documentation on OS X 10.7 seemed promissing, as it suggested that the version of OS X Server available at that time had firewall settings which might do the trick; however, OS X Server 3.1.2 does not appear to offer firewall settings.

    Thank you, MrHoffman!
    I have actually been playing with the header filters and other internal postfix settings since I made the post. Sadly, attempts at restricting my own mail usage have all failed, so I do not yet know what I might be doing wrong.
    On Mac OS X there are two postfix folders: /etc/postfix and /Library/Server/Mail/Config/postfix.  Naturally, it is the second folder which we must focus on, as this folder is the one maintained by OS X Server.
    I have backed up main.cf (/Library/Server/Mail/Config/postfix/main.cf), and edited the header_check value to the following:
    header_checks = regexp:/Library/Server/Mail/Config/postfix/header_checks
    And then added the following to /Library/Server/Mail/Config/postfix/header_checks:
    #Added by Jared Clemence
    /^From:.*jaredclemence/i REJECT Test successful. Mail is blocked.
    /^Subject:.*reject.*\s{1}me\s{1}/i REJECT Test successful. Mail is blocked.
    The documentation for HEADER_CHECKS(5) notes that header checks will not check the "From:" field in the "bugs" section. So I added the "Subject" line to at least verify that the filter was taking effect.
    After making these changes, I ran:
    postmap /Library/Server/Mail/Config/postfix/header_checks
    as well as turning off and then back on the Mail Server from the Server app.
    So far, none of my tests have produced a successfully rejected message.
    Any tips?

Maybe you are looking for

  • Urgent:JPublisher's default typemapping for PL/SQL Boolean not working

    I have a procedure that accepts a boolean. I have created this procedure on 2 oracle database installations. One is on Oracle8i and the other on Oracle9i. I invoke JPublisher with the following jpub.properties file: jpub.user=scott/tiger jpub.url=jdb

  • ESS Error Structure field Region not found

    Hello everyone, In Netweaver I installed the ESS/MSS and i'm getting the following error, when I go to "Travel and Expenses" -> "Create Travel Plan" com.sap.tc.webdynpro.progmodel.context.ContextConfigurationException: DataNodeInfo(FcTrpPlan.PlanBook

  • Autocad, 3DS Max and the like.

    A pre-thank you for your time and input. So I just bought an iMac, 21.5 inch with 3.6 intel core i5, 8 GB ram and the ATI Radeon HD 5670. I have a few questions, some for curiosity's sake and some for how to move forward. Essentially all the question

  • Can I send message in byte format

    hello Why no one is answering me but still I want to know that Can I send message in byte format to inbox message.setContent(byte [] b, "text/plain"); And Can I receive mail in byte format from inbox. String dis = new String((String)messagePart.getCo

  • Pictures in negative

    My daughter has a Mac mine and it works fine. I had a new HP display that I did not need so gave it to her. It worked fine for a few weeks. Now all pictures and images are in negative. I have tried every setting on the HP. Is there something on the M