<?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: SUBMIT... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/2029042#M416225</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have error in the calling program than the submit statement wont work in that point,so i would suggest you to debug the calling program ,fix the error and than you try with the submit statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2007 10:39:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-20T10:39:45Z</dc:date>
    <item>
      <title>SUBMIT...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/2029037#M416220</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 am calling a report with 'SUBMIT' statement... (Submit and Return),  the called program has some error message so the control is getting stopped there itself without coming back to calling program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    How can I get back the control to calling program even the called program has error in it???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Correct answers will be greatly appreciated!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 09:45:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/2029037#M416220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T09:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/2029038#M416221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt;It depends...&lt;/P&gt;&lt;P&gt;If the called program has an error and ends up with Warning or Status mesage types, then the control will come back to the calling program.&lt;/P&gt;&lt;P&gt;But if the called program ends up with an error message with E message type, then the control won't come back to the calling program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution:&lt;/P&gt;&lt;P&gt;You can modify the called program to display the error messages in an internal table instead of flashing an error message. By doing this, you can import the error message internal table into ur calling program and display it here itself or ignore it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 09:50:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/2029038#M416221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T09:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/2029039#M416222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am calling a standard sap program...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 09:55:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/2029039#M416222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T09:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/2029040#M416223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt; Pass the parameters to that SUBMIT program. Just debug the program and find out the condition for that eroor message,definately u will get the solution.&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 09:56:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/2029040#M416223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T09:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/2029041#M416224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If an Error message is raised the program is stopped. We will not get the control &lt;/P&gt;&lt;P&gt;back. There is no other way..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 10:12:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/2029041#M416224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T10:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/2029042#M416225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have error in the calling program than the submit statement wont work in that point,so i would suggest you to debug the calling program ,fix the error and than you try with the submit statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 10:39:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/2029042#M416225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T10:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/2029043#M416226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mrutyunjaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    This is not error in the program!!!  I am taking about handling of error message type.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Suppose there is an error message raised in the called program, without stoping the control there itselft how will you take it back to calling program...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 10:47:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit/m-p/2029043#M416226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T10:47:58Z</dc:date>
    </item>
  </channel>
</rss>

