<?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 errors Notify thru Workflow in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-errors-notify-thru-workflow/m-p/1592446#M266353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;I want to report an error notification; if an Idoc fails. What are the steps for this Configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if I want to sent some notification on success/fail status of Idoc, how do I configure workflow for the same. What are the steps involved here? Please provide your expert guidence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards for sure &lt;SPAN __jive_emoticon_name="grin"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vishal Tyagi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Sep 2006 05:03:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-19T05:03:06Z</dc:date>
    <item>
      <title>IDOC errors Notify thru Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-errors-notify-thru-workflow/m-p/1592446#M266353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;I want to report an error notification; if an Idoc fails. What are the steps for this Configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if I want to sent some notification on success/fail status of Idoc, how do I configure workflow for the same. What are the steps involved here? Please provide your expert guidence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards for sure &lt;SPAN __jive_emoticon_name="grin"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vishal Tyagi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 05:03:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-errors-notify-thru-workflow/m-p/1592446#M266353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T05:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC errors Notify thru Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-errors-notify-thru-workflow/m-p/1592447#M266354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishal,&lt;/P&gt;&lt;P&gt;      You can use Bussiness Object (IDOC* and F4) and the event available to trigger the work flow from which you can then send a mail to the concerned person.&lt;/P&gt;&lt;P&gt;      If you need to do this through any program then get all the error IDOC from EDIDS table and can send a mail through 'SO_NEW_DOCUMENT_SEND_API1'. Then you can schedule this program periodically which will be sending a mail.&lt;/P&gt;&lt;P&gt;      But both differs, if you need to notify whenever the an IDOC is created then you have to go for WOrkflow or if it enough if you report on DAily or hourly basis then you can use the second option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Hope this might have helped you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prashanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 04:28:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-errors-notify-thru-workflow/m-p/1592447#M266354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T04:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC errors Notify thru Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-errors-notify-thru-workflow/m-p/1592448#M266355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i dont have idea on workflow configurations but what i can say is u can code in such a way that an SAP or in fact any form of mail goes to person responsible if an error occurs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as already said SO_NEW_DOCUMENT_SEND_API1  or&lt;/P&gt;&lt;P&gt;if an attachement is there, SO_NEW_DOCUMENT_ATT_SEND_API1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can be used&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 04:57:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-errors-notify-thru-workflow/m-p/1592448#M266355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T04:57:24Z</dc:date>
    </item>
  </channel>
</rss>

