Updates are terminating.

HI
in my system
when i post a document  after save  sistem showing a message 
UPDATES ARE TERMINATED  BY THE AUTHOR XXXXX..
PLEASE HELP ME
THANKS IN ADVANCE

Hi,
It seems like you are posting a doc with doc type, where the number range for the document type was already used the current number oin FBN1.
Go to OBA7 and fint your doc type's number range object.
Go to FBN1 and enter your comp code and find number range object's number range FROM NO & TO NO
In the current number field for that row, please check which number is there....there could be an issue in your system that this number might have already used...for the same company code but coz of data missing in your system...you could not able to post any docs.
Just go to menu item Interval-> Change Current Number
Here change the current number...just add 10000 numbers...if your curr no is 1900001234...replace it with 1900011234.
And then try again posting your doc.
If still you are getting the old dump, then again add another 10000 as above and try.
Probably this could resolve your issue.
Note: First in SM12, clear all your locked entries also.
Regards,
Srinu

Similar Messages

  • Error 'Update Was Terminated' - While clearing an open item

    Hi,
    We are facing a problem where we receive an error - "Update Was Terminated" when we try to clear some entries for 3-4 vendors (posted in period 12 of year 2006. it happens only for those 3-4 vendors). We have identified the problem as follows:
    1) We ran program SAPF190 and found that there is a defference in the 'debit balance' and Total of line items' for these vendors. I ran program SAPF71 (in Quality server) which rectified some entries. However, some entries still remain incorrect and these entries that still remain incorrect are ones - "which have a posting date of 10 oct 2006, but the posting period picked up by the document header is period 12, instead of period 7". Now, some other documents posted for the same vendor on the same date have picked up the correct posting period i.e. 7. I am really baffled at how this actually happened and howcome the system allowed it??
    2) After running program SAPF190, there were some entries that got corrected (these entries were just not captured by the system in the balance field, and did not have the same problem as the entries mentioned above where the wrong posting period was picked by the system). When i tried to clear the line items for the vendors whose entries had been rectified, it still gve the update error. When i checked the number range status, i noticed something very odd:
    "The number range status shows a number much higher than what the system is automatically picking for the documents (e.g system picks 230 as the document number when posting, but the number range staus in FBN1 shows current number as 256). Also, once 256 is reached (i posted 26 documents for it) and we post the 257th document, the error remains and the status number now moves up 100 places to 356). At this time if i post another document it picks the number 258 instead of 356...and if i keep posting documents till 356 is reached, im sure when i post the 357th document, the status will jump to 456)
    Can someone please help me here!! I dont understand how and why this is happening!!
    Thanks!!
    Regards,
    Angad

    >
    Ravi Sankar Venna wrote:
    > Hello,
    >
    > Please let me know the ERROR name you are getting and what is the transaction code you are using to clear. (F.13 or F-44)
    >
    > Try to analyze the dump in ST22.
    >
    > Regards,
    >
    > Ravi
    Hi,
    The error is "Update was terminated" . It sends this message to my inbox!! After searching a bit i found about the two reports - SAPF190 and SAPF071. After running them i found some balance mis-match. I ran the two programs and it rectified those mis-matched entries!! However, even after that, it is giving me the same "update was terminated" error. We are using F-44 for clearing.
    This error is coming only for those entries which we had posted using a user-exit. Basiaclly these are entries for late payment which were programmed to be posted directly at the time of invoicing. I just checked the code of the exit, and these entries were (astonishingly) made directly into the BKPF and BSEG tables (infact the posting period was hard-coded to '12', which is why even when my posting date for these documents is 10.10.2006, it still enters posting period '12' in the header instead of '7'.). Therefore, there were balance mis-match when we saw the monthly balance in FK10N and compared it with the line items total for that month. However, on running report SAPF071, it corrected those entries, but the update error problem still persists!!
    The exact error:
    Update was terminated
    System ID....   QAS
    Client.......   100
    User.....   MOHGYA323233
    Transaction..   FB1K
    Update key...   4A206A2D00E5001202000000C0A80A35
    Generated....   04.06.2009, 11:24:59
    Completed....   04.06.2009, 11:24:59
    Error info...   F1 805: Clearing: Line item 001

  • Express Document  "Update was terminated" in FM: BUPA_ADDRESS_CHANGE

    Hi all,
    As per our requirement we needed to add different types of phone nos to an Business Partners Address.  We are using the Function Module BUPA_ADDRESS_CHANGE to insert the Telephone nos by passing values to the internal table for ADR2 table in the FM. The function module updates the phone nos successfully twice.  The Function module fails the third and subsequent times within the same session.  The code used for the same is as below:
      CALL FUNCTION 'BUPA_ADDRESS_CHANGE'        
       EXPORTING                                   
         iv_partner          = l_bpnumber          "BP no.      
         iv_addrnumber   = l_addrnumber       "BPs address no      
         iv_addrguid        = l_addrguid           " Address guid    
         is_address        = t_addrdetails        "Address details    
      TABLES                                       
         it_adtel             = t_teldetails           "Telehphone nos to be inserted with the sequence nos from 001(Home telephone no), 002(Work Phone No.) & 003(Mobile no)
         it_adfax            = t_faxdetails          "One Fax No and its extension with the sequence no set to 001    
         it_adsmtp         = t_emaildetails       "Email Details with sequence no set to 001      
         it_comrem        = t_telremarks         "Adding a remark to a particular phone no as WORK PHONE No.     
         it_adtel_x         = t_teldetailsx         "Setting the updateflag to I for insertion of telephone nos.    
         it_adfax_x        = t_faxdetailsx        "Setting the updateflag to I for insertion of fax nos.     
         it_adsmt_x       = t_emaildetailsx    "Setting the updateflag to I for insertion of email.       
         it_comre_x       = t_telremarksx      "Setting the updateflag to I for insertion of remarks nos.       
         et_return          = t_returntab.          "Returns tab for error message   
    The FM Inserts the Telephone nos successfully twice but fails the third time within the same cic0 session, with the error message as below:
    "Express Document "Update was terminated" received from author Kumaran Vurunathan".
    Displaying the Document we get the following detail:
    Update was terminated
    System ID....   DD0
    Client.......   040
    Transaction..   CIC0
    Update key...   42A303E8F2B23E97E1000000947F220A
    Generated....   13.06.2005, 04:43:28
    Completed....   13.06.2005, 04:43:28
    Error info...   CD 328: DUPREC:POS&BUPA_ADR&0000105277
    Again, if everytime new Business Partner is used to add telephone nos within the same cic0 session, the program works fine.
    The problem occurs only on the same BP being used for the third time within the same session.  We are thinking that this might be a Locking problem and thats why the Update is getting terminated.
    If anyone had encountered the same issue while using this FM, please advise the reason for the same and how this could be rectified.
    Thanks & Regards,
    Babu Changalvala,
    AOL: babuchangalva.

    Hi,
    To be clear, my understanding is that you are updating the same partner multiple times with this function.
    Try 'commit work' after each call of the FM, if that is not an issue for your current logic.
    Another option you can try is calling it with destination option. This is just a guess. Try it like 'Call .... destination NONE importing.....'
    cheers,

  • Software Updates and SCUP updates are not getting rolled out during system rebuild.

    Hi,
    I am trying to rebuild the machines for one of my client and i am getting below error during Software update stage as it throws below error, Could someone please let me know why the below updates are getting failed.
    =======================[ smsswd.exe ] ======================= PackageID = '' BaseVar   = '', ContinueOnError='' SwdAction = '0001' Set command line: Run command line Working dir 'not set' Executing command line: Run command line Process completed with
    exit code 0 Command line returned 0 
    dfef-c83f-4b17-914f-f2cc362c194b failed with hr = 0x800b0109  Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_b688d3c1-ee4b-4e60-83be-3fc10c9985e8 failed with hr = 0x800b0109  Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_88b882c1-7f9f-45cc-b082-5711f3c94526
    failed with hr = 0x800b0109  Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_285710fe-0885-444f-9613-3b2a99529d1c failed with hr = 0x800b0109  Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_f2a02435-7f3a-4c84-a399-80cc4603cbbd
    failed with hr = 0x800b0109  Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_5351709c-268c-4986-94e7-a8a8e6e12254 failed with hr = 0x800b0109 Received job completion notification from Updates Deployment Agent  Reboot Required Setting
    TSEnv variable SMSTSRebootRequested=HD Setting TSEnv variable SMSTSRetryRequested=TRUE Installation is not yet complete, action needs to be re-run after reboot Setting TSEnv variable SMSTSInstallUpdateJobGUID=
    109  Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_7fd7dfef-c83f-4b17-914f-f2cc362c194b failed with hr = 0x800b0109  Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_0558e0fc-5c3c-4a60-99b9-3407cb1b42d0 failed with hr
    = 0x800b0109 Received job completion notification from Updates Deployment Agent  GetIPriviledgedInstallInterface successful Refreshing Updates Successfully initiated RefreshUpdates operation  Waiting for RefreshUpdates complete notification from
    UpdatesDeployment Agent Notification received, RefreshUpdates have been completed Signaled RefreshComplete notification Received RefreshUpdates complete notification from Updates Deployment Agent RefreshTargetedUpdates() returned S_FALSE which indicates a
    non fatal error. Update installation will continue. RefreshUpdates operation has been completed, hr=0x00000001 GetIComponentControllerInterface successful Installation of updates completed successfully Setting TSEnv variable SMSTSInstallUpdateJobGUID= 
    I have checked TS logs of few machines and there are few updates which are matching.
    Machine1 :
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_b688d3c1-ee4b-4e60-83be-3fc10c9985e8 failed with hr = 0x800b0109 
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_88b882c1-7f9f-45cc-b082-5711f3c94526 failed with hr = 0x800b0109 
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_285710fe-0885-444f-9613-3b2a99529d1c failed with hr = 0x800b0109  
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_f2a02435-7f3a-4c84-a399-80cc4603cbbd failed with hr = 0x800b0109  
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_5351709c-268c-4986-94e7-a8a8e6e12254 failed with hr = 0x800b0109
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_7fd7dfef-c83f-4b17-914f-f2cc362c194b failed with hr = 0x800b0109 
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_0558e0fc-5c3c-4a60-99b9-3407cb1b42d0 failed with hr = 0x800b0109
    Machine 2 :
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_0558e0fc-5c3c-4a60-99b9-3407cb1b42d0 failed with hr = 0x800b0109 
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_5c5e9a15-238b-4df4-b0df-b1b28f2ce658 failed with hr = 0x800b0109  
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_b688d3c1-ee4b-4e60-83be-3fc10c9985e8 failed with hr = 0x800b0109  
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_f2a02435-7f3a-4c84-a399-80cc4603cbbd failed with hr = 0x800b0109  
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_5351709c-268c-4986-94e7-a8a8e6e12254 failed with hr = 0x800b0109
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_7fd7dfef-c83f-4b17-914f-f2cc362c194b failed with hr = 0x800b0109
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_0558e0fc-5c3c-4a60-99b9-3407cb1b42d0 failed with hr = 0x800b0109 
    Machine 3 :
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_5c5e9a15-238b-4df4-b0df-b1b28f2ce658 failed with hr = 0x800b0109 
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_88b882c1-7f9f-45cc-b082-5711f3c94526 failed with hr = 0x800b0109 
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_285710fe-0885-444f-9613-3b2a99529d1c failed with hr = 0x800b0109  
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_f2a02435-7f3a-4c84-a399-80cc4603cbbd failed with hr = 0x800b0109 
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_5351709c-268c-4986-94e7-a8a8e6e12254 failed with hr = 0x800b0109 
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_7fd7dfef-c83f-4b17-914f-f2cc362c194b failed with hr = 0x800b0109 
    Update with CIID Site_AE7FD70B-82C9-41D8-9890-F8815334FB82/SUM_0558e0fc-5c3c-4a60-99b9-3407cb1b42d0 failed with hr = 0x800b0109 

    Hi,
    The error translates to "A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider."
    Have you imported the WSUS self signed certificate or the certificates issued by your CA in the Task Sequence so that they are trusted during the OS deployment?
    More information can be found here:
    http://ccmexec.com/2011/06/system-center-updates-publisher-and-osd/
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • 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

  • 'update was terminated' while creating billing document VF01

    Hi all,
             i need a solution urgently ..except for paticular document no all documents that i post using VF01 create successfully document no.
    but for a paticular document no(may be it is of some type that i am unable to) while creaing billing document no it gives a message 'document created successfully' ,but when i try to click any button after that e.g BACK it shows a messge 'Update was terminated  for author ....' in my inbox. and vf03 shows the documentdoesn't exist.
    in st22 i checked one dump . when i gave a break point at that point the cursor never reached the code.
    I also checked SM13 and it showed all fms as init. and one fm 'RV_MESSAGE_UPDATE ' as error . i aws unable find the fm in the main program .
    one more thing when i create bill document for other document type it shows messge 'Document saved ....(no accounting document created)' but for this one i am getting messge 'document saved.......' .
    I asked one collegue he told me might be some OSS notes required for it . i am working on a unicoded system ECC 6.0  version.but he is not sure .
    Has any body faced the same problem..and what was the soln....if oss notes are required than how could i find it..and what was the no...........
    THANKS IN ADVANCE ...................

    THANKS  for the reply.
    i am new to sap .can u tell me in detail where actually i can check for number range of the document . one more when i checked the sm13 and  started debugging it gave me for a certain character set  (may be in chineses) present in the table ,the transfer command gives a dump. now the problem is it is too long 132 and don't no forwhich character it gives an  dump.how can i check the characters maintained in the system. it gives a dump   CX_SY_CONVERSION_CODEPAGE   ,At the conversion of a text from codepage '4102' to codepage '4110':      
    i am not sure this causes the mesages 'Updation was terminated' . what u people think.
    thanks ..

  • Express document "Update was terminated" received from author in MM01

    Hi gurus,
    When we are trying to create the MM by using the t-code MM01 we are getting the error message as Express document "Update was terminated" received from author "XXXX". Based on this error we have verified the t-code SM13 and received the below details and there is no dumb in ST22.
    Update was terminated     
    Created       SOLIYAPPAN SADASIVAM  on   23.11.2011 ;  05:07:18  
    Update was terminated
    System ID....   MD1
    Client.......   500
    User.....   SSADASIVAM
    Transaction..   MM01
    Update key...   4ECC6061B2567110E10080000A795665
    Generated....   23.11.2011, 05:07:18
    Completed....   23.11.2011, 05:07:18
    Error Info...   Error inserting in table MBEW
    Please suggest me how to fix this issue.
    Thanks
    Sada

    Hi Jürgen,
    When we verified SM13 the error is occuring as below when we double click the SM13 error.
    1    MATERIAL_UPDATE_DB        V1 (no retry)     Error
    Please suggest me how to proceed further.
    Thanks
    Sada

  • Express Document "update was terminated" received from author in MIGO

    Hi All,
    We are getting the below error message at the time of goods receipt at receving plant for STO OBD delivery, when user trying to post the GR, then GR number created and when they try to open the number , then they get this error message.
    Express Document "update was terminated" received from author
    When we went in to SM13 and saw that everything is fine , there was no message in red.
    Erro details showing the s032 update error with Internal session terminated with a runtime error DBIF_RSQL_SQL_ERROR.
    Short text
        SQL error "-413" when accessing table "S032".
    What happened?
        Error Text of the Database: "SQL0413N Overflow occurred during numeric data type conversion. SQLSTATE=22003 row=1"
    Please help to solve this issue ASAP.
    Thanks,
    Muru

    Hello
    This is probably an overflow of a field on the infostructure S032.
    Please check this table for this material and plant combination and observe if there is any field with a high value.
    As a workaround, you may deactivate the updating of S032 via OMO9 to "no updating" to avoid the dump.
    Best regards,
    Caetano Almeida

  • MRKO Error : Express document "update was terminated" received from author

    Hi Gurus,
    When settling Consignment through MRKO we are getting error 'Express document "update was terminated" received from author xxxx' in ECD system.
    At workplace inbox, the error shows "Error Info...   XS 007: Address invalid".
    Please note that I am not getting any short dump at ST22 for the same error.
    My queries are:
    1. How can I create a short dump for this error....this will help in analyzing the issue.
    2. What are the probable reasons for this error can be.
    Thanks in advance for helping.
    Regards,
    MC

    Hi,
    I have tried SM13 and getting ERROR XS007(Address Invalid).
    Diagnosis says:
    The address specified is invalid or initial (address value, address type INT).
    Procedure:
    Enter a correct address that is suitable for address type INT.
    The formats are:
      1. INT (Internet Mail Address): <name>@<domain> or comment<name>@<domain> or  <name>@<domain>(comment)
      2. FAX(fax addresses): <country><number>
    ETC
    Now as already told, I have properly maintained mail-id in "Email" field & "StandardComm.Mtd" field as E-Mail  of the Vendor Master.
    The mail ID is my official ID and working.
    Please advice further.
    Regards,
    MC.

  • Earmarked funds - Express document "Update was terminated" error

    Hi,
    When i create a contract(RECN), a earmarked funds document getting created and it updates the table KBLK with single primary key BELNR.
    I see in the Tcode OK60, the number range assinged is '05' - 0200000000 to 0299999999.
    KBLK table has entries created from 0200000000  to 0299994311 which were created earlier.
    From this financial year, when i am creating a contract, the new BELNR is started again from 0200000000 series, hence it throws an error message "Express document "Update was terminated" since entries are already exist in the KBLK table.
    Finally i understand we have to change number range assignment.
    Where can i do this? Please help if my understanding is wrong, how can i rectify this issue.
    Thanks,
    Bharath.

    Hi,
    U can change the number range for the contract for this fical year and make it start from  0299994312 to 0299999999.
    But it seems u have already used most of the numbers, so go for a new number range for both the documents.
    Hope this helps
    Deepak

  • FMBBC Express document " Update was terminated error"

    Hi ,
    while saving data FMBBC i am getting saved message , after that if i come out of the Tcode i am getting message as
    Express document " update was terminated".I was debugging the standard code found that the error comes from SXOP table entry, This table is get filled from FM SO_EXPRESS_FLAG_SET. But this FM is called from background I think. There is no job also created.After displaying the message automatically the SXOP table entry is get deleted. I want to debug this FM or wht is the reason for displaying message.
    Regards,
    siva kumar

    Following steps may help you.
    1. GO to SM13 transaction.
    2. Check your update request.
    3. You can see exact point in the standard program where you are getting this message

  • Express document 'Update was terminated' in vf02

    Hi Gurus,
    I am getting Express document 'Update was terminated' error while triggerring customized
    output type in vf02.
    i found dump in st22 and describes as below.
    Error analysis :
    This program is triggered in the update task. There, the
    following ABAP/4 statements are not allowed:
    -  CALL SCREEN
    -  CALL DIALOG
    -  CALL TRANSACTION
    -  SUBMIT
    Pls kindly suggest me what could be the reason

    Hi Sheshikanth,
    you have an exit in the update section of the transaction VF02 calling one of those statements (CALL...). This is prohibited.
    Go to SM13 and follow the error. You will find the code that is causing your problem.
    regards,
    Edgar

  • In update task & Express document Update was terminated

    Hi all
    Need help!
    Requirement: When i do confirmation through CO11N i have to do GI through a BADI.
    Solution: I have written a wrapper Update module(internally has /AFS/BAPI_GOODSMVT_CREATE) with Start delayed and called that module(in update task) in the method MB_DOCUMENT_BEFORE_UPDATE of the definition MB_DOCUMENT_BADI.
    It works fine when every thing is correct, but if GI fails its still confirms the confimation and "Express document Update was terminated" pops up when i push the back button. I have written a abort statement in the update module if goods movement fails. When i check SM13 it shows the reason for erroring out. But my requirement is to stop the complete transaction if GI fails and put the error message at the bottom of screen(CO11N)
    How can i do this?
    Appreciate any suggestions.

    Hi,
    I don't think that it is possible. It's too late to call rollback. The FM in update task is called after command COMMIT WORK. Here is a quote from ABAP documentation:
    If during the update an error occurs, the update work process executes a database rollback, returns the log record with a note into table VBLOG and informs the user whose program has created the log record by SAPMail. After removing the error cause, the returned log records can be updated again.
    So you should call that module only in case that you are 100% sure that it will be processed correctly.
    Cheers

  • In unicode system:  Express document" update was terminated

    Hi Friends,
    When we create a PO /  Delivery / Sales / Billing documents in UNICODE Systems
    we are getting message
    "Express document" update was terminated"
    this is coming before we save the transaction.  Could any body help on this .

    Hi,
    Express error due to many reasons,
    1. If any Sap scripts/forms using then is that unicode compliant? check if any errors
    2. Verify the SAP Notes for that service pack, as there might be some bugs in the system
    3. Verify the problem might due to user exists or BADIs.
    Regards,
    Raveendra

  • 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

Maybe you are looking for