<?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: execution in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/execution/m-p/2708100#M627562</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;here the problem is u can use the nested submit statements for 6 times only.&lt;/P&gt;&lt;P&gt;u cannot call after words.that internal sessions will be restricted by the basis people.&lt;/P&gt;&lt;P&gt;if u come back from one program u can use submit one more time.suppose if u come back from zex6 to zex5 then u can call zex7 successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Aug 2007 05:54:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-29T05:54:36Z</dc:date>
    <item>
      <title>execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execution/m-p/2708093#M627555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends good morning.&lt;/P&gt;&lt;P&gt;in my program am calling 13 other programs with different selection screen, i want to execute this one after the other automatically. ie after completion  of one program it should display next program selection screen automatically. please tell me how to do this .&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Prajwal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        prajwal k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 04:58:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execution/m-p/2708093#M627555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T04:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execution/m-p/2708094#M627556</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;do like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit zex1 via selection-screen and return.&lt;/P&gt;&lt;P&gt;submit zex2 via selection-screen and return.&lt;/P&gt;&lt;P&gt;...................&lt;/P&gt;&lt;P&gt;if u do like this.the next program selection screen will be called when u say back in the selection screen of the program u r currently in.&lt;/P&gt;&lt;P&gt;suppose if u want to go to the next program selection screen from the program u r currently in u have to write the 2nd submit statement in the program u calling first and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 05:04:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execution/m-p/2708094#M627556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T05:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execution/m-p/2708095#M627557</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;Use the syntax: to call all those 5 REPORTS..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT &amp;lt;REPORT&amp;gt; VIA SELECTION-SCREEN AND RETURN ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here AND RETURN ensure the control to returned to Calling report every time...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if Helpful..&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 05:10:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execution/m-p/2708095#M627557</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-08-29T05:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execution/m-p/2708096#M627558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharat.&lt;/P&gt;&lt;P&gt;thanks its working ,But screen change occurs only when i press back button,&lt;/P&gt;&lt;P&gt;is there any other way to overcome this problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 05:16:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execution/m-p/2708096#M627558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T05:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execution/m-p/2708097#M627559</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;we will when we press back button only.if u want to get without back button u should write the 2nd submit in 1st program(zex1),3rd submit in 2nd program(zex2) and.....then it will go in a sequence.and while u come out of that program it come out in the reverse order(zex5-&amp;gt;zex4-&amp;gt;...zex1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 05:22:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execution/m-p/2708097#M627559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T05:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execution/m-p/2708098#M627560</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 did what u told but its giving error . like ''maximum number of internal sessions reached when i execute the 6 program&lt;/P&gt;&lt;P&gt;i have 13 programs to call&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prajwal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        prajwal k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 05:37:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execution/m-p/2708098#M627560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T05:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execution/m-p/2708099#M627561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit via selection screen and return&lt;/P&gt;&lt;P&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;Giridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 05:53:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execution/m-p/2708099#M627561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T05:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execution/m-p/2708100#M627562</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;here the problem is u can use the nested submit statements for 6 times only.&lt;/P&gt;&lt;P&gt;u cannot call after words.that internal sessions will be restricted by the basis people.&lt;/P&gt;&lt;P&gt;if u come back from one program u can use submit one more time.suppose if u come back from zex6 to zex5 then u can call zex7 successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 05:54:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execution/m-p/2708100#M627562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T05:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execution/m-p/2708101#M627563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;can basis people change that .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 05:59:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execution/m-p/2708101#M627563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T05:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execution/m-p/2708102#M627564</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 think they can,i am not sure with that.&lt;/P&gt;&lt;P&gt;but one more thing if u don't want to came back from zex2-&amp;gt;zex1,zex3-&amp;gt;zex2,...&lt;/P&gt;&lt;P&gt;u just remove AND RETURN.the in that case u can call any number of programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 06:05:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execution/m-p/2708102#M627564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T06:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execution/m-p/2708103#M627565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Bharat.&lt;/P&gt;&lt;P&gt;u solved my Problem&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Prajwala.k.Nairy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 06:16:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execution/m-p/2708103#M627565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T06:16:47Z</dc:date>
    </item>
  </channel>
</rss>

