How to set a Quantity Contract to Completion.

Hi
When we create sales order with reference to the Quantity contract, it should ideally not allow to create sales order for quantity greater than the quantity in Contract.
Quantity in Contract --> 20
Quantity in Sales Order --> 21
I just get a warning message, but system allows me to save the order.
How do we restrict this.
Regards
Trupti Deulkar

hi,
if this is the case,
you can convert the WARNING MESSAGE into AN ERROR MESSAGE.
its a simple job done by an ABAPER.
after doing that this shows as an ERROR.
hope this clears your issue
balajia

Similar Messages

  • In Transaction code va41 how to set default sales contract start date

    Hi ,
    In Transaction code " VA41 "  how to set default sales contract start date and end date.
    Can any one tell me the correct user exit for the same.
    Thanks
    Basu

    hi,
    u have to use user exits  or badis.
    use sutable exits mentioned below.
    SDTRM001  Reschedule schedule lines without a new ATP check          
    SDVFX006  User exit: Tax line (transfer to accounting)               
    V45A0001  Determine alternative materials for product selection      
    V45A0002  Predefine sold-to party in sales document                  
    V45A0003  Collector for customer function modulpool MV45A            
    V45A0004  Copy packing proposal                                      
    V45E0001  Update the purchase order from the sales order             
    V45E0002  Data transfer in procurement elements (PRreq., assembly)   
    V45L0001  SD component supplier processing (customer enhancements)   
    V45P0001  SD customer function for cross-company code sales          
    V45S0001  Update sales document from configuration                   
    V45S0003  MRP-relevance for incomplete configuration                 
    V45S0004  Effectivity type in sales order                            
    V45W0001  SD Service Management: Forward Contract Data to Item       
    V46H0001  SD Customer functions for resource-related billing         
    V60F0001  SD Billing plan (customer enhancement) diff. to billing plan
    Edited by: katigiri linganna on Apr 28, 2009 12:19 PM

  • How to set Confrimed quantity as 0 in the sales order line item

    hi all
    i have a requirement that my user dont want to see confirmed quantity in the sales order line item.
    scenario is make to order.
    i have set strategy group is 20 -make to order
                                            MRP Type is PD
                                           Lot size -
    EX , still its showing confirmed quantity.
    could pls any one tell me how to set 0 quantity in the sales order line item
    thnx

    Dear Sateesh,
    If the availability check is carried out and stock is not there in our plant, then it will show the confirmed quantity as Zero.
    If you don't want to carry out the availability check,
    To achieve this,
    1. Remove the availability check in the transaction OVZG against your requirement class.
    You can find the requirement type assigned to the sale order in the procurement tab.
    In OVZH transaction, you can find the requirement class assigned to your requirement type.
    2. Remove the availability check for your schedule line category in VOV6.
    In the material master MRP3 view, you ll be having Availability check, there you need to specify the availability check..
    If you specify it as KP(No check), then it will confirm the qty, though the stock is not there in our plant..
    To meet your requirement, you have to prefer user exit.(Correct me if I am wrong)
    Thanks,
    Venkatesh.S.P

  • How to set standard quantity for po while creating idoc

    hi..
    i have a requirement to create an outbound idoc for PO in which i need to set a standard quantity as '1000'... plz tell me where to set the quantity,so that  the PO quantity is 1000 by default while creating PO...
    Plz help me asap

    Hello,
    Your requirement is not clear, why you want to change PO item quantity? anyway, If you want to post an IDOc with changing the PO item quantity, go to Customer exit EXIT_SAPLEINM_002 in IDOC_OUTPUT_ORDERS and change the quantity(MENGE) for each segment (E1EDP01) and modify the IDoc data (INT_EDIDD).
    Remember to create a Poject using CMOD and add this customer exit and activate, otherwise your code doesn't get triggered.
    Thanks
    RK

  • How to set PR Quantity = GR qty in PO

    Hi,
        I have a PR of 100 Qty. I converted the PR in PO . Now I made a GR of 80 qty. Remaining 20 Qty I dont expect any more from vendor.  The question is: If there is any way to set the Open quantity as 0 in PR Quantity/dates Tab(without manually changing the qty in PR).
    Wll delivery completed indicator in PO have any roll here?
    My Second Question is:
    Now I have already alocated a budget of Rs1000 against 1000 Qty. Pls suggest whether the amount of returning of 20 qty will roll back in the budget pool.MY confusion is budget affects which points of time? At the time of PR, PO or at the time of invoicing. 
    Suggesting your valuable inputs on this

    Hi,
    The Delviery Completed indicator can be set in PO .If you set the delivery completed indicator ,system doesn't stop you for doing the GR for remaining open quantity .Only GR compleyed indicator helps you in list of open PO pending & it won't show you the delivery indicator set PO .If you do the GR of remaining quantity then  it only decreases the commitment on account assignment.
    It will afftect the budget .
    You can spend the remaining amount to somewhere.
    The good way is that you block the line item temporarily.
    Thanks
    AMIT

  • How to set a trail file as completed?

    I am using GoldenGate to do an initial load, using parameters like:
    EXTFILE /tmp/aa, MAXFILES 1000, MEGABYTES 2000
    I don't understand why all the files except the last one are marked as completed.
    In my use case, I need all the generated files to be completed.
    What is the reason for the initial load extract not to do that?
    That seems like a bug to me?!
    What options / tools do I have to either:
    - configure the initial load extract to complete the last file;
    - complete the last file by hand after the initial load extract process exits.
    According to the "Logdump Reference for Oracle GoldenGate," it seems like it's only a matter of setting the FileSize token to the file's size, in the FileHeader record.
    I could develop a tool that does that, but I would rather find a better way.
    Thanks in advance!

    A trail file's "completed" status has a specific meaning, which is independent from the file's size. This status is indicated by setting the FileSize record (type 0x39) in the FileHeader record with flag 0x00 and the file's actual size as its value. I have verified this experimentally.
    You are right that a trail file is marked as completed by the trail's writer once the file reaches the configured limit.
    In the case of an initial load, the last file is not marked as completed. The last file is typically below the configured size limit, but no additional data is expected to be written into that file. Therefore, I don't see any reason for the last file in an initial load not to be marked as completed?!
    I wrote a small script that marks a trail file as completed, by setting the FileSize record to the file's actual size, and by clearing the flag on that record.
    When I run this script on the last file of an initial load, this file is considered as completed by any reader, as expected.
    I was hoping not to have to write my own script to mark trail files as completed. Is there a standard way to make an initial load extract mark the last file as completed?

  • How to set values to varaible without complete refresh of page

    hi,
    I am very very new to apex development. I want to understand how I can achieve following in Apex form,
    I have a LOV (p2_dept) in form with some values. Depending on the value selected on lov, another control (textbox p3_dept_loc) should be made visible.
    I am using apex 4.1.1.00.23
    Please help.

    Use Dynamic Action.
    based on the changes in LOV field (I am assuming thats a Select List), you will be able to set visible any other item or region.
    Following links should help.
    http://st-curriculum.oracle.com/obe/db/apex/r40/apexdynactions/apexdynactions_ll.htm

  • Do i need to bring in ID/documents into store if want to set up mobile contract?

    Hi, i have nebver been with EE before and looking to take out a 2 year mobile contract.  Does anyone know how you set up a Contract? do i have to go into store and take in any ID/ proof of identity or any other documents?thanks,

    Hi 
    You would need to take two proofs into the store.
    One such as a Passport or Driving Licence. And also a proof of address such as a utility bill, this must be dated within the last 3 months.
    Hope this helps!
    Thanks. 

  • How to set View for Completed items inside Tasks?

    How to set button for 'View' and see Completed items or not completed inside Tasks?

    Hi,
    You want to set custom views for Tasks folder so that when we click a view button, it will show all Completed or incomplete tasks, am I correct?
    Which version of Outlook are you using? There are existing views for completed/incomplete tasks in Outlook. In Outlook 2010 and Outlook 2013, we can find the buttons under View tab > Change View. Click Completed button to view all completed
    tasks; Click Active button to view incomplete tasks.
    In Outlook 2007, just click View > Current View to switch between different views.
    If I've misunderstood something, please feel free to let me know.
    Regards,
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to set a specific width to all the TextInputs used in a mxml file on its creation complete?

    How to set a specific width to all the TextInputs used in a mxml file on its creation complete?

    Hi subhajit nag,
    I think the best approach would what I say is if you can make use of a Global variable or using a Singleton class having a variable which can be accessed globally through out the application.
    Below is the sample what I am talking to:
    So in below example you can access the variables textInputWidth and textInputHeight globally throghout the application since you have decalred them in main mxml file.
    You can access these variabled in another mxml file as Application.application.textInputWidth and Application.application.textInputHeight. So if at all you are required to modify these values you are only required to modify at a single place in main mxml file..thats it.
    If you are use any Singleton classes like ModelLocator you can place these variables in this class and refer from that class.
    Hope this resoved your problem..
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical">
    <mx:Script>
      <![CDATA[
       [Bindable]private var textInputWidth:int = 250;
       [Bindable]private var textInputHeight:int = 25;
      ]]>
    </mx:Script>
    <mx:Canvas id="canvas1">
      <mx:TextInput id="txt1" width="{textInputWidth}" height="{textInputHeight}"/> 
    </mx:Canvas>
    <mx:Canvas id="canvas2">
      <mx:TextInput id="txt2" width="{textInputWidth}" height="{textInputHeight}"/> 
    </mx:Canvas>
    <mx:Canvas id="canvas3">
      <mx:TextInput id="txt3" width="{textInputWidth}" height="{textInputHeight}"/> 
    </mx:Canvas>
    <mx:TextInput id="txt4" width="{textInputWidth}" height="{textInputHeight}"/>
    <mx:TextInput id="txt5" width="{textInputWidth}" height="{textInputHeight}"/>
    </mx:Application>
    If this post answers your question or helps, please kindly mark it as such.
    Thanks,
    Bhasker Chari 

  • How do I set all users to have complete permission access to all other users on a single Macbook?

    How do I set all users to have complete permission access to all other users on a single Macbook?  When one user uploads a picture from camera, the other user is told they don't have permission to view.  Same with music.

    Go to System preference> accouts>unlock>click+and add name of new user, Adrop dowm window will appear, new Account and set for Admi, fill in their name, to make things even more simple, use the same password for all,if it will allow it. Click ceate account. Click allow user to admin this computer.Then go to sys prefs, sharing and click all the things you want to let everyone use, If you use separeate paswords then each user can set their own preferences. All users can be set as as administrator, click allow access for all users. This will allow every one pretty much the same access.
    OH yeah reart the computer sfter added a new user, and test the new login, if it's good coninue.

  • How to set a user status (complete) when ever system status is set complete

    Experts,
    We have configured status profile and few user status (say open, pre-release, complete) and assigned the status profile to the item category(zxxx).
    The problem we have is if we have a service order that is created with the item (item category zxxx) -- Say the header status is open and the item status is pre-release. Now end user comes and sets the header status to completed - then the item status is still set pre-release. It is not changing to complete as expected.
    Yes,  the Item system status is set to completed but not the user status. How do I configure to set a complete user status when the header and item system status are set to completed.
    Thank you
    Edited by: ram on May 4, 2010 8:51 PM

    I am not sure if this can be "reverse engineered" in Status profile.
    But here is some hint. You can use the BAdI CRM_ORDER_STATUS mehtod AFTER_CHANGE and actually break when the Header status is changed, and set the item status as desired.

  • Creating Sales Orders from Quantity Contract - ORDERS05 IDOC

    Hi,
    I have created a Quantity Contract in ECC. Now I want sales orders to be created w.r.t to the Contract through ORDERS05.
    Can anyone suggest which IDOC Segment and Qualf i have to populate to achive the same.
    Also say once I am able to achive the creation of Release Orders from the Contract through ORDERS05. If I surpass the Qty of the Contract . The IDOC should be have a field for notifying the same.
    REgards,
    BInayak

    Hello Binayak
    You  may use the following segment and fields for reference data:
    Segment: E2EDK02
    Fields:
    QUALF : IDOC qualifier reference document - I think for contracts this is '001'.
    BELNR : IDOC document number
    POSNR : Item number
    As per a flag to indicate that the contract quantity is surpassed, I doubt there will be anything like that becasue is an Idoc is before you created the order and how will the system know you have surpassed until an order is entered?
    I think you need to use 'completion rule' and copy control 'update document flow' features to work on this.
    Hope this helps.

  • Quantity Updation on quantity contract

    hi friends,
    I want to know the settings required for updating the quantity after release order in quantity contract. This is apart from seeing in the details in status overview screen.
    Regards
    Suman

    updating the quantity ?...couldnt get exactly what is required...but from contract to sales order with quantity point of view..check following setting
    1. in VTAA copy control...
    field Pos./neg. quantity  as + => if ur contract qty is 10 and u copy contract to sales order with qty 8 then ur contract will show 2 qty as open
    field Copy quantity as  blank=>Automatic quantity determination while copying
    field Update document flow as checked
    2. in VOV7 , ur contract item category...see that ur field completion rule is having option C meaning Item is completed after the target qty is fully referenced
    Regards
    Jagdish

  • Release Procedure for Quantity Contract

    Dear All,
    We have a business requirement to ensure that Quantity Contracts are released by the Account Receivable Accountant before the Sales Support Staff can create Sales Orders against them.
    Process : Create Quantity Contract (VA41) -> Release Contract (VKM3)->Create Sales Order (VA01)
    Currently, users can create sales order against the quantity contract before the contract has been released.
    I need guidance on how to implement system control to prevent this creation of Sales Orders before Quantity Contracts are released..
    How can i configure release procedure for quantity contract?
    Any assistance will be appreciated.
    Many Thanks

    Hi
    There is a concept of User Status / Status Management in SAP. By using this you can set status as default that is Blocked, and then the authorised person can release the document, only after that a person can create an Order, with reference to that Contract.
    The Customisation setting is in :- IMG> sales and Distribution>Sales > Sales Document>Define and assign User Profile(T Code is BS02)
    To know more about this you can search the Forum, also check the below given Link:-
    [http://web.mit.edu/sapbiz/docs/Explanation%20of%20Status%20Management%20functionality%20v3.doc]
    [http://help.sap.com/saphelp_crm40/helpdata/en/73/29943a7acb9023e10000000a114084/content.htm]
    Hope this will help you.
    Regards
    Amitesh Anand

Maybe you are looking for

  • HT1918 How to remove my credit card from my App Store Account?

    How I remove my credit card from my Apps Store Account?? I want to avoid unwanted purcharses from my nephew.... Someone can help me? I know it's possible to "upgrade" one account adding credit card, I can not find a way to remove it.

  • Invoice Posting problem in Framework Purchase Order

    Hi folks!! I am trying to post invoice for framework order, but information in PO reference tab is appearing as grey so I cannot enter amount or G/L account there. how can I make this tab writable. Best regards,

  • Exporting a PDF

    I am attempting to export a typed manuscript in PDF, converting it to MS Word.  Each time the conversion times out and I receive a message that the conversion has failed.  I have tried using both Firefox and MS Explorer browsers, and neither works. 

  • How do you borrow books in ibooks

    Can and how do you borrow books in iBooks

  • Can Safari 7 scroll bar arrangement be changed?

    After upgrading to Mavericks the new version of Safari (7.1.3 now) no longer has the immediately adjacent vertical scrolling arrows in the lower right corner.  Although it seems most folks like the new style, I prefer the older scheme.  Is there a wa