<?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: WE05 - run background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/we05-run-background/m-p/7592014#M1567353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no difference between WE02 and WE05;the underlying report for both of them is same. &lt;/P&gt;&lt;P&gt;You will get the status records from EDIDS table and then you can pick the desired status record among the retrieved records EDIDS based on your criteria e.g. Error record, latest record. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search the forum and ABAP wiki for PDF requirement, you will get the answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jan 2011 16:02:25 GMT</pubDate>
    <dc:creator>tushar_shukla</dc:creator>
    <dc:date>2011-01-05T16:02:25Z</dc:date>
    <item>
      <title>WE05 - run background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/we05-run-background/m-p/7592007#M1567346</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;     In WE05,   in you go to menu 'Program', you see option like 'Execute'.      The 'Execute and Print' option and &lt;/P&gt;&lt;P&gt;   'Execute in Background' are greyed out.    &lt;/P&gt;&lt;P&gt;   I like to run this program in the background as i need to read to status of the idocs that are flagged 51 with errors, then send an email out.&lt;/P&gt;&lt;P&gt;  Have anyone come across on how to set this WE05 to run in the background ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Joyce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 18:36:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/we05-run-background/m-p/7592007#M1567346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-04T18:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: WE05 - run background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/we05-run-background/m-p/7592008#M1567347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a variant and then a job via tcode SM36 using the program RSEIDOC2. Run it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 19:00:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/we05-run-background/m-p/7592008#M1567347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-04T19:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: WE05 - run background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/we05-run-background/m-p/7592009#M1567348</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;   I did as you stated but the job got cancelled.    I got an exception condition :CNTL_ERROR' raised.&lt;/P&gt;&lt;P&gt;A raise stmt in program 'CL_Gui_custom_container'  raised the exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Joyce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 19:36:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/we05-run-background/m-p/7592009#M1567348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-04T19:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: WE05 - run background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/we05-run-background/m-p/7592010#M1567349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the report RSEBWE02 .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 20:58:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/we05-run-background/m-p/7592010#M1567349</guid>
      <dc:creator>tushar_shukla</dc:creator>
      <dc:date>2011-01-04T20:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: WE05 - run background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/we05-run-background/m-p/7592011#M1567350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tushar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I could run this in background.  It provides the idoc number.  This is good.  However i still like to get detail info about the error 51 and the error from the idoc segment.  &lt;/P&gt;&lt;P&gt;   Would you know if there are any user exit i can modify this program to the the error and idoc details ?&lt;/P&gt;&lt;P&gt;  I also like to send an email out with the error details.  Do you think it is possible to modify this program ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Joyce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 21:41:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/we05-run-background/m-p/7592011#M1567350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-04T21:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: WE05 - run background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/we05-run-background/m-p/7592012#M1567351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's the shortcoming of this report; it does not retrieve the data from EDIDS table. &lt;/P&gt;&lt;P&gt;You can copy this report into a custom report and then retrieve the status message from EDIDS table. There can be multiple status record for given idoc;you can pick latest one which have highest counter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 23:34:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/we05-run-background/m-p/7592012#M1567351</guid>
      <dc:creator>tushar_shukla</dc:creator>
      <dc:date>2011-01-04T23:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: WE05 - run background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/we05-run-background/m-p/7592013#M1567352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  Tushar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  That report may work for me.  What is the different between WE02 and WE05 ?  They looked the same to me.&lt;/P&gt;&lt;P&gt;Besides the status record, i have to go to specific segment where the error is.  There is no direct access to these segment.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  Can i also asked :  Since i need to send an email about the errors from the idoc, i need to convert this list into pdf first.&lt;/P&gt;&lt;P&gt;Would you know of any FM to convert the list to pdf ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you !&lt;/P&gt;&lt;P&gt;Joyce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 15:31:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/we05-run-background/m-p/7592013#M1567352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-05T15:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: WE05 - run background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/we05-run-background/m-p/7592014#M1567353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no difference between WE02 and WE05;the underlying report for both of them is same. &lt;/P&gt;&lt;P&gt;You will get the status records from EDIDS table and then you can pick the desired status record among the retrieved records EDIDS based on your criteria e.g. Error record, latest record. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search the forum and ABAP wiki for PDF requirement, you will get the answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 16:02:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/we05-run-background/m-p/7592014#M1567353</guid>
      <dc:creator>tushar_shukla</dc:creator>
      <dc:date>2011-01-05T16:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: WE05 - run background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/we05-run-background/m-p/7592015#M1567354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tushar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Thank you so much for your help.  These are good info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joyce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 17:39:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/we05-run-background/m-p/7592015#M1567354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-05T17:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: WE05 - run background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/we05-run-background/m-p/7592016#M1567355</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Even I scheduled job in SM36 using the program RSEIDOC2, and got an an exception condition :CNTL_ERROR' raised.  A raise stmt in program 'CL_Gui_custom_container' raised the exception.&lt;/P&gt;&lt;P&gt;Was this issue addressed and how? Do we need to apply any note for this?&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 12:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/we05-run-background/m-p/7592016#M1567355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-05-19T12:51:31Z</dc:date>
    </item>
  </channel>
</rss>

