Update was terminated-order creation

Hello all
I am unable to create an order as the message "update was terminated" is displayed while saving the order.Can any one please tell me what could be the reason.
Thanks in Advance
Surya

Hi Surya ,
Update termination error may occur because of conflict in Number range. Eg if you r using stock item in maintenance order and system trying to create reservation for order and reservation number is more than current reservation number.
Some standard SAP notes r available to over come update termination error.
Hope this information will help you ....
Thanks and regards
Pankaj P Mohite

Similar Messages

  • Express document "Update was terminated" in CS62 order BOM change

    Hi All,
    I am creating one sales order BOM with reference to Material BOM. While creating BOM, we have setup BOM creation in such a way that while creation BOM status will be inactive.
    While changing status to active using CS62 transaction, I am getting error Express document "Update was terminated" from author. And after BOM created in CS61 is getting deleted automatically.
    Regards,
    Sachin

    Hi,
    There could be a database related problem. Contact your Basis Pople.
    Regards,
    Siva

  • Update was Terminated when creating a Sales Order

    Hiii...
    When the sales order was created for the first time in the QAS System, it thrown a update error saying "Update was terminated user XXXXX". I checked the error message in SM13 and found that the error was in
    RV_MESSAGE_UPDATE.
    When i check the dump of this, there was a dump saying
    " The length of COMMON PART "VEDACOM" in program "RVADOR01" is incorrect."
    "Error analysis"
    The structure of the COMMON PART "VEDACOM" in program "RVADOR01" is
    different from the corresponding area in the calling program
    "/SMB40/RVADOR01".
    Length of the COMMON PART in program RVADOR01: 6600 bytes.
    Length of the COMMON PART in program /SMB40/RVADOR01: 2840 bytes.
    There is probably an error in the program
    "RSNAST00".
    This is for V1 Document type for ZA01 Output type.
    Error occured at
    896 * restore original NAST record (in case TNAPR-RONAM changed something)
    NAST = TEMP_NAST.
    The same thing is working fine in DEV. But problem in QAS. This is the first document generated in QAS.
    Kindly help.
    Best Regards,
    Srikanth.

    SAP Note 1614849 addresses this.
    Cause
    There are two common reasons for the dump: a) Z-program or b) Incorrect
    Program
    Resolution
    Replace the Z-programs with the standard output
    Check the following customizing: SPRO > SD > Basic Functions >
    Output Control > Output determination using the condition technique >
    Maintain Output Determination for sales documents > Maintain output types.
    Select Output type ‘BA00’, double click on “Processing Routines” and change for
    medium 1 the program from ‘/SMB40/RVADOR01’ to for example‘RVADOR01’

  • Express Document:Update was terminated while processing the Order via VA02.

    Hi,
        User was trying to process order for orderlines say for Eg POSNR 20 to 400 for a particular order,He ended up with Express document :Update was terminated error.When i Checked in SM13 for the update termination errors,I got the following error.
    VI: 200 Item status (document &, item &) is missing.
    I checked the order (POSNR 20 to 400 ) in VBUP  table and the entries were missing for this order (Posnr 20 to 400 ).
    Appreciate you'r Inputs.
    Thanks
    Rakesh.

    Hi,
    Can you please send the detail message in express document.
    Apps

  • Error in creation of billing document: update was terminated

    hi experts,
    i am facing one problem while creating "Billing Document" in VF01 . After i save it says 'Document 941700032 has been saved' but later after i click on tht it shows d error "update was terminated' and billing document no i not getting created .
    Thanks

    After save, and during SAP's update processing, a fatal error occured, causing a rollback of the transaction.  Since the user is no longer in that same transaction at this point, SAP issues the Express Document to attempt to inform that there was a failure.  Check ST22 for abend...in the meantime, check for exit coding that may be causing an error...In my previous life, working with SD/LE at lot, I was able to get these regularly by fouling up my exit coding....lol.

  • Update was terminated during PO creation

    Dear All,
    we recently copied the client in to a newserver, now we are doing testing
    while creating PO i am getting error Update was terminated by the user xxxx, i checked sm13 (updated requets)
    i found error status as Error in V2 Part
    1     ME_CREATE_DOCUMENT             V1                                 Processed
    2     EINKBELEG_WRITE_DOCUMENT     V1                                 Processed
    3     MCE_STATISTICS_UPD_V1             V1                                 Processed
    4     MCE_STATISTICS_UPD_V2              V2                                   Error
    5     ME_CREATE_MRPRECORD_PO     V1                                 Processed
    6     HANDLE_TEXT_ARRAY_AFTER_COMMIT          V1                 Processed
    7     ME_UPDATE_QUOTA_DIALOG                           V1               Processed
    8     OS_UPDATE_CLASS                                           V1          Processed
    9     RV_MESSAGE_UPDATE                                           V1         Processed
    here row now 4 showing error if i double clicked on it 
    system showing
    Status of update module alert box has come
    function module  - MCE_STATISTICS_UPD_V2
    status                  -MCE_STATISTICS_UPD_V2
    Report                  -LMCS4F10
    Row                     -1,262
    Error details           class-00       number-671
    00 671: ABAP/4 processor: LOAD_PROGRAM_NOT_FOUND
    i found buttons 1)ABAP Editor (F5) 2)ABAP short dump (F6)
    if clicked on abap short dump
    Short text
        Program "RMCX0006 " not found.
    What happened?
        There are several possibilities:
       Error in the ABAP Application Program
        The current ABAP program "SAPLMCS4" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
        or
        Error in the SAP kernel.
        The current ABAP "SAPLMCS4" program had to be terminated because the
        ABAP processor detected an internal system error.
    What can you do?
        Note down which actions and inputs caused the error.
        To process the problem further, contact you SAP system
        administrator.
        Using Transaction ST22 for ABAP Dump Analysis, you can look
        at and manage termination messages, and you can also
    keep them for a long time.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_PROGRAM_NOT_FOUND', was not
         caught in
        procedure "TMC2F_FROUT_CALL" "(FORM)", nor was it propagated by a RAISING
         clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        On account of a branch in the program
        (CALL FUNCTION/DIALOG, external PERFORM, SUBMIT)
        or a transaction call, another ABAP/4 program
        is to be loaded, namely "RMCX0006 ".
        However, program "RMCX0006 " does not exist in the library.
        Possible reasons:
        a) Wrong program name specified in an external PERFORM or
           SUBMIT or, when defining a new transaction, a new
           dialog module or a new function module.
        b) Transport error
    Regards
    Gopala.S

    Usually this error I anticipated were either related to printer message not configured properly, or accounting document not updating correctly. Check either or and see where the problem is.
    Check this blog I wrote on this error:
    I came across one problem at one of my projects which I would like to share for everyone's experience.
    The problem was when client was doing MIGO and when he was saving the document, it was making the MM document, but when you hit back button or go for display it
    came up with this error 'UPDATE WAS TERMINATED'. This problem came up in both MIGO and SD billing document posting.
    Now I had to jott down what the problem really was, so I started closing up on problem, by creating many PO's and doing MIGO'S against them with different document types, all went great and those documents got posted, but when I used the same GL'S as client was using as he was charging it to cost center and the GL'S used there were consumption GL'S,those GL'S were causing the problem. How I found out that GL was causing problem, as I used another GL which was not for consumption and the document got posted.
    Now as the problem got cornered, now we had to figure out how to solve it. Here at client we have two plants, one for Pakistan and one for Philippines, so I checked the same scenario on Pakistan and the document got posted with consumption GL as well. So now its more clear that problem is with client Philippines posting.
    So I sat down with (ABAP) consultant to check out the problem. He went through his checking and pointed out that one document No.  40000400 was not getting updated. Now the question came what document this number is assigned to. Suddenly it clicked my mind to check the client Pk document which was posted with same Gl, so when we displayed that document we came to
    know that this number range was getting assigned to CONTROLLING DOCUMENT.
    So we went back in customizing, and found out that CONTROLLING DOCUMENT current number was stuck on 40000100, whereas the last number recorded in table was 40000400, so we updated the current number there and thats the end PROBLEM SOLVED. This controlling document Number was causing this problem on both MIGO and SD billing document.
    Another solution which came to our mind was to clear the Buffer, so that the number ranges of the clients gets updated and we notified our basis person as well but in mean time we solved the issue.
    Edited by: Afshad Irani on Aug 5, 2010 2:51 PM

  • Express doc"Update was terminated" received from author(Quotation creation)

    Dear all experts,
    I have created a Quotation (VA21) and saving it. The document number is created immediately.
    Then, it shows a message 'Express document "Update was terminated" received from author...'
    While I try to display the document number, it states that the document is deleted or been archived.
    It happened continously for the subsequent document and the numbering is still runnning as usual.
    In fact, it was happen few months ago. We ended up not creating any document for that day and it recover back as normal in the second day.
    May I know what is the cause of it and how should I do with it?
    Thanks for all the big help.
    Cheers!
    Benn

    Dear Raja,
    Thanks for your idea, it did give me a good starter to kickstart the inverstigation.
    I have done the checking with my project team and we found no overlapping number range as we are using very simple and few number range.
    However, I will like to share an error message I found in the Inbox of the user who receive the message.
    [Error Info: 00 671: ABAP/4 processor: CONVT_NO_NUMBER]
    I'm not sure is it related to your suggestion or not.
    Anyhow, thank you very much. Now, I'm going to try on others suggestions.
    Cheers!
    Benn

  • Update was terminated error while scheduling maintenance plan

    HI Friends,
    I created a maintenance plan.I scheduled the order and i saved.
    Now when i tried to see the schedule i am getting a message
    "Update was terminated"
    the detailed error is
    Update was terminated
    System ID....   DEV
    Client.......   XXX
    User.....   XXXXX
    Transaction..   IP10
    Update key...   49041E2C02935CCCE10000000AFA0209
    Generated....   30.10.2008, 17:22:18
    Completed....   30.10.2008, 17:22:19
    Error Info...   00 671: ABAP/4 processor: SAPSQL_ARRAY_INSERT_DUPREC
    Can anyone tell me why this error is coming and how to rectify.
    Thanks in advance
    Vivek
    Edited by: vivek mankad on Oct 30, 2008 1:38 PM

    Vivek,
    Talk to your ABAP/Basis team
    PeteA

  • Update was terminated error is coming?

    Hello experts,
      I got an error while creating a process order.System allowing to create a process order after saving througing an error
    " Express document "Update was terminated" received from author "GLP Developer"
    'Error Info... 00 671: ABAP/4 processor: SAPSQL_ARRAY_INSERT_DUPREC".
    I did changed the number ranges for a particular order type.Created one order and prcessed.But again getting the same error while processing second order.

    Hi max,
       Thanks for your immediate response.We removed all number ranges .related process order again assigned the new number ranges  000000200001 to 000000299999 are not used earlier.In this case while creating a process orders  it is getting updated randomly and showing present number in number range as 20011.If we see  5 process orders only able to see in system even I created 11 orders. For remaining orders it is showing not found tried continuously creating process orders in COR1 transactions and checking for updating in display mode.Same thing some orders or missing.FOr missing orders it is shoeing the above error.
    Please respond.
    Thanks in advance,
    Charan

  • PM workorder printing problem -- *"Express document "Update was terminated"

    Hi All,
    I have designed a PM workorder smartform.
    This form is getting triggered from the standard transaction IW32. There is a Z driver program and Z smartform.
    However when I am directly trying to print the this smartform(Order> Print>order) using the shoppaper number customized for my Zdriver program and zsmartform, the workorder gets saved but then on again entering into the workorder its gives the message :-
    "Express document "Update was terminated" received from author "XXX".
    And hence I am not able to print the smartform.
    However when I see its print preview and then try to print the smartform its allowing me to do so.
    Can anyone provide me the solution for the same.
    Thanks in advance for your help.

    Hi,
    the exception in fm CO_BH_ORD_HEADER_PRE_READ appears in two places:
    1.-
      IF import_message_id IS INITIAL.
      ELSE.
        IMPORT order_tab FROM MEMORY ID import_message_id.
      ENDIF.
    * Aussteigen falls überhaupt kein Auftrag/Netzplan gefunden wird
      IF NOT sy-subrc IS INITIAL.
        RAISE not_found.
      ENDIF.
    2.-
      IF no_afpo IS INITIAL.
      ELSE.
        IMPORT pos_tab FROM MEMORY ID import_message_id.
      ENDIF.
    * Aussteigen falls überhaupt kein Auftrag/Netzplan gefunden wird
      IF NOT sy-subrc    IS INITIAL AND
             counter_tot =  1       AND
             no_afpo     IS INITIAL.
        RAISE not_found.
      ENDIF.
    Put a break point and execute to see what is going on.
    Best regards.

  • Error Update was terminated at time of VFO1

    Dear All,
    I have created sales order with ref to contract no through standard  BAPI ,now i am going to create bill with ref to sales order (which i have created through BAPI),while saving the bill it will give me error Update was terminated and in SBWP .i have received mail that contains:
    Transaction..   VF01
    Update key...   4A98C715DA854584E10000000A08351C
    Generated....   29.08.2009, 16:34:28
    Completed....   29.08.2009, 16:34:29
    Error Info...   M2 815: Error while determ. loc. crcy: exchange rate type M
    After that i have created as sales order without use of BAPI with same contract number ,and after that i have created bill with ref to sales order at that while saving it give me no error
    so pls help me out on this,

    Can you contact you functional team showing the below message
    Error Info... M2 815: Error while determ. loc. crcy: exchange rate type M
    Check ifthe below note give you some help.
    Note 1362966 - BAPI: FAGL_PLANNING - incorrect exchange rate type is used
    Thanks
    Rishi Abrol

  • Update was terminated

    Hi,
    In VA01 tcode, we created a sales order and it generated sales document number. When we go to VA02, it was throwing an error 'Express document "update was terminated" from the author'.
    How can we rectify this error??
    Ur help is highly appreciated.....
    Thanks,
    Ravindra.

    <i>
    > Hi,
    >
    > Thanks for all who gave suggestions.
    >
    > I studied dump, it was giving a runtime error
    > "SAPSQL_ARRAY_INSERT_DUPREC". I thought some
    > duplicate records are existing, but I found nothing.
    >
    > Actually for year 2006, new number ranges were
    > generated, the range is 74101 to 74200. Its picking
    > sequential sales document number and giving the
    > message that document is saved in the status bar in
    > VA01. </i>
    Sales orders are not like material documents or accounting documents that they are dependent on the year. The numbers can repeat for material documents or accounting documents if they are in two different years. But that is not the case for sales orders. <b>They are not dependent on the year they are created. The number simply cannot be a duplicate</b>
    <i>
    >If I search for that generated doc number in
    > the related table, I didnt find that.</i>
    Which table did you search?
    <i>
    > But when I see in VA02, it was throwing this error
    > "update was terminated".</i>
    If it is not there in the table you searched, then how come you are able to go to VA02(change sales order) transaction for the same order that you said is not in the table?
    <i>> I think my problem is clear to U ALL.</i>
    Please clarify.
    Srinivas

  • Update was terminated received from author in sap iw32(During changing the settlement rule)

    Hi,
    I am getting an error "Express Document 'Update Was Terminated' Received from Author" when i am adding the settlement receiver. New settlement receiver is from period 03.2015. changed the ref object(functional location) and the tried to add the settlement receiver.
    ST22 details
        Trigger Location of Runtime Error
        Program                                 SAPLCOZV
        Include                                   LCOZVU23
        Row                                       86
        Module type                           (FUNCTION)
        Module Name                        CO_ZV_CONSISTENCY_CHECK
    need help.

    Hi Tilak,
    This is due to status inconsistency, kindly check SAP Notes, also if this is not the exact solution, raise a note to SAP.
    157070 - PM/SM order:DUMP_STATUS_INCONSYSTENCY_XXXX in savng
    Regards
    Terence

  • Update was terminated POST_DOCUMENT

    Hi all,
    I have an rare error when we try to update records trough F-02.
    After we do a client copy from our productive to our QAS, We can't update records under the tr. F-02, this saids:
    Function Module        POST_DOCUMENT
    Status                 Update was terminated
    Report                 LF005S01
    Row                    293
    Error details   Class:     F1         Number:    109
    F1 109: Line item 001
    I think thats can be for a transport order that modify the records, but we do an homogeneous copy now and this problem is solved.
    At the moment, We only have this error in DEV system.
    Thanks in advance for your help.
    Regards.
    Sebastian

    The issue was due to the VAT accounting document number range got exhausted. We increased the upper limit of the number range and this resolved the issue

  • Error Message " Update was Terminated "

    Hi,
    While changing a sales order using Transaction VA02.
    I need to change the pricing order at item level.
    After changing the pricing date and recheking the order iam getting the following message " Update was Terminated".
    When i double click the message iam getting the following details.
    System ID....   KLD
    Client.......   400
    User.....   BU3821
    Transaction..   VA02
    Update key...   4B5DE5695CF91768E10000009B7DA705
    Generated....   01.02.2010, 07:57:04
    Completed....   01.02.2010, 07:57:04
    Error Info...   Error during update of Table VBKD (RC= 4, Key= 141018903)
    Finally the Pricing Date is not getting updated.
    What needs to be done to update the pricing date
    Regards,
    Bhaskar R.

    Hi
    A dump has occured while saving the data in table VBKD in a background process.
    U can see the dump by the following transaction:
    SM13
    SM21
    ST22
    Max

