<?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: Sending Inbound application log error in inbound processing through email in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-inbound-application-log-error-in-inbound-processing-through-email/m-p/6595260#M1436489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thsi will not get me exact reason for failure like the exact error reason obtained in APPLICATION LOG.&lt;/P&gt;&lt;P&gt;The Application log(Aplication log button can be found if you click on status records Error page ICON ) is generated by application no in EDIDS.Question is how ???&lt;/P&gt;&lt;P&gt;and how to get the message log in program to forward through mail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Feb 2010 06:06:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-09T06:06:10Z</dc:date>
    <item>
      <title>Sending Inbound application log error in inbound processing through email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-inbound-application-log-error-in-inbound-processing-through-email/m-p/6595256#M1436485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;My client wants application log for failed idoc through E-mail.(The application log found in we05 for failed idocs).&lt;/P&gt;&lt;P&gt;Please guide me how to get/fetch the error log in inbound processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sanjay_lnt on Feb 9, 2010 5:32 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 04:31:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-inbound-application-log-error-in-inbound-processing-through-email/m-p/6595256#M1436485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-09T04:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Inbound application log error in inbound processing through email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-inbound-application-log-error-in-inbound-processing-through-email/m-p/6595257#M1436486</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;You can send mail of faild idocs using workflow,&lt;/P&gt;&lt;P&gt;Just search the forum you will get step by step guide here itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 05:39:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-inbound-application-log-error-in-inbound-processing-through-email/m-p/6595257#M1436486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-09T05:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Inbound application log error in inbound processing through email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-inbound-application-log-error-in-inbound-processing-through-email/m-p/6595258#M1436487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Client not interested in IDOC no but the reason for failure of IDOC obtained in Application log.&lt;/P&gt;&lt;P&gt;Please guide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 05:42:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-inbound-application-log-error-in-inbound-processing-through-email/m-p/6595258#M1436487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-09T05:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Inbound application log error in inbound processing through email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-inbound-application-log-error-in-inbound-processing-through-email/m-p/6595259#M1436488</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;Query EDIDS table with the relevant selection criteria like date.&lt;/P&gt;&lt;P&gt;Here field &lt;STRONG&gt;STATXT&lt;/STRONG&gt; will give you the message text. REPLACE the place holders(&amp;amp;) with STAPA1, STAPA2, STAPA3 and STAPA4 to build the complete message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure that you read the message for the latest counter(Check Max counter in field COUNTER). Because same IDOC can have multiple messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you get the message, you can use normal mail sending code for sendingout the mails.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vinod Vemuru on Feb 9, 2010 11:21 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 05:50:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-inbound-application-log-error-in-inbound-processing-through-email/m-p/6595259#M1436488</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-02-09T05:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Inbound application log error in inbound processing through email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-inbound-application-log-error-in-inbound-processing-through-email/m-p/6595260#M1436489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thsi will not get me exact reason for failure like the exact error reason obtained in APPLICATION LOG.&lt;/P&gt;&lt;P&gt;The Application log(Aplication log button can be found if you click on status records Error page ICON ) is generated by application no in EDIDS.Question is how ???&lt;/P&gt;&lt;P&gt;and how to get the message log in program to forward through mail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 06:06:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-inbound-application-log-error-in-inbound-processing-through-email/m-p/6595260#M1436489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-09T06:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Inbound application log error in inbound processing through email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-inbound-application-log-error-in-inbound-processing-through-email/m-p/6595261#M1436490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try report RSEBWE05.  Let me know if you need help sending the results as an email.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 15:41:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-inbound-application-log-error-in-inbound-processing-through-email/m-p/6595261#M1436490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-15T15:41:22Z</dc:date>
    </item>
  </channel>
</rss>

