<?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: Regarding SUBMIT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit/m-p/4315876#M1028660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, it still seems like a lot, but again, what's the alternative?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Nov 2008 19:35:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-04T19:35:32Z</dc:date>
    <item>
      <title>Regarding SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit/m-p/4315868#M1028652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;according to my requirement , I am faced with a situation in which I had to use Submit and return inside a loop.The internal table would have 500-1000 entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it advicable to use Submit and return inside a loop.Will there be any  performance issues.Kindly let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 08:41:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit/m-p/4315868#M1028652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T08:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit/m-p/4315869#M1028653</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;It is not at all recomended to use SUBMIT and Retyurn inside a loop.&lt;/P&gt;&lt;P&gt;If we consider the internal operation of the SUBMIT .......RETURN statement we will see, each time the system encounter SUBMIT , it stores all the system variable to system buffer and jumps to the called report program. agin when it encounters RETURNS it comes back and popped up the values of system variables it stored earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your the same will happen for more than 500 times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for further details, check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/9f/db9dd035c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/9f/db9dd035c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 08:43:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit/m-p/4315869#M1028653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T08:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit/m-p/4315870#M1028654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you think executing a submit inside a loop of max 1000 entries is good. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a question you should not have to ask.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 08:44:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit/m-p/4315870#M1028654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T08:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit/m-p/4315871#M1028655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had my doubts thats why I posted question....I guess purpose of a forum is to help people in resolving such issues&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 08:55:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit/m-p/4315871#M1028655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T08:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit/m-p/4315872#M1028656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it depend on the complexity of the launched program.&lt;/P&gt;&lt;P&gt;If each launch need a lot of time to execute maybe you can try to launch it in background or with jobs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover be carefull of lock problems when launching a lot of submit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is true that it is a little bit strange to launch 1000 times the same program, but if you have no other choise, if it is a simple prog and if you launch it few times I think you can do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 09:20:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit/m-p/4315872#M1028656</guid>
      <dc:creator>former_member770378</dc:creator>
      <dc:date>2008-08-19T09:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit/m-p/4315873#M1028657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was reading this post and did not feel the question is answered well with pros and cons of submitting a program within a loop. There may be situations where one needs to submit programs insider a loop. When one posts such question, he expects a professional answer with technical issues/limitations clearly mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please open this thread and I invite anyone with clear answer to this post a reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Main issue one would think about submitting a program inside a loop is memory repletion. Is this an issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the called program is writing into a spool, and if there is a fear of spool overflowing, there are ways to write into different spool each time the program is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please comment the real pros/cons of submitting a program inside a loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 19:11:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit/m-p/4315873#M1028657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T19:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit/m-p/4315874#M1028658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see anything wrong with a SUBMIT in a LOOP? 500-1000 iterations may be a bit much, but then what are the alternatives?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 19:19:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit/m-p/4315874#M1028658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T19:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit/m-p/4315875#M1028659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not talking about 1000-3000, but a few hundreds (100-200).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 19:24:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit/m-p/4315875#M1028659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T19:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit/m-p/4315876#M1028660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, it still seems like a lot, but again, what's the alternative?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 19:35:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit/m-p/4315876#M1028660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T19:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit/m-p/4315877#M1028661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still, we are not talking about 'why' this is discouraged one way or other. Please advice with specific technical reasons why submitting programs within a loop is not encouraged if at all it is not encouraged. We will discuss about alternatives later.&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, 04 Nov 2008 19:41:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit/m-p/4315877#M1028661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T19:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit/m-p/4315878#M1028662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like you have your own question here. If you open up your own thread and mark it as a question, that will encourage others to respond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 19:46:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit/m-p/4315878#M1028662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T19:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit/m-p/4315879#M1028663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Raghu &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know why u want to call submit and return inside loop.&lt;/P&gt;&lt;P&gt;If you can explain us the exact requirement, may be we can provide alternatives.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 21:30:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit/m-p/4315879#M1028663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T21:30:08Z</dc:date>
    </item>
  </channel>
</rss>

