How to clear Mapping Error Bdocs

Hi,
We are getting Mapping error bdcos in SMW01 if there is an error while data is downloading from ECC to CRM. We are fixing the issue by looking at the BDOC error description. We are unable to re-process these error bdocs after fixing the issue as it is not allowing. To fix the issue we are re-processing the corresponding queue in SMQ2 and queues are processing successfully. the problem is these error bdocs are sitting in data base and we want to clear them.
Can any one please let me know how we can re-process these kind of mapping error bdocs?
Thanks,
Rajinikanth

Hi ,
Below logic may be useful.
SELECT bdoc_id
             bdoc_type
             bdoc_state
             snd_date
             snd_time
             qname
         INTO TABLE lt_inque
              FROM smw3_bdoc
              WHERE bdoc_type IN s_bdoc
              AND qname IN s_qname
              AND bdoc_state IN r_err.(r_err = E01,E02.....E09)
LOOP AT lt_inque INTO ls_inque.
  DATA:lv_bdoc_id TYPE smog_tid.
  CLEAR lv_bdoc_id.
  lv_bdoc_id = ls_inque-bdoc_id.
  CALL METHOD cl_smw_flow=>restart_processing
      EXPORTING
        bdoc_id            = lv_bdoc_id
      EXCEPTIONS
        bdoc_not_found     = 1
        bdoc_locked        = 2
        bdoc_was_processed = 3
        internal_error     = 4
        OTHERS             = 5.   
ENDLOOP.
Thank you,
Gangadhar.S

