Open order should be closed after billing

Hi,
I want to know after completion of complete process of sales, all the documents should be closed automatically, not allow to change in sales order, delivery, PGI & Billing document.
Open order should be closed after billing
Regards,
Vijay Sanguri
9324905500

Hi
Any order say order no 1000 contains material A and material B both 10 each
Order delivered and billed and even payment has come
Now no user should put the order in VA02 order no 1000 and change the quantities from 10 to 12 of both materials A and B
how to control this
OVAH t code message no V4--083 change from warning to error
Mostly this is the message number or by testing you can find out the exact message number
It is V4 type only available for customization in OVAH t code
this will take care of qty change
Now in VA02 mode material C should not be added along with material A and material B both 10 of each
This has to be controlled by userexit
Regards
Raja

Similar Messages

  • IN MY IPAD WHEN I OPEN SAFARI IT OPENS AND THEN GET CLOSED AFTER 2 SECONDS.

    IN MY IPAD WHEN I OPEN SAFARI IT OPENS AND THEN AUTOMATICALLY GET CLOSED AFTER 2 SECONDS.I TRIED EVERYTHING EXCEPT RESTORING.

    We're sorry to hear that Firefox is crashing when you open it. Please do the following to give us crash IDs that will help us understand more about the crash.
    #'''(OS X 10.6 or previous)''' Click the '''Finder''' icon in the dock. Your home folder will be selected. In the right side of the window, click the Library folder to open it. Then open the "Application Support" folder, the "Firefox" folder, the "Crash Reports" folder and finally the "submitted" folder.<br>'''(OS X 10.7 or above)''' Click the '''Finder''' icon in the dock. On the menu bar, click the '''Go''' menu, hold down the '''option''' or '''alt''' key and select '''Library'''. A window will open containing your Library folder. Then open the "Application Support" folder, the "Firefox" folder, the "Crash Reports" folder and finally the "submitted" folder.
    #Open the 5 most recent files with a text editor and copy the IDs.
    #Paste each ID with '''bp-''' into the reply window on the forums.
    Thanks in advance!
    You can find more information and troubleshooting steps in the [[Firefox crashes]] article.

  • Set sales order status is complete after Billing document created

    Hi experts:
    Current
    Complete rule of item category 'TAN' is space.
    The Status will be set complete after Delivery  document is created.
    I want to change the rule to
    the status will be set complete after billing document is created.
    Han can I do it ??

    Go to VOV7, select the item category and execute.  There maintain "B" against the field "Completion Rule"
    thanks
    G. Lakshmipathi

  • Open orders should not update in MD04

    Hi, SD gurus,
    I have the below requirement,
    My business scenario is
    when  total open sales order quantity crosses a particular number(Ex:1000 Pcs) in a month, after that whatever the sales order we create it should not update in MD04.
    Our Business process,
    1. Creating a sales order
    2. Allocation run (here system will execute Credit check, availability check, and listing an Exclusion etc. here we need to enter sales order no, plant, allocation type)
    3. Creating a delivery
    4. Invoicing the customer
    Note:
    Usually when we de check MRP type and allocation in Scheduline category system should not update in MD04, but if we de check this as for our business process system should  not execute Allocation run
    Thanks in Advance
    Yuvaraj.

    Respected Lakshmipathiji,
    Thanks for your clarification but i have query here..
    ""if the users are ready to do this manually once a line item exceeds 1000 pcs a month, well and good""
    How users will check material wise?(suppose if sales order contains more than 100 line items and each line item will have its own requirement updates--will they do this material wise?)
    Is there any report which give the Status on Requirements for group of materials(MD04 status) in Standard SAP??
    Phanikumar

  • Accordion Issue with IE7/XP: First tab is initially opened. Should be closed

    I'm almost finished my navigation menu for a client and everything is looking good. Except in IE7, of course. In IE7, the first tab is opened a little and I'd like it to be closed completely. How do I solve this or is this just a Spry bug?
    http://www.tendergreensfood.com/wp-content/themes/greens/test.html

    Make the default panel -1 in the constructor (panel number -1, of course, does not exist, so no panel will be open at first):
    <script type="text/javascript">
         var acc8 = new Spry.Widget.Accordion("Accordion1", { defaultPanel: -1 });
    </script>
    Lovely site, by the way...
    Beth

  • Open orders and Shipped not billed orders

    Hi All,
                     What is the fastest way to calculate the open orders amount and shipped not billed amount for a given customer.
    Thanks
    Venugopal Reddy

    Can u try this option and see if this is increasin your performance.
    For the billing documents ...
    Goto table VBUK and check the fields LFSTK = 'C' " Delivery completed and
                                                            FKSTK NE 'C' . "billing open
    At header level check that GBSTK ne C "over all processing status is open .
    This will yield you the list of open Invoices ..
    You need to bring in the select query with a join on VBRK and VBUK ..
    once u get the list of open invoices  then calculate the open qty from VBRP and VBUP where VBUP-GBSTA ne 'C'.
    here pick the qty from vbrp and sum it up to check the open qty.
    just like this ..
    SELECT vbeln
             fkart
             kunag
             gbstk
             INTO TABLE it_billing_h
             FROM vbrkuk                       "VBRKUK is a DB view " VBAK+VBUK
             WHERE vkorg IN so_vkorg
             AND vtweg IN so_vtweg
              AND spart IN so_spart
             AND kunag IN so_kunnr
             AND gbstk NE 'C'.
        IF NOT it_billing_h[] IS INITIAL.
          SELECT c~vbeln
                 c~posnr
                 c~matnr
                 c~fkimg      "---->open qty
                 d~fksta
                 d~fksaa
                 d~uvfak
                 d~fkivp
                 d~fssta
                 d~gbsta
                 INTO TABLE it_billing_items
                 FROM vbrp AS c JOIN vbup AS d
                 ON dvbeln EQ cvbeln
                 AND dposnr EQ cposnr
                 FOR ALL ENTRIES IN it_billing_h
                 WHERE d~vbeln EQ it_billing_h-vbeln
                 AND d~gbsta NE 'C'.
    use control break and sum the qty ..
    hope this helps ,
    Regards,
    Vijay

  • Open orders at the end of the year

    Hi,
    I have not dealt with open orders at the end of the financial orders.
    Just would like to know how they will be dealt with in case they are open
    Best Regrds
    Surya

    How you deal with them, depends on what is in them. If the goods issues and goods receipts are not in balance, and the values are material, you should do a WIP calculation and post that. Otherwise you can do nothing.
    It also depends on why the order is open - is it still being produced, or is it an old order. Old orders should be closed some or other time, so that they can be excluded from the month-end runs, and later on be archived. Large numbers of open orders can slow down the system during month-end processing.

  • Open Orders Cancellation & Sales Budget

    Hi Guru's,
    I have a scenario where in my client wants that all the open orders pending for processing after the month end should be cancelled in one go... Is this possible?..
    Secondly is there any option in SAP to fix the Sales Budget for sales in a particular territory on annually,monthly & weekly basis..
    Suitable points will definitely be rewarded immediately if the suggestion helps me out..
    Thanks in advance..
    Regards
    Bhushan

    Hi,
    Thanks for your valuable suggestion..I have a doubt like when we are inputting the Sale Order Nos  and the reason for rejection, we are geting display of all the line items present in that order. In this case i will have to select the corresponding line item manually which has been partially delivered and assign a reason for rejection and save it.. Is there a possibilty where in i input the sale orders and the corresponding line items (recieved from va05) and assign a reason for rejection to all the open line items of a sale order..
    Any suggestions on the sale Budget settings please..
    Thank You very much..
    Regards
    Bhushan

  • Open Orders Values in Transaction Code MC(A

    Dear Friends,
    I have been asked to develop a report similar to the report in Transaction Code MC(A. But I have been asked to develop a report in such a way that the field OPEN ORDERS should display the value equivalent to:
      OPEN ORDERS = INCOMING ORDERS - SALES ORDER
    bcoz in the standard report the field OPEN ORDERS display the value of a particular company for all time. So, I want tht this field should display the value only for the entered time or for entered company.
    Please help me with the coorect code for this.
    Waiting for your valuable responses.
    Bye,
    Deepti

    Hi Kiron
    Thanks for your early response,
    I have checked as u suggested. Even I checked the Table T702B where all the necessary data are maintained.
    This problem is occuring for one personal number and I have seen other personal numbers are entered with other Credit Card number with same Card Type. For this particular personal number I am trying to execute PRCCE for the first time.
    suggest me further
    With Regards,
    Sudipto

  • OM Sales Order Header should be Closed Immediately after Lines are closed

    Hi,
    OM Sales Order Header should be Closed Immediately after Lines are closed.
    Could you tell me how to modify the header workflow, if anyone has done this...could you please share.
    Thanks

    Thanks Mano, it worked.
    I have one question in workflow, let me create new thread.
    Could you please check my other question at below.
    OM Notable able to capture Approver Rejected comments from the Note field in WF
    OM Notable able to capture Approver Rejected comments from the Note field in WF

  • Value of inventory after Goods Issue, before Goods Receipt for open order

    Dear Experts,
    Raw materials R72 and R82 are required to produce Semifinished Product S10.
    Semifinished product S10 is required to produce Fnished product F20
    On 10th August 2011, I created and release a Process Order for material S10 copying component materials R72 and R82.. Goods issue for component materials R72 and R82 were done for this process order using tcode MIGO (mvt type 261).
    It  takes four to five days to properly blend components R72 and R82 to obtain S10.
    It means Goods Receipt for this process order will be done on 14th or 15th August when this blending has been completed.
    Management suddenly issues a directive that stock take should be carried out in the plant on the 12th August 2011, and my process order is still open and cannot be closed ( or goods receipt cannot be done)  because blending is yet to be completed.
    Please how do I take care of this scenario/situation since Goods Issue has been done already?
    How will the Accountants see or get the correct value of inventory?

    When I run WIP Calculation for my Process Order, what will be the effect ? I mean what accouts are updated by WIP Calculation within a period (not across a perion or  at period end)?
    GI values issued to the Process order will come into WIP GL .( Since your client want to know the stock take should be carried out in the plant on the 12th August 2011- we are doing WIP calculation)
    > After  this WIP Calculation is run,  and say about 2days later, Goods Receipt for this process order is to be posted, what steps am I suppose to carry out?
    After GR Made, Run a WIP calculation again for the order so that The WIP from the GL account will get reduced ,now WIP= (GI value + confirmation ) -(GR Value),
    Check in DEV system before doing in PRD,
    On Month end, do the variance calculation and do the settlement

  • Order Related Billing - Overall Status B after billing

    We have changed billing relevance of our order related billing item category to B (Relevant for order-related billing - status acc.to order qty) and the copy control to the billing document to E (Goods receipt quantity less invoiced quantity).
    This now allows us to bill these sales orders based on the GR and not wait on the IR.
    However, how can we control the overall status of the sales order item billed? When billed partially, the overall status is set to B (Being Processed).
    I see no process, except changing order quantity which will set this overall status to C.
    I see COMPLETION RULE but after setting this and completing billing, the overall status is still BEING PROCESSED. I assume this is because the copy control from sales document to billing document does not have an 'update document flow' option.
    Is the solution a custom routine in the copy control?
    Thanks

    hello, jim.
    the system behavior is correct. in a purely order-billing scenario, the status remains as "being processed" because you have not completely billed the item, and there are quantities that are still to be invoiced.
    if the open balance is no longer to be billed, in general we "reject" the open items.  this action completes the line item status.  if there are no other line items in the order, the entire document will also be completed.
    i think you have a third party transaction.  when you say "partially billed", are you referring to quantities invoiced based on GR, which may be less than the order quantity?  if so, rejecting open quantities in the sales order should complete the order. 
    regards.

  • Item Cat field on Sales Order is modifiable after billing

    Is there any way that the Item Cat field on sales order line items can be made non-modifiable after billing?

    Hello Lisa,
    The item category field should not be ready for input after billing.
    Perhaps you have some modification that is making it open for input. Please check USEREXIT_FIELD_MODIFICATION in MV45AFZZ to see if there are any modifications relating to the field VBAP-PSTYV.
    Also the information from OSS note 208245 will help you to analyse the issue further.
    I hope this helps.
    Best regards,
    Ian Kehoe

  • Calculation of open orders and shipped not billed orders amount

    Hi All,
    I have  a  requirement to arrive at the values of ‘Open Order’ and ‘Shipped not billed  ’ . 
    This is an interface program and the output will be sent to a target server.
    Input :  Company code,  Customer Code , Document date.
    Output Fields are:
    Customer Code
    Sum of all open orders value
    Sum of all shipped not billed orders  value
    To give an example
    A Customer has 50  orders and  the number of line items are  200 .
    Overall  order amount for 200 line items is 10,000.
    70 line items have been delivered (amounting to 5,000) and
    30 line items among the 70 delivered have been invoiced. (amounting to 3,000).
    I need to know the best way to get to:
    (1) Total "Open order" amount for the customer which is 5,000 in this example.
    (2) Total "Shipped not billed" amount for the customer which is 2,000 in this example.
    (3) Total "Invoiced" amount for the customer which is 3,000 in this example.
    We are looking for the tables to access and the sequence of access
    Since the interface is to be executed more than once in a day ,
    the execution time should be optimum
    Please suggest
    Thanks
    Venu

    check table VBUK
    GBSTK ne 'C'      "over all processing status
    and FKSTK ne 'C'  "open billing orders
    at header level
    and
    for item level check
    Vbup tbale
    make a join on Vbrk and VBuk in the where condition in addition to the selection criteria add the above two conditions and check the same.
    once you have all the open orders enable the items and do the subtotalling and grand total on the item loop.
    regards,
    vijay

  • SIS- Updating- Open Orders value and quantity not updated after delivery

    Dear Guru's
    in the SIS transaction MCTA
    when i create the sales order the values in the fields
    incoming sales ,sales,credit memo,open orders ,open orders etc
    are getting updated correctly
    but after creating the delivery,pgi and billing these values are not getting updated .like the reduce in the open order,open oerder qty they same as earlier afer creating sales order.
    if i cancel the order then the values are again updated accordingly
    can you please suggest me a solution for this problem,why this is happening of not geting updated after doing delivery and pgi
    waiting for the reply
    thanks in advance
    ramana

    Hi,
    Your query revolve's around LIS reporting. For any reporting, SAP recommended solution is SAP BI
    FYI SAP is not going to continue Support for LIS Based reporting.Developement on LIS based reporting is already stopped.
    Companies still use this tool to manage their reporting.
    Not all the key figures are updated by default. In your case you will have to carry out the enhancement.
    Please go through the following path:
    SPRO - Logistics General - Logistics Information System --- Check Help on Data Enhancement.
    Rgds

Maybe you are looking for

  • Bulk Delete Draft AR Invoices

    Our customer has the requirement to be delete hundreds of draft AR invocies that have been created. Not all invoices needs to be deleted, only those with a partocualr product (query which has been generated). Is there a way that bulk draft documents

  • Making department field as required field

    Dear gurus i have a requirement while making a PR there is a field known as department i want this field to be a required entry how to do this Regards Saad Nisar.

  • GR for non valuated material/ no quantity update

    Good Morning, I wonder if someone can clarify if SAP is performing as expected in the following scenario: I have one company code. Valuation level is set to plant. There are two plants attached to the company code. I have a non valuated material that

  • SALUDOS Y PREGUNTA

    Hi, I would like to know how can I begin dreaweaver, because I dont understand nothing. Mr. Producer

  • Why won't my new iCloud e-mail address work on my iPhone or online?

    I recently set up an iCloud account. Everything seems to be working except mail? Is this happening to everyone?