<?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: Idoc application log table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-application-log-table/m-p/8949701#M1694053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Make a modification to your job program....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;after the idoc has been successfully posted write a sql query from table EDIDS to fetch all status records of processed idocs. inside the query pass time as range (&lt;STRONG&gt;sy-uzeit), &lt;/STRONG&gt;and username. &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Save all the records into a local internal table and call the function module "GUI_DOWNLOAD" to download it into a flat file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Hope this is useful to you...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;SUDHEER KUMAR CH S M.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Aug 2012 09:05:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-08-23T09:05:36Z</dc:date>
    <item>
      <title>Idoc application log table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-application-log-table/m-p/8949698#M1694050</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;We triggered a job which create multiple idocs.&lt;/P&gt;&lt;P&gt;then i want to see all the messages with respect to idocs if it fails. This i can see using transaction MM90.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i want to download all these failure messages (idocs), for furthur analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know the table name where these messages will be stored for this MM90 transaction.&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;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 08:31:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-application-log-table/m-p/8949698#M1694050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-23T08:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc application log table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-application-log-table/m-p/8949699#M1694051</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;Table EDIDS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 08:36:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-application-log-table/m-p/8949699#M1694051</guid>
      <dc:creator>eduardo_hinojosa</dc:creator>
      <dc:date>2012-08-23T08:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc application log table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-application-log-table/m-p/8949700#M1694052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="postbody"&gt;You can make use of the SAP tables &lt;STRONG&gt;EDIDC&lt;/STRONG&gt;- for control records,&lt;STRONG&gt;EDID4&lt;/STRONG&gt;-for Data Records and &lt;STRONG&gt;EDIDS&lt;/STRONG&gt;-for Status records.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="postbody"&gt;Open SE11 and give the table name as &lt;STRONG&gt;EDIDS&lt;/STRONG&gt;, search for the records with idoc status and time and username.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;or else open t-code &lt;STRONG&gt;we02 or we05&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;see the records after the time of job run.&lt;/P&gt;&lt;P&gt;you will get list of idocs that are processed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 08:57:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-application-log-table/m-p/8949700#M1694052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-23T08:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc application log table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-application-log-table/m-p/8949701#M1694053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Make a modification to your job program....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;after the idoc has been successfully posted write a sql query from table EDIDS to fetch all status records of processed idocs. inside the query pass time as range (&lt;STRONG&gt;sy-uzeit), &lt;/STRONG&gt;and username. &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Save all the records into a local internal table and call the function module "GUI_DOWNLOAD" to download it into a flat file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Hope this is useful to you...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;SUDHEER KUMAR CH S M.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 09:05:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-application-log-table/m-p/8949701#M1694053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-23T09:05:36Z</dc:date>
    </item>
  </channel>
</rss>

