<?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: Perform flow in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-flow/m-p/1781924#M336950</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flow goes in sequential manner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perform xxx.&lt;/P&gt;&lt;P&gt;Perform yyy&lt;/P&gt;&lt;P&gt;Perform zzz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case first sub-routine xxx , next yyy and lastly zzz are executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PERFORM process_files.
IF NOT px_par IS INITIAL.
    PERFORM schedule_jobs.
ELSEIF NOT px_seq IS INITIAL.
    PERFORM file_split.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case first process_files then either of schedule_jobs or file_split will be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Dec 2006 09:34:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-13T09:34:57Z</dc:date>
    <item>
      <title>Perform flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-flow/m-p/1781923#M336949</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;I just want to know Flow of the following  code. I want to know which Perform will execute First and which one is 2nd ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM process_files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF NOT px_par IS INITIAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    PERFORM schedule_jobs.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;ELSEIF NOT px_seq IS INITIAL.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;    PERFORM file_split.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------" /&gt;&lt;P&gt;Perform xxx.&lt;/P&gt;&lt;P&gt;Perform yyy&lt;/P&gt;&lt;P&gt;Perform zzz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we have different No of performs like Above Inner Perform( Perform zzz) will execute first or Perform xxx will execute?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Malli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 09:28:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-flow/m-p/1781923#M336949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T09:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Perform flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-flow/m-p/1781924#M336950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flow goes in sequential manner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perform xxx.&lt;/P&gt;&lt;P&gt;Perform yyy&lt;/P&gt;&lt;P&gt;Perform zzz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case first sub-routine xxx , next yyy and lastly zzz are executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PERFORM process_files.
IF NOT px_par IS INITIAL.
    PERFORM schedule_jobs.
ELSEIF NOT px_seq IS INITIAL.
    PERFORM file_split.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case first process_files then either of schedule_jobs or file_split will be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 09:34:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-flow/m-p/1781924#M336950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T09:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Perform flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-flow/m-p/1781925#M336951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The performs will be executed in the sequence they are called. The first one to be called will be executed first, the second one next and so on..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 09:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-flow/m-p/1781925#M336951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T09:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Perform flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-flow/m-p/1781926#M336952</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's not clear what exactly you want. PLz. try to be more specific.&lt;/P&gt;&lt;P&gt;Anyway, if you refer to IF, that 2 performs are executed accordingly with values of IF conditions.&lt;/P&gt;&lt;P&gt;- Both px_par and px_seq are initial =&amp;gt; no perform executed&lt;/P&gt;&lt;P&gt;- px_par = initial AND px_seq not =&amp;gt; file_split only&lt;/P&gt;&lt;P&gt;- px_par &amp;lt;&amp;gt; initial AND px_seq = initial =&amp;gt; schedule_jobs only&lt;/P&gt;&lt;P&gt;- both px_par and px_seq &amp;lt;&amp;gt; initial =&amp;gt; schedule_jobs only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 09:47:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-flow/m-p/1781926#M336952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T09:47:49Z</dc:date>
    </item>
  </channel>
</rss>

