Error in Bdoc '....Editing was terminated'

Hi All,
         I am replicating the BP from CRM to ECC using BDoc type 'Bupa_main' when the BP
is saved under some role.
When I save the BP , the Bdoc shows in error 'Partially send, receivers have errors'.
After reprocessing the Bdoc in transaction SMW01, 1 entry is created in KNA1 and CRMKUNNR,
but no BP is created. The error list  in transaction SMW01 is shown as
     Messages for business partner 0100000252:     XR     100
     ....Editing was terminated     FB     13
I checked in ST22, there are no runtime errors.
I tried CRMM_BUPA_MAP, there I get the message as
'005     4AF79F489B97018: Object is in status Running'
And there are no queues in SMQ1 or SMQ2.
Any idea why it is happening or how to solve it?

Hi Aditya,
The problem is mainly because of some user exits in your system.
So, if its possible, deactivate all the user exists from table : TBE24 and TPS34 in your system and try again.
And also check in the ECC system - CRMRFCPAR table field SEND_XML is set to "X". If both CRM and ECC are unicode system, then the SEND_XML field in the CRMRFCPAR table in the R/3 system should be set to "X"..
Also refer the following notes  :
928974
788871
621470
1049761
Hope the above information would help you to solve the issue.
Best Regards,
Vignesh Ravikumar

