<?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 Re: Create Outbound IDOC with error status in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-outbound-idoc-with-error-status/m-p/10680127#M1868943</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ponu Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use &lt;STRONG&gt;RC1_IDOC_SET_STATUS&lt;/STRONG&gt; Standard Program and you can change the status of the outbound idoc for example idoc 1089879 is in status 03 "Data Passed to Port OK" again i ran the program RC1_IDOC_SET_STATUS with status = '03' and new status "11" .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i can see the status "11" for idoc 1089879 in WE02/WE05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Raghunadh Kodali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Nov 2014 13:51:34 GMT</pubDate>
    <dc:creator>former_member226225</dc:creator>
    <dc:date>2014-11-03T13:51:34Z</dc:date>
    <item>
      <title>Create Outbound IDOC with error status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-outbound-idoc-with-error-status/m-p/10680124#M1868940</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;Any one have suggestion/guidance on how to "create outbound IDOC with status XX"?&lt;/P&gt;&lt;P&gt;I need to use custom program to generate IDOC with error status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any sample program would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 10:47:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-outbound-idoc-with-error-status/m-p/10680124#M1868940</guid>
      <dc:creator>former_member198653</dc:creator>
      <dc:date>2014-11-03T10:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create Outbound IDOC with error status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-outbound-idoc-with-error-status/m-p/10680125#M1868941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naresh Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the MASTER_IDOC_DISTRIBUTE&amp;nbsp; FM and pass the Communication idoc information and control record information to this fm and you will get Data records of master IDoc in EDIDD table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this table you can find outbound status records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Raghunadh Kodali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 11:56:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-outbound-idoc-with-error-status/m-p/10680125#M1868941</guid>
      <dc:creator>former_member226225</dc:creator>
      <dc:date>2014-11-03T11:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create Outbound IDOC with error status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-outbound-idoc-with-error-status/m-p/10680126#M1868942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghunadh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I needs to create a IDOC with XX error status purposefully. I try to pass status XX (11 for example), but Idoc created with different status (not 11).&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 13:27:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-outbound-idoc-with-error-status/m-p/10680126#M1868942</guid>
      <dc:creator>former_member198653</dc:creator>
      <dc:date>2014-11-03T13:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Create Outbound IDOC with error status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-outbound-idoc-with-error-status/m-p/10680127#M1868943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ponu Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use &lt;STRONG&gt;RC1_IDOC_SET_STATUS&lt;/STRONG&gt; Standard Program and you can change the status of the outbound idoc for example idoc 1089879 is in status 03 "Data Passed to Port OK" again i ran the program RC1_IDOC_SET_STATUS with status = '03' and new status "11" .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i can see the status "11" for idoc 1089879 in WE02/WE05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Raghunadh Kodali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 13:51:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-outbound-idoc-with-error-status/m-p/10680127#M1868943</guid>
      <dc:creator>former_member226225</dc:creator>
      <dc:date>2014-11-03T13:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Create Outbound IDOC with error status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-outbound-idoc-with-error-status/m-p/10680128#M1868944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find the below link to change the status of an idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.scn.sap.com/wiki/display/ABAP/Programs+to+change+idoc+Status" title="http://wiki.scn.sap.com/wiki/display/ABAP/Programs+to+change+idoc+Status"&gt;Programs to change idoc Status - ABAP Development - SCN Wiki&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 13:56:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-outbound-idoc-with-error-status/m-p/10680128#M1868944</guid>
      <dc:creator>former_member226225</dc:creator>
      <dc:date>2014-11-03T13:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create Outbound IDOC with error status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-outbound-idoc-with-error-status/m-p/10680129#M1868945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghunadh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand your solution, the thing is once I create IDOC initially, it might send immediately to third party system before I change status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to create good and bad idocs in the same program based on some condition (good means normal Idoc creation which can send/Bad means Error IDOC, Bad Idoc shouldn't send to third party system).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the reason I want to create IDOC with error status, so that created IDOC will not send to third party system at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you understand the situation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 14:47:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-outbound-idoc-with-error-status/m-p/10680129#M1868945</guid>
      <dc:creator>former_member198653</dc:creator>
      <dc:date>2014-11-03T14:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Create Outbound IDOC with error status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-outbound-idoc-with-error-status/m-p/10680130#M1868946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why even creating the iDoc if the iDoc should never be sent out? Depending on the iDoc you can either stop in a user-exit or do not even create the corresponding output message for the object you want to send out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dominik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 14:50:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-outbound-idoc-with-error-status/m-p/10680130#M1868946</guid>
      <dc:creator>DominikKraemer</dc:creator>
      <dc:date>2014-11-03T14:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create Outbound IDOC with error status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-outbound-idoc-with-error-status/m-p/10680131#M1868947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this approach, create Idoc with error message (e.g. remove partner details and create, it will not send to third party system, then change status whatever we want).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 15:21:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-outbound-idoc-with-error-status/m-p/10680131#M1868947</guid>
      <dc:creator>former_member198653</dc:creator>
      <dc:date>2014-11-03T15:21:16Z</dc:date>
    </item>
  </channel>
</rss>

