<?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 IIDOC_STATUS_WRITE_TO_DATABASE  Usage in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/iidoc-status-write-to-database-usage/m-p/12091674#M1971928</link>
    <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
  &lt;P&gt;I am using IDOC_STATUS_WRITE_TO_DATABASE to change the status of the idoc from success to error,its working properly that the status of the IDOC in WE02 is getting as per my requirement.But my issue is iam unable to get the error message on the output screen.Can anyone please help me out how to get my error message on the output screen.&lt;/P&gt;</description>
    <pubDate>Fri, 22 Nov 2019 11:34:04 GMT</pubDate>
    <dc:creator>former_member577082</dc:creator>
    <dc:date>2019-11-22T11:34:04Z</dc:date>
    <item>
      <title>IIDOC_STATUS_WRITE_TO_DATABASE  Usage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/iidoc-status-write-to-database-usage/m-p/12091674#M1971928</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
  &lt;P&gt;I am using IDOC_STATUS_WRITE_TO_DATABASE to change the status of the idoc from success to error,its working properly that the status of the IDOC in WE02 is getting as per my requirement.But my issue is iam unable to get the error message on the output screen.Can anyone please help me out how to get my error message on the output screen.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 11:34:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/iidoc-status-write-to-database-usage/m-p/12091674#M1971928</guid>
      <dc:creator>former_member577082</dc:creator>
      <dc:date>2019-11-22T11:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: IIDOC_STATUS_WRITE_TO_DATABASE  Usage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/iidoc-status-write-to-database-usage/m-p/12091675#M1971929</link>
      <description>&lt;P&gt;Can you please elaborate your issue, which output screen? are you running a program which has this FM called and you wanted a output message once the program is run?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 12:26:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/iidoc-status-write-to-database-usage/m-p/12091675#M1971929</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2019-11-22T12:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: IIDOC_STATUS_WRITE_TO_DATABASE  Usage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/iidoc-status-write-to-database-usage/m-p/12091676#M1971930</link>
      <description>&lt;P&gt;Yes, when i run the program(Interface program)  i should get the output like "There is some error in the Delivery". Actually i am calling the FM IDOC_STATUS_WRITE_TO_DATABASE in to the class. &lt;/P&gt;&lt;H1&gt;&lt;/H1&gt;</description>
      <pubDate>Fri, 22 Nov 2019 12:41:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/iidoc-status-write-to-database-usage/m-p/12091676#M1971930</guid>
      <dc:creator>former_member577082</dc:creator>
      <dc:date>2019-11-22T12:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: IIDOC_STATUS_WRITE_TO_DATABASE  Usage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/iidoc-status-write-to-database-usage/m-p/12091677#M1971931</link>
      <description>&lt;P&gt;I think you should not use IDOC_STATUS_WRITE_TO_DATABASE. I don't understand why you need to handle the status outside the inbound process. Maybe you want to explain the whole scenario?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 13:29:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/iidoc-status-write-to-database-usage/m-p/12091677#M1971931</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-11-22T13:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: IIDOC_STATUS_WRITE_TO_DATABASE  Usage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/iidoc-status-write-to-database-usage/m-p/12091678#M1971932</link>
      <description>&lt;P&gt;&lt;A href="https://answers.sap.com/users/248610/praveena13.html"&gt;Mortha Sri Lakshmi Praveena&lt;/A&gt; If you are looking for IDOC status you can get it from EDIDS table by passing IDOC number or by using FM 'IDOC_READ_COMPLETELY'&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 17:38:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/iidoc-status-write-to-database-usage/m-p/12091678#M1971932</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2019-11-22T17:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: IIDOC_STATUS_WRITE_TO_DATABASE  Usage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/iidoc-status-write-to-database-usage/m-p/12091679#M1971933</link>
      <description>&lt;P&gt;I'm also confused by the question. Why is it necessary to change the IDoc status from success to error? If it's already processed successfully then it must not be processed again since the transaction it's meant to perform already occurred.&lt;/P&gt;&lt;P&gt;There is a standard SAP program that can change the IDoc status but it's not advertised for obvious reasons. I'm reluctant to mention it here since it's not clear what you're trying to achieve.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 22:10:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/iidoc-status-write-to-database-usage/m-p/12091679#M1971933</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2019-11-22T22:10:20Z</dc:date>
    </item>
  </channel>
</rss>