Similar Messages

  • BP replication CRM to R/3- Editing was terminated

    Hi,
    We first create a prospect which is not replicated to R/3 but ones the Prospect is converted into sold-to-party we change the classification to Customer and this needs to flow to r/3 but on entering all required general data and sales area data and saving a customer in CRM we find that a bdoc is found in error state "partially sent, recievers have errors" and the error segment shows " Editing was terminated Message no. FB013"
    but the Customer flows to r/3 only with general data , sales area missing.
    Now if we reprocess the same bdoc in smwo1 then it shows "confirmed fully" and now the sales area successfully flows for the same customer to r/3.
    Please let me know why the Customer is not taking the sales area initially during creation and how this can be resolved .
    Regards
    Prathiba

    Hi Prathiba,
    The Issue is because of the note  :1163979
    The Note : 1243180 will provide you a right fix for your problem.
    Best Regards,
    Vignesh Ravikumar

  • 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.

  • Error : Express Document "update was terminated" by XYZ.

    Hi,
    When I am trying to process one output type that I have created, I am getting an error
    Express Document "update was terminated" by XYZ.
    Here XYZ represents my userid .
    I have linked the output type to one printprogram. If I execute the print program standalone,
    it is working fine. But if I try to process the output , I am getting the above error.
    Please suggest the needful.
    Regards
    Rudra

    Hi..
    thnx for ur reply....I got the reason for error

  • SmartForm error: Express document "update was terminated" received from aut

    Hi friends
    we requirement to send PO smartform through Print out as well as through mail.
    after creating PO i am getting popup box saying that :
    " Express document "update was terminated" received from author "XXXX".
    Please help me.
    my code as follows:
        IF sy-subrc = 0.
          CLEAR g_outop.
          SELECT  SINGLE ldest dimme FROM nach INTO (g_outop-tddest,
         g_outop-tdimmed) WHERE knumh EQ knumh.
          CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
            EXPORTING
              formname           = 'YNZ_PO'
            IMPORTING
              fm_name            = sf_name
            EXCEPTIONS
              no_form            = 1
              no_function_module = 2
              OTHERS             = 3.
          w_ctrlop-getotf = 'X'.
          w_ctrlop-no_dialog = 'X'.
          w_compop-tdnoprev = 'X'.
          CALL FUNCTION sf_name
            EXPORTING
              output_options     = g_outop
              user_settings      = 'X'
              wa_ynz_po_head     = wa_ynz_po_head
              control_parameters = w_ctrlop
           IMPORTING
             job_output_info    = w_return
            TABLES
              t_ynz_po_item      = t_ynz_po_item
            EXCEPTIONS
              formatting_error   = 1
              internal_error     = 2
              send_error         = 3
              user_canceled      = 4
              OTHERS             = 5.
    for mail
          CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
            EXPORTING
              formname           = 'YNZ_PO'
            IMPORTING
              fm_name            = sf_name
            EXCEPTIONS
              no_form            = 1
              no_function_module = 2
              OTHERS             = 3.
           CLEAR g_outop.                   " Commented by sharma
           g_outop-tddest = nast-ldest.
           g_outop-tdimmed = nast-dimme.
          w_ctrlop-getotf = 'X'.
          w_ctrlop-no_dialog = 'X'.
          w_compop-tdnoprev = 'X'.
          CALL FUNCTION sf_name
            EXPORTING
              output_options     = w_compop
              user_settings      = 'X'
              wa_ynz_po_head     = wa_ynz_po_head
              control_parameters = w_ctrlop
            IMPORTING
              job_output_info    = w_return
            TABLES
              t_ynz_po_item      = t_ynz_po_item
            EXCEPTIONS
              formatting_error   = 1
              internal_error     = 2
              send_error         = 3
              user_canceled      = 4
              OTHERS             = 5.
      i_otf[] = w_return-otfdata[].
      CALL FUNCTION 'CONVERT_OTF'
        EXPORTING
          format                = 'PDF'
          max_linewidth         = 132
        IMPORTING
          bin_filesize          = v_len_in
        TABLES
          otf                   = i_otf
          lines                 = i_tline
        EXCEPTIONS
          err_max_linewidth     = 1
          err_format            = 2
          err_conv_not_possible = 3
          OTHERS                = 4.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
        WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    Convert PDF from 132 to 255.
      LOOP AT i_tline.
    Replacing space by ~
        TRANSLATE i_tline USING ' ~'.
        CONCATENATE w_buffer i_tline INTO w_buffer.
      ENDLOOP.
    Replacing ~ by space
      TRANSLATE w_buffer USING '~ '.
      DO.
        i_record = w_buffer.
    Appending 255 characters as a record
        APPEND i_record.
        SHIFT w_buffer LEFT BY 255 PLACES.
        IF w_buffer IS INITIAL.
          EXIT.
        ENDIF.
      ENDDO.
      REFRESH: i_reclist,
      i_objtxt,
      i_objbin,
      i_objpack.
      CLEAR w_objhead.
    Object with PDF.
      i_objbin[] = i_record[].
      DESCRIBE TABLE i_objbin LINES v_lines_bin.
    Object with main text of the mail.
      i_objtxt = 'Find attached the output of the smart form.'.
      APPEND i_objtxt.
      i_objtxt = 'Regards,'.
      APPEND i_objtxt.
      i_objtxt = 'Narasimha'.
      APPEND i_objtxt.
      DESCRIBE TABLE i_objtxt LINES v_lines_txt.
    Document information.
      w_doc_chng-obj_name = 'Smartform'.
      w_doc_chng-expiry_dat = sy-datum + 10.
      w_doc_chng-obj_descr = 'Smart form output'.
      w_doc_chng-sensitivty = 'F'. "Functional object
      w_doc_chng-doc_size = v_lines_txt * 255.
    Pack to main body as RAW.
    Obj. to be transported not in binary form
      CLEAR i_objpack-transf_bin.
    Start line of object header in transport packet
      i_objpack-head_start = 1.
    Number of lines of an object header in object packet
      i_objpack-head_num = 0.
    Start line of object contents in an object packet
      i_objpack-body_start = 1.
    Number of lines of the object contents in an object packet
      i_objpack-body_num = v_lines_txt.
    Code for document class
      i_objpack-doc_type = 'RAW'.
      APPEND i_objpack.
    Packing as PDF.
      i_objpack-transf_bin = 'X'.
      i_objpack-head_start = 1.
      i_objpack-head_num = 1.
      i_objpack-body_start = 1.
      i_objpack-body_num = v_lines_bin.
      i_objpack-doc_type = 'PDF'.
      i_objpack-obj_name = 'Smartform'.
      CONCATENATE 'Smartform_output' '.pdf'
      INTO i_objpack-obj_descr.
      i_objpack-doc_size = v_lines_bin * 255.
      APPEND i_objpack.
    Document information.
      CLEAR i_reclist.
    e-mail receivers.
      i_reclist-receiver = '[email protected]'.
      i_reclist-express = 'X'.
      i_reclist-rec_type = 'U'. "Internet address
      APPEND i_reclist.
    Sending mail.
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        EXPORTING
          document_data              = w_doc_chng
          put_in_outbox              = 'X'
           commit_work                = 'X'
        TABLES
          packing_list               = i_objpack
          object_header              = w_objhead
          contents_bin               = i_objbin
       contents_hex               = i_objbin
          contents_txt               = i_objtxt
          receivers                  = i_reclist
        EXCEPTIONS
          too_many_receivers         = 1
          document_not_sent          = 2
          document_type_not_exist    = 3
          operation_no_authorization = 4
          parameter_error            = 5
          x_error                    = 6
          enqueue_error              = 7
          OTHERS                     = 8.
      IF sy-subrc <> 0.
        WRITE:/ 'Error When Sending the File', sy-subrc.
      ELSE.
        WRITE:/ 'Mail sent'.
      ENDIF.

    Hi ashok
    thanks for your reply.
    i got the error at commit in the below Func module.
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
    EXPORTING
    document_data = w_doc_chng
    put_in_outbox = 'X'
    commit_work = 'X'
    TABLES
    packing_list = i_objpack
    object_header = w_objhead
    contents_bin = i_objbin.
    if i remove commit = 'X'.  no error but mail is not sending.
    please advice.

  • Error 'Express document "update was terminated" from the author'.

    Dear All,
      I have created a delivery doc(PGI) with ref to sales doc, it gave the
      del doc no. while creating billing do with ref to this del doc I am getting
      an error " update was terminated". when I cheched Vlo2n it says that the doc does not exist.
      Even I have done PGI the stock is not deducted( MMBE).
       Please help me to rectify this error.
       Thanx and Regards
        Narender.N

    Check if number range is maintained for accounting document to be generated at PGI level. You will have to consult an FI consultant for the same.
    Also check the document flow & there is high possibility that PGI is not saved, but number range utilized during the transaction.
    Regards,
    Rajesh Banka
    Reward points if helpful

  • Error:express document "Update was terminated" received from author

    Hi All,
    I m creating shipment frm the transaction VL01.
    While creating the shimpment i am assigning one Z output type and clicking on the planning phase on the shipment.
    After that i am saving my shipment.
    At this point of time my shimpmnet is created but after this(after saving the shimpment) if i am trying to do anything it is giving me the below error.
    Express document "Update was terminated" received from author "Sachin Yadav".
    Kindly help why i m gettng this error. How to remove this error.
    Regards
    Sachin

    SAP is telling you that the transaction failed and a rollback has been executed, due to some catastrophic error in the system.  These often arise from errors in exit coding....check ST22 to see if you can find anything...there may be a clue there....otherwise start looking at the changes you just made for the source of the error.
    This error occurs, most likely, because during the actual save to database operation, or because of something in follow-on processing launched during the save step (like a new background task for form output or something like that) an fatal error is occurring and SAP is detecting that and rolling back the body of work that was just committed to the database.

  • Error :Display document : Update was terminated.While displaying the PO

    Hi All,
    I am creating a PO with respect to contract in SAP 4.6C system using ME21.PO is getting created successfully.But when I want to display the same in ME23 it giving me a message 'Display document : Update was terminated'.( an express message is getting generated to view in SBWP transaction code ).
    I went through some of SDN forums and checked the tcode SM13 to resolve the issue .I found that there is no ABAP dump got generated for the same .
    Please help me to resolve the issue ..
    Regards,
    Praveen GB.

    Hi Lakshman.
    I did that, systesm is showing below  error :
       1      ME_CREATE_DOCUMENT              V1 NORMAL         Err
    when click on that ,I got one more window with an option to check ABAP dump,But there is no ABAP dump exists for the same.
    I cheked in ST22 also there is no DUMP available for the above issue.
    Please let me know how to crack this issue.
    Regards.,
    Praveen GB

  • Error :  "Express Document  Update was terminated"

    Hi All,
               When creating a PO & after saving, I get a message PO number successfully created. But when I press "Back" button I immediately get a SAP mail "Express Document Update was Terminated".
    In SM13 - the following error is shown:-
    FM:- RV_MESSAGE_UPDATE Error:- TD 427: Element PO_TERMS_AND_CONDITIONS.
    I had read all the previous threads relating to this issue.
    Based on the above threads I checked the number range & it seems to be correct. So, I'd like to know what causes this error and also how to solve it.
    Any inputs related to this would be of great help.
    Thanks
    Ramky.G

    Hi Deivakaniraja,
                         Thanks for the response.
    Option 1 - the flag is already unchecked only.
    Option 2 - What should be checked in Terms & Conditions?
    Hi Volkan,
                      Thanks for the response.
    Actually am an ABAPer and am posting this message on behalf of my Functional.
    After double clicking the error line in SM13 only I'm getting this one below:-
    FM:- RV_MESSAGE_UPDATE Error:- TD 427: Element PO_TERMS_AND_CONDITIONS.
    Thanks & am currently debugging the error in program and also kindly let me know if there's any other solution that could be possible.
    Regards
    Ramky.G

  • Error: "Express Documnet "Update was terminated" received from author ...

    Hi,
    While maintaining the Quotation we getting the following problem:
    Express Documnet "Update was terminated" received from author ...
    Update was terminated
    System ID....   SVP
    Client.......   400
    User.....   ABAP
    Transaction..   ME47
    Update key...   49DCB48654720178E1008000C0A800A1
    Generated....   08.04.2009, 20:03:43
    Completed....   08.04.2009, 20:03:43
    Error Info...   00 671: A Update was terminated
    The problem here is that once we maintain Price & Tax Code, the system shows the message - Quotation is maintained. But when we re-run the T Code ME47, the system throws the above error.
    Pls. note that there is no problem in Development Server with same configuration.
    Regards,

    Hi,
    This message usually comes when system is unable to take load and it doesn't update the tables also.
    Error is coming because server is unable to allocate resources to this program.
    Ur basis consultant and DBA can help u out.
    Regards
    AM.

  • Idoc Error Status 51 - " Transaction was terminated by the user"

    hi gurus,
    i have a problem with respect to T.code WE02. After i process the billing documents in VF04, i get error status notification in WE02 with Status 51 as " Transaction was terminated by the user". This error is not coming for all billing documents but for only some of the billing documents in that particular list. After reprocessing, the idocs are generating without any errors. what could be the possible reason for the intial error.
    Thanks

    Hi-
    After reprocessing the idoc's the data comes ..
    Idoc is a data carrier.i may get stuck in the TRFC's .
    So after processing it gets pullled.
    Hope u have understood the cocept behind this,.
    Regards,
    Vishwa.

  • Error generating report - Program was terminated by signal 11

    Hi All,
    I am very new to XML Publisher reports and I am facing the following issue in a report - Program was terminated by signal 11
    I created the data model in RDF and for this I created the corresponding RTF file.
    When I see the preview of this RTF file in excel it was perfect without any issues, but when i tried running the report from the application, it gave me the error- 'Program was terminated by signal 11'.
    Log file is as follows -
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    ORG_CODE='076'
    FROM_DATE='2009/02/25 00:00:00'
    TO_DATE='2009/02/25 00:00:00'
    APPLLCSP Environment Variable set to :
    XML_REPORTS_XENVIRONMENT is :
    /ehanoi/product/806/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    XENVIRONMENT is set to /ehanoi/product/806/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    _AMERICA.UTF8
    stat_low = B
    stat_high = 0
    emsg:was terminated by signal 11
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Program was terminated by signal 11
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 23608833.
    Review your concurrent request log and/or report output file for more detailed information.
    Please can anyone help me with this.
    Regards,
    Shruti

    Hi;
    Search as in metalink emsg:was terminated by signal 11,there are 28 docs avaliable, i am posting someof them.
    Please check below notes which could be helpful for your issue:
    Report Fails To Produce Bitmap Reports After Patchset 19 . Emsg:Was Terminated By Signal 11 [ID 759456.1]
    FVXYECER.RDF Program Was Terminated By Signal 11 [ID 730100.1]
    T4A PDF PROCESS FAILING WITH SIGNAL 11 [ID 1078950.1]
    Regard
    Helios

  • LSMW, 13 th step .error ---no such file found, editing was terminated

    hi
    Experts, what may be the reason for this.
    upto 12 th step it is working ok.

    Hi Freind,
           There's a Check box - <b>Keep Session</b> in 13 or 14th step.pls click ok to
           that and check ur process.
           After checking this run it.if it's not working then at the session step(14) u
           just unlock ur session and process it.
    Thanks N Regards,
            Manian.

  • 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 for MIRO t-code

    Hi ,
    When I am  posting  using MIRO it is giving error saying that 'update was terminated'
    when i check in SM13 following message
    Function module     SD_REV_REC_VBREV_TABLES_POST
    Status              Update was terminated
    Error Text : ABAP/4 processor: SAPSQL_ARRAY_INSERT_DUPREC
    Thanks & Regards,
    Sateesh.
    Edited by: sateesh kumar on Mar 18, 2010 4:46 PM

    So, is this a question or comment?  If you search for  SAPSQL_ARRAY_INSERT_DUPREC, I'll bet you'll find quite a few postings...the message says it all...an attempt was made to insert a record into a table with key column values that duplicate an entry that is already there.  If the problem is repeatable, search SAP notes for relevant Notes, or find out if someone has done some enhancement/exit coding that is causing the problem.

Maybe you are looking for

  • "Acceptable" source file size...

    Hi all! I know that there is no standard for this, but what does good and practical programming suggests as a good number of lines in a source file, keeping in mind good design and simplicity of code?

  • MRP 2 view - service level field

    Hello colleagues. Can anybody explain me what's the usage of the field "service level (%)" in the MRP 2 view of the material master ? The SAP help does not help that much ... Regards, Fernando

  • GetFaultAsString returns no details

    Hi, In a BPEL process I have a Validate step (in SOA Suite 11g 11.1.1.4.0). In my audit trail I see this message when the Valide step raises an exception: Invalid data: The value for variable "xmVariable" does not match the schema definition. Invalid

  • Truncated filenames

    So, I'm having this weird problem. In the finder windows, my filenames display 15 characters and then an elipses and then 11 more characters and the sometimes the filetype, which i don't have selected but shows on Word files. I don't have the option

  • Biztalk sql design qoestion

    Hi All, I have a scenario where i will get the initial message into biztalk orch. From orch we will be calling REST service which in turn internally does the operation and update the sql db with status success and failure.. now when i send the messag