Maybe you are looking for

  • Oracle TimesTen and OBIEE

    Hi all, Does anyone have experience with Oracle Times Ten database and OBIEE? To me it seems like the performance would be significantly improved or is that just a theory?

  • Full program pared down to parts - ideas to proceed...

    I am hoping to receive some tips on how to do this.  I just completed a 30-minute brown bag video.  It has an intro graphic and some low-rent music, then goes on to cut between the live speaker and graphics. It will be posted on our YouTube channel a

  • Error in IDOC testing

    i have copied standard function module IDOC_INPUT_FIXED_ASSET_CREATE into custom Function module withcustom message type , basic type , process code . But when I use transaction we19 for testing my inbound IDOC, it is giving me error " interface for

  • CVI 2013 UIR changes are not implement on subsequent build.

    I have noticed that on a compiled project if you change the visibility of a UIR object, these changes are not reflected on the subsequent build. There are files that are set to recompile but in least some cases the change to the UIR is not reflected

  • Late 2006 MacBook Pro and Lion

    Late 2006 MacBook Pro (2.16 Ghz Core 2 Duo w/ 3 GB RAM). I'd like to run Lion on it so I can use iCloud to sync calendars, contacts etc between it and my Mac Pro, iPad and iPhone MacBook Pro is old I know, but I'm not at the stage of being able to re