<?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: Need to return to the Wrapper program when the called Program dumps in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-return-to-the-wrapper-program-when-the-called-program-dumps/m-p/7662663#M1574198</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;What is the dump details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please provide the exact submit statement syntax that you are using in your wrapper program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With these details maybe we can troubleshoot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also let me know if the SAP report you are submitting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Feb 2011 05:22:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-06T05:22:56Z</dc:date>
    <item>
      <title>Need to return to the Wrapper program when the called Program dumps</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-return-to-the-wrapper-program-when-the-called-program-dumps/m-p/7662662#M1574197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;We are calling a standard sap report from our Z wrapper program using &lt;STRONG&gt;submit&lt;/STRONG&gt;  and &lt;STRONG&gt;return&lt;/STRONG&gt; statement.&lt;/P&gt;&lt;P&gt;The standard sap report program is dumping because of some issues and the execeptions are not caught by SAP.&lt;/P&gt;&lt;P&gt;Our requirement is we need to return to the wrapper program even if the dump occurs so that we can contunue with the further processing.&lt;/P&gt;&lt;P&gt;Any help on this will be highly appreciated and &amp;lt;promise removed by moderator&amp;gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Balwants on Feb 6, 2011 5:10 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Feb 6, 2011 1:57 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Feb 2011 04:08:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-return-to-the-wrapper-program-when-the-called-program-dumps/m-p/7662662#M1574197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-06T04:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need to return to the Wrapper program when the called Program dumps</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-return-to-the-wrapper-program-when-the-called-program-dumps/m-p/7662663#M1574198</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;What is the dump details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please provide the exact submit statement syntax that you are using in your wrapper program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With these details maybe we can troubleshoot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also let me know if the SAP report you are submitting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Feb 2011 05:22:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-return-to-the-wrapper-program-when-the-called-program-dumps/m-p/7662663#M1574198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-06T05:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need to return to the Wrapper program when the called Program dumps</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-return-to-the-wrapper-program-when-the-called-program-dumps/m-p/7662664#M1574199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The std program name is RGLE_ECS_DIRECT_INPUT_PP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;submit&lt;/STRONG&gt; statement is something like this (I am not mentioning the exact code &amp;amp; have replaced the std program by Y program):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT YOVERFLOW_TEST_SUCCESS USING SELECTION-SCREEN 1000&lt;/P&gt;&lt;P&gt;  WITH p_date = sy-datum&lt;/P&gt;&lt;P&gt;  WITH p_sim   = 'X'&lt;/P&gt;&lt;P&gt;  AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This problem is basically a very general problem and should not be related to a particular dump.&lt;/P&gt;&lt;P&gt;I am looking for a very general solution on this .&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Feb 2011 17:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-return-to-the-wrapper-program-when-the-called-program-dumps/m-p/7662664#M1574199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-06T17:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need to return to the Wrapper program when the called Program dumps</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-return-to-the-wrapper-program-when-the-called-program-dumps/m-p/7662665#M1574200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;Please let me know if you were able to get the solution on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Balwant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 19:19:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-return-to-the-wrapper-program-when-the-called-program-dumps/m-p/7662665#M1574200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-07T19:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need to return to the Wrapper program when the called Program dumps</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-return-to-the-wrapper-program-when-the-called-program-dumps/m-p/7662666#M1574201</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;did you try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TRY.
submit ...
CATCH CX_ROOT.
WRITE: / 'Severe error in submitted program'.
ENDTRY.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not try but I have some hope - though no dump will be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to know why and where the error occured, you may have chances with exception object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 20:25:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-return-to-the-wrapper-program-when-the-called-program-dumps/m-p/7662666#M1574201</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-02-07T20:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Need to return to the Wrapper program when the called Program dumps</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-return-to-the-wrapper-program-when-the-called-program-dumps/m-p/7662667#M1574202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have already tried this it dosent work.&lt;/P&gt;&lt;P&gt;Is there anyother hope to catch an exception like this.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Balwant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 20:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-return-to-the-wrapper-program-when-the-called-program-dumps/m-p/7662667#M1574202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-07T20:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need to return to the Wrapper program when the called Program dumps</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-return-to-the-wrapper-program-when-the-called-program-dumps/m-p/7662668#M1574203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not possible...  &lt;/P&gt;&lt;P&gt;Dump is a special situation where the exception is not taken care by the program. &lt;/P&gt;&lt;P&gt;Could you please let me know as to what exactly is your requirement...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 23:21:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-return-to-the-wrapper-program-when-the-called-program-dumps/m-p/7662668#M1574203</guid>
      <dc:creator>vikrant_guptarya</dc:creator>
      <dc:date>2011-02-07T23:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need to return to the Wrapper program when the called Program dumps</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-return-to-the-wrapper-program-when-the-called-program-dumps/m-p/7662669#M1574204</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;&lt;/P&gt;&lt;P&gt;I faced some dumps when I was using submit some time ago.It was because I was using the slection screen statement &lt;/P&gt;&lt;P&gt;for a report using screens built out of screen painter. This may be a possibility in your case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tell me if this is your case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 02:33:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-return-to-the-wrapper-program-when-the-called-program-dumps/m-p/7662669#M1574204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-08T02:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need to return to the Wrapper program when the called Program dumps</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-return-to-the-wrapper-program-when-the-called-program-dumps/m-p/7662670#M1574205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vikranth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, it is true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRY  .. CATCH is used to catch an exception that would otherwise raise a dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as the submitted program runs in it's own LUW, the exception is not caught.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That means: No way to catch the dump, only make checks before submitting. This is about the same as errors in update task - then you get an express mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You couls create and start a Job for any single submit, then you evrything is processed and the errors with dump are in the job log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 16:55:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-return-to-the-wrapper-program-when-the-called-program-dumps/m-p/7662670#M1574205</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-02-08T16:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need to return to the Wrapper program when the called Program dumps</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-return-to-the-wrapper-program-when-the-called-program-dumps/m-p/7662671#M1574206</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;There is no problem without a solution;).&lt;/P&gt;&lt;P&gt;We solved it by submitting the report in a wrapper RFC.&lt;/P&gt;&lt;P&gt;RFC will open a new session that is why it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Clemens mentioned Job spawning ,that was one of the solution too we had figured out intiailly but the std report we were submitting was creating lot of parallel processes so we did not went ahead with this one.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balwant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 15:50:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-return-to-the-wrapper-program-when-the-called-program-dumps/m-p/7662671#M1574206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-09T15:50:14Z</dc:date>
    </item>
  </channel>
</rss>