Similar Messages

  • How to clear map directions

    How to clear map directions?
    Thanks in advance!

    Ok, so I cleared bookmarks and recents. Directions still showed. Selected search, then back. No luck.
    Then I selected a new destination. The old route then disappeared from the screen, finally.
    The new destination pin was blue, the old one red. While I was not able to select the red pin and choose delete, the blue pin allows for deletion.
    As to my second question, I am not finding how to turn off the GPS blue pulsing locator?

  • How to clear the error message?

    I use the <h:message> tag to show the error message, how can i clear the error message in jsf , is ajax4jsf can do so? thanks!

    The messages are request scoped. Why do you want to clear it anyway? Once no error is occured, then no message will be displayed.

  • How to clear COGI Error...???

    Hi All,
    Need your help to clear COGI Error.
    Actually some how for one process order, two confirmation happened.
    Scene 1 : When first time did confirmation then automatically without any error display came process order saved but all goods movement failed.
    Scene 2 : Then for the same without checking COGI error, did second confirmation and then it worked perfectly. Process order got saved without any fail.
    Scene 3: When doing TECO its showing Post processing Error.
    So checked by COOISPI and found two confiramtion done for one process order.
    Now when doing COGI the FERT movement is not happening. Its showing deficit of stock. But smae stock is available in MMBE.
    Pls help me in resolving the same.
    If any query pls contact me. Its urgent
    Regards
    Anish Vema

    Hi Anish,
    Surprised how you can see two documents though one is error in posting.Please check the stock and type of stock in specific storage location.
    As well I will suggest to do the below setting in OPK4 for future error prevention.
    Please check the boxes in OPK4.
    Please don't delete COGI error which is a bad practice.
    Please revert back for further query.
    Regards,
    Krishnendu.

  • How to capture mapping error and able to send it..

    Hi Friends,
    We have a requirement, where in, if a mapping fails due to missing required element or improper formation of the source xml message, we need to capture this and need to create an error message, which contains the error description as one of the elemnets and send it to the concerned system back. Basically, it is to let the sending system know that, what went wrong.
    Is there any api available which can capture the mapping error and which could be used under java mapping used for exception handling? Any pointers in this regard would be of utmost helpful.
    Regards,
    Vijay

    Vijay,
    You can throw some exceptions like mentioned in the weblog:
    /people/alessandro.guarneri/blog/2006/01/26/throwing-smart-exceptions-in-xi-graphical-mapping
    /people/michal.krawczyk2/blog/2007/04/26/xipi-throwing-generic-exceptions-from-any-type-of-mapping
    Once you see this message your support guys should check the message and let the sender system side know about this.
    ---Satish

  • How to clear this error?

    Please any one share idea to clear this error while deploying App
    Severity Code
    Description Project
    File Line
    Error Error : DEP0700 : Registration of the app failed. Deployment Register operation with target volume C: on Package b7e84a3b-2768-4e38-989d-c2cb2b4ebac1_1.0.0.0_neutral__p1rwhdjzffatw from:  (C:\Users\shiva\Desktop\App15\App15\bin\Debug\AppX\AppxManifest.xml)
     failed with error 0x80073CFD. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues. (0x80073cfd)
    App15

    Hi Berkvaz,
    0x80073CFD looks more like an environment issue, could you tell us your current operation system also your develop environment?
    I would recommend you give a try following steps to see if it can fix the problem: delete the cached file of this app in “C:\Users\<UserName> \AppData\Local\Packages” folder. Please retry your app after deleting.
    If this doesn’t work, we should do more steps for future troubleshooting. Have you tried to create a new blank project and then debug it, can it work or throw the same error? If so, please repair your visual studio to see whether it will fix.
    Please try and let me know the result.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to save mapping errors in a Table

    HI, In a mapping i have a target Table Customer, when some records are rejected i want to save those records in an error table.
    How can i do that in Warehouse Builder 10g Release 1 (10.1)
    Thanks.

    if you are not able to capture the rejected records you could read the target table afterwards and compare it with the source table again.

  • How to clear "Maps" history in iOS 8.1

    1. Open "Maps" app
    2. Tap within address entry area.
    3. Tap "Favorites".
    4. At bottom of screen, tap "Recents".
    5. In upper left corner tap "Clear".
    6. At bottom of screen tap "Clear All Recents".
    7. In upper right corner tap "Done".
    8. All maps should now be cleared.

    Thank you, I've been trying to figure this out for the past hour.

  • How to clear status "Error in process"?

    Hi All,
    I need help to clear the status of my invoice in SRM. The invoice status is "error in process". We checked in backend and reprocessed the IDOC through WE19 instead of BD87 and the invoices are posted now in backend. But the status of the invoices still shows "error in process" in SRM. I do understand that we should not use WE19 and should have processed it through BD87.
    I checked in SRM and the enteries exists in BBP_DOCUMENT_TAB table for these invoices, just tried to run CLEAN_REQREQ_UP and BBP_GET_STATUS_2 but no help.
    Please help
    Thanks, Sachin

    please read all below
    An IDoc BBPIV is sent if an invoice is released in the BBP system.In the invoice the statuses I1022 "Release granted" and I1017 "In transfer" are set.In addition, for the background job (see below) an entry is written to table BBP_DOCUMENT_TAB.
    Unless I1017 is not set again to inactive, all previous operations are not allowed (in particular all changes to the invoice), that is, they are stopped by the program. The sending of the IDOC is checked by the background job CLEAN_REQREQ_UP. The report reads the BBP_DOCUMENT_TAB and makes a RFC (remote function call) per META_GOODSMVT_UPDATECHECK to check the posting of inbound IDocs.If the IDoc is posted successfully (status 53), the BBP invoice receives status I1018 "Transferred to backend".In addition, the entry is deleted in BBP_DOCUMENT_TAB.
    If the IDoc is posted incorrectly (status 51, no follow-on document), the status of the invoice is set to I1019 "Transfer failed".The entry in BBP_DOCUMENT_TAB remains as is, that is, the status of the IDOCs in the backend system is still checked by the background job.The sending of the IDOC is checked by the background job CLEAN_REQREQ_UP.If the IDoc has not (yet) arrived in the backend system, the entry also remains as is.
    Status I1018 allows to reverse the invoice in the future. In case of status I1019, a deletion is (again) possible.
    The following must be considered when processing an incorrect IDoc in the backend system:
    a) Further process the same IDoc (BD87), instead of copying and correct the IDoc with Transaction WE19 since in the latter case, the background job cannot find the (copied) IDoc and the invoice posted from that. In this case the BBP invoice would remain endlessly in status "incorrect", the entry in BBP_DOCUMENT_TAB would never be deleted and the background job would always make the RFC at every run.In addition the BBP invoice would never receive the status "paid" (see below).
    b) If the IDoc cannot be corrected or the error in the backend system cannot be solved, the IDoc remains in status "incorrect".In this case the BBP invoice should be deleted and the entry in BBP_DOCUMENT_TAB should be deleted manually or with a self-written report.
    Additional information: As of EBP Release 4.0 or after the implementation of Note 601470 or the import of the relevant Support Package, the entry in BBP_DOCUMENT_TAB is deleted by the program (during the deletion of the invoice). Then the manual deletion is no longer required.
    The following section does not correspondingly apply to the confirmation, but only applies to the invoice.
    Status I1020 "paid" is set in the invoice by using the second background job BBP_IV_UPDATE_PAYMENT_STATUS to check the payment status of the follow-on invoice in the FI backend system for all invoices from the selection area.This only occurs for BBP invoices with status I1018 "Transfer to backend". To read the FI documents, META_FI_DOCUMENT_READ_40B is used.

  • How to clear "Contact Error" & "Undefined " when trying to send emails?

    quite often,when I try to send an email using the email address from my contact list, one of the following 2 message appears:
    "Contact Error" or "Undefined". Undefined shows me an address but will not let me use the address in the email. "CONTACT ERROR", does not show any addresses.I wen t to AOL and was told they were not the cause and try Firefox. How can I get rid of these messages once and for all. Thanks, LULU

    Check for hardware issues
    Related errors: 1, 3, 10, 11, 12, 13, 14, 16, 20, 21, 23, 26, 27, 28, 29, 34, 35, 36, 37, 40, 1000, 1002, 1004, 1011, 1012, 1014, 1667, or 1669.
    These errors mean that your device or computer may have a hardware issue that's preventing the update or restore from completing.
    Check that your security software and settings aren't preventing your device from communicating with the Apple update server.
    Then try to restore your iOS device two more times while connected with a cable, computer, and network you know are good.
    Confirm that your security software and settings are allowing communication between your device and update servers.
    If you still see the error message when you update or restore, contact Apple support.

  • The system has rebooted without cleanly shutting down first. How to clear this error. Occurs frequently.

    Log Name:      System
    Source:        Microsoft-Windows-Kernel-Power
    Date:          31-12-2014 14:35:18
    Event ID:      41
    Task Category: (63)
    Level:         Critical
    Keywords:      (2)
    User:          SYSTEM
    Computer:      BLISS-ORACLE
    Description:
    The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-Kernel-Power" Guid="{331C3B3A-2005-44C2-AC5E-77220C37D6B4}" />
        <EventID>41</EventID>
        <Version>2</Version>
        <Level>1</Level>
        <Task>63</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000002</Keywords>
        <TimeCreated SystemTime="2014-12-31T09:05:18.479605300Z" />
        <EventRecordID>9113</EventRecordID>
        <Correlation />
        <Execution ProcessID="4" ThreadID="8" />
        <Channel>System</Channel>
        <Computer>BLISS-ORACLE</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data Name="BugcheckCode">0</Data>
        <Data Name="BugcheckParameter1">0x0</Data>
        <Data Name="BugcheckParameter2">0x0</Data>
        <Data Name="BugcheckParameter3">0x0</Data>
        <Data Name="BugcheckParameter4">0x0</Data>
        <Data Name="SleepInProgress">false</Data>
        <Data Name="PowerButtonTimestamp">0</Data>
      </EventData>
    </Event>

    Hi,
    I agree with Mr X. This should be a BSOD issue. Did you refer to Mr X’s suggestions and solve this issue?
    Just addition, troubleshoot this kind of kernel crash issue, we need to analyze the crash dump file to narrow down the root cause of the issue. Please refer to following articles
    and check if can help you.
    Crash dump analysis using the Windows debuggers (WinDbg)
    How to read the small memory dump file that is created by Windows if a crash occurs
    By the way, it may be not effective for us to debug the crash dump file here in the forum. If this issues is a state of emergency for you. Please contact Microsoft Customer
    Service and Support (CSS) via telephone so that a dedicated Support Professional can assist with your request.
    To obtain the phone numbers for specific technology request, please refer to the web site listed below:
    http://support.microsoft.com/default.aspx?scid=fh;EN-US;OfferProPhone#faq607
    Hope this helps.
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How to clear an error message?

    Hello,
    i have an event where i have put a control for an error message if a certain field is empty or has a wrong entry.
    The field is found in SM30(table maintenanace view).
    that is if the user makes a wrong entry or the field is initial, an error message will appear.Now the problem is that the error message stays there.If i use a warning of an information message, the user will be able to save the record which contains errors.
    What alternative can i use? thx.

    Hi,
    in the program whenever you are giving message 'E' statement...
    you can use the statements
    SET PARAMETER ID <id which you have given in the screen for the fields> field <fieldname>.
    and at selection-screen output event use the code
    AT SELECTION-SCREEN OUTPUT.
    GET PARAMETER ID <id which you have given in the screen for the fields> FIELD <fieldname>.
    Regards,
    Siddarth

  • Bdoc state E08 , Mapping Error , BUS_TRANS_MSG

    SAP CRM
    trx:- SMW01
    Bdoc Error
    Bdoc State --> E08
    Bdoc state Descriptin --> Mapping Error
    Bdoc Type --> BUS_TRANS_MSG
    How to resolve this error

    Hello Aup,
    What is the BDoc Type you are talking about?
    Click on Error/Receiver tab and check for the exact error message.
    If you give me the details,I can help you solving this Mapping Error.
    Thanks and Best Regards,
    Shanthala Kudva.

  • Mapping Errors in BPM

    Hi All,
    How can the mapping errors in BPM be handeld implicitly (without the use of Exception Handling Branch)
    Regards,
    Anurag

    Hi Anurag.
    Handling the mapping exceptions in BPM could be possible using the Alerts.
    Go through this blog for Alert Configuration:
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step
    And also go through this thread:
    alert in BPM
    Hope this helps you.
    Regards,
    Hari.

  • Sales Document Mapping Error

    Tcode SMW01 in SAP CRM
    Bdoc Error
    Bdoc State: E08
    Bdoc Description: Mapping error
    Bdoc Type: BUS_TRANS_MSG
    Bdoc Detail Error Description: Business transaction type ZZZZ does not exist
    The ZZZZ is a quotation transaction type maintained in ECC. But we donu2019t want this replicated in CRM, reason why ZZZZ is not maintained in CRM. The queues in SMQ2 is building-up with these error (R3AD_SALESD* with SYSFAIL status), is there a way to block, filter etc. this transaction type to exclude it from replication? Or other better way to address the problem?
    Thanks in advance!

    Hi Noel
    try setting a filter on object SALESDOCUMENT in Transaction R3AC1.
    Table=VBAK
    Field = AUART( its a guess, can't check it in a system)
    OP = NE> Not Euqal
    Low = ZZZZ
    save it. your filters wil also be updated to R/3
    Hope it helps
    best regards,
    Remko

Maybe you are looking for

  • Problems with exporting .jpg file in Indesign CS3

    Hello! I've used Indesign to create a memory book I would like to now place in another program to have printed (blurb is the company I'm using). Now that I have created the spreads I need to export each page individually as .jpg files, so that I can

  • How can I insert an aggregated column name as a string in the target table?

    I have a large source table, with almost 70 million records.  I need to pull the sum of four of the columns into another target table, but instead of having the same four target columns I just want to have two. So, let's take SUM(col1), SUM(col2), SU

  • MDM Tuple Update using Auto ID field of Main table

    Hi Experts, I am getting an issue while updating the tuple in MDM. The scenario is as follow: We are using DEBMDM06, where one of the field of the XSD is populated with the Auto ID field of MDM. This scenario is used for re-importing of data for upda

  • Keys do not respond

    Some of the keys do not respond when trying to key in text and numbers. For instance the upshift keys does not go to uppercase but to the number keys in Notes. In the number keypad such as when you key in your PIN code the numbers 7,8,9 would not res

  • Nokia 701 FP1 update, is it better to use nokis su...

    Can i have your opinion please which way is better to update the mobile, or both methods will be the same? Thanks