<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic IDOC Status in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-status/m-p/2666037#M615278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I created an IDOC, but the status of an IDOC is 32. May i know why that error has occured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can any one explain clearly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Aug 2007 09:16:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-09T09:16:32Z</dc:date>
    <item>
      <title>IDOC Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-status/m-p/2666037#M615278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I created an IDOC, but the status of an IDOC is 32. May i know why that error has occured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can any one explain clearly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 09:16:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-status/m-p/2666037#M615278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T09:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-status/m-p/2666038#M615279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For outbound Idocs run the Program RBDOUTPU, and select the last Radio button with 32 status and run , give the IDoc number and process&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 09:26:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-status/m-p/2666038#M615279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T09:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-status/m-p/2666039#M615280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In table EDIFCT there is the combination of message type and IDoc type assigned to a function module to processs the IDoc. Find this function and put a break-point in it. Then reprocess the IDoc with BD87 (or the ABAP RBDOUTPUT to save an extra step) and debug from where the procedure stops. From here, you are in the application and can to see what goes awry. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 09:33:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-status/m-p/2666039#M615280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T09:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-status/m-p/2666040#M615281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see these status descriptions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Status Description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;00 Not used, only R/2&lt;/P&gt;&lt;P&gt;01 IDoc generated&lt;/P&gt;&lt;P&gt;02 Error passing data to port&lt;/P&gt;&lt;P&gt;03 Data passed to port OK&lt;/P&gt;&lt;P&gt;04 Error within control information of EDI subsystem&lt;/P&gt;&lt;P&gt;05 Error during translation&lt;/P&gt;&lt;P&gt;06 Translation OK&lt;/P&gt;&lt;P&gt;07 Error during syntax check&lt;/P&gt;&lt;P&gt;08 Syntax check OK&lt;/P&gt;&lt;P&gt;09 Error during interchange handling&lt;/P&gt;&lt;P&gt;10 Interchange handling OK&lt;/P&gt;&lt;P&gt;11 Error during dispatch&lt;/P&gt;&lt;P&gt;12 Dispatch OK&lt;/P&gt;&lt;P&gt;13 Retransmission OK&lt;/P&gt;&lt;P&gt;14 Interchange Acknowledgement positive&lt;/P&gt;&lt;P&gt;15 Interchange Acknowledgement negative&lt;/P&gt;&lt;P&gt;16 Functional Acknowledgement positive&lt;/P&gt;&lt;P&gt;17 Functional Acknowledgement negative&lt;/P&gt;&lt;P&gt;18 Triggering EDI subsystem OK&lt;/P&gt;&lt;P&gt;19 Data transfer for test OK&lt;/P&gt;&lt;P&gt;20 Error triggering EDI subsystem&lt;/P&gt;&lt;P&gt;21 Error passing data for test&lt;/P&gt;&lt;P&gt;22 Dispatch OK, acknowledgement still due&lt;/P&gt;&lt;P&gt;23 Error during retransmission&lt;/P&gt;&lt;P&gt;24 Control information of EDI subsystem OK&lt;/P&gt;&lt;P&gt;25 Processing despite syntax error (outbound)&lt;/P&gt;&lt;P&gt;26 Error during syntax check of IDoc (outbound)&lt;/P&gt;&lt;P&gt;27 Error in dispatch level (ALE service)&lt;/P&gt;&lt;P&gt;28 Not used&lt;/P&gt;&lt;P&gt;29 Error in ALE service&lt;/P&gt;&lt;P&gt;30 IDoc ready for dispatch (ALE service)&lt;/P&gt;&lt;P&gt;31 Error - no further processing&lt;/P&gt;&lt;P&gt;32 IDoc was edited&lt;/P&gt;&lt;P&gt;33 Original of an IDoc which was edited&lt;/P&gt;&lt;P&gt;34 Error in control record of IDoc&lt;/P&gt;&lt;P&gt;35 IDoc reloaded from archive&lt;/P&gt;&lt;P&gt;36 Electronic signature not performed (timeout)&lt;/P&gt;&lt;P&gt;37 IDoc added incorrectly&lt;/P&gt;&lt;P&gt;38 IDoc archived&lt;/P&gt;&lt;P&gt;39 IDoc is in the target system (ALE service)&lt;/P&gt;&lt;P&gt;40 Application document not created in target system&lt;/P&gt;&lt;P&gt;41 Application document created in target system&lt;/P&gt;&lt;P&gt;42 IDoc was created by test transaction&lt;/P&gt;&lt;P&gt;50 IDoc added&lt;/P&gt;&lt;P&gt;51 Application document not posted&lt;/P&gt;&lt;P&gt;52 Application document not fully posted&lt;/P&gt;&lt;P&gt;53 Application document posted&lt;/P&gt;&lt;P&gt;54 Error during formal application check&lt;/P&gt;&lt;P&gt;55 Formal application check OK&lt;/P&gt;&lt;P&gt;56 IDoc with errors added&lt;/P&gt;&lt;P&gt;57 Test IDoc: Error during application check&lt;/P&gt;&lt;P&gt;58 IDoc copy from R/2 connection&lt;/P&gt;&lt;P&gt;59 Not used&lt;/P&gt;&lt;P&gt;60 Error during syntax check of IDoc (inbound)&lt;/P&gt;&lt;P&gt;61 Processing despite syntax error (inbound)&lt;/P&gt;&lt;P&gt;62 IDoc passed to application&lt;/P&gt;&lt;P&gt;63 Error passing IDoc to application&lt;/P&gt;&lt;P&gt;64 IDoc ready to be transferred to application&lt;/P&gt;&lt;P&gt;65 Error in ALE service&lt;/P&gt;&lt;P&gt;66 IDoc is waiting for predecessor IDoc (serialization)&lt;/P&gt;&lt;P&gt;67 Not used&lt;/P&gt;&lt;P&gt;68 Error - no further processing&lt;/P&gt;&lt;P&gt;69 IDoc was edited&lt;/P&gt;&lt;P&gt;70 Original of an IDoc which was edited&lt;/P&gt;&lt;P&gt;71 IDoc reloaded from archive&lt;/P&gt;&lt;P&gt;72 Not used, only R/2&lt;/P&gt;&lt;P&gt;73 IDoc archived&lt;/P&gt;&lt;P&gt;74 IDoc was created by test transaction &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;srinivas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*&lt;STRONG&gt;reward for useful answers&lt;/STRONG&gt;*&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 09:37:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-status/m-p/2666040#M615281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T09:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-status/m-p/2666041#M615282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sree hari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk this one,&lt;/P&gt;&lt;P&gt;My question is regarding Outbound EDI of the Advance Shipping Notice, which has produced an IDoc. The IDoc was successfully sent to the customer, but it turns out we have missing or incomplete data. This means the customer is unable to receive the goods into stock! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the missing pieces of information is the Customer Material Number(KDMAT). The problem is that the Goods Issue has already taken place and the Invoice sent to the customer. In the delivery it is not possible to manipulate the KDMAT field. Rather than canceling the Customer Invoice, canceling the Goods Issue, deleting the Delivery and re-creating I looked at the possibility of editing the IDoc, which is possible with transaction WE02 in change mode. This sets the IDoc status to 32 - IDoc has been edited. Next I expected to be able to use transaction BD88 - Process Outbound IDocs to resend the edited IDoc but this is where I have my problem! I get a hard error telling me that the previous status was 03 meaning that it was processed ok! I presume that it's not allowing the IDoc to be resent because it's already been successfully sent! There must be a way to do this!  QUESTION POSED ON: 13 MAY 2003&lt;/P&gt;&lt;P&gt;QUESTION ANSWERED BY: Axel Angeli  Unfortunately, SAP prohibits resending an already send IDoc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, an incomplete IDoc should never leave the factory anyway. So it is better to catch the error before you publish it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the case you described the ideal solution would be building an automatic check routines in the user-exit of the function that creates the outbound IDoc. There you could either try to enrich the document, so that the missing data is there. Alternatively you set the status of the IDoc (control_record_out-status) to something other than 30, e.g. '26' (Syntax error).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have to tell you that I do not see a sound standard way to inhibit sending due to incorrect data while still creating the IDoc. You cannot manipulate the status or any other control parameter. You can exit the creating function module by raising an error. This will cause the IDoc creation to fail and a workflow will be starting notifying someone that the send has failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far, the proper options. Now the dirty solutions. (Some say, these are my preferred solutions, who knows.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to resend just in exceptional cases you may use WE19, the test tool and recreate the IDoc as a copy of the original. WE19 will also allow to edit the IDoc properly. Since release 4.6 the tool became pretty cool to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is a little ABAP, like the following two-liner:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: docnum like edidc-docnum.&lt;/P&gt;&lt;P&gt;update edids set status = '30' where docnum eq docnum and status eq '03'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points to all helpful answers &lt;/P&gt;&lt;P&gt;kiran.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 09:38:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-status/m-p/2666041#M615282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T09:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-status/m-p/2666042#M615283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sree,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This status shows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDOC was edited. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be the IDOC is changed after it has processed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 09:40:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-status/m-p/2666042#M615283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T09:40:45Z</dc:date>
    </item>
  </channel>
</rss>

