<?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: calling an existing program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-existing-program/m-p/6408864#M1407495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Eliana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why can't You try Export and Import statements! Use Submit... and Return along with Export and Import.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 Dec 2009 06:26:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-12T06:26:19Z</dc:date>
    <item>
      <title>calling an existing program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-existing-program/m-p/6408862#M1407493</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 an existing program called A to upload a text file and create batch input session which to be processed in SM35 and it is doing fine without problem.&lt;/P&gt;&lt;P&gt;Now I have a new program called B and 1 of the function of program B in the end of the program to create an internal table where the structure is similar to the text file structure in program A.&lt;/P&gt;&lt;P&gt;I would like to ask in the end of program B, can I do a call to program A and at the same time pass over my internal table and continue the steps creating batch input session in program A? The control will totally pass over to program A from B and once control over to A, program B is coming to end.&lt;/P&gt;&lt;P&gt;I do not sure after include the external call in program A, if I execute directly program A, will give any problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I can think of is to use submit (without return) in program B and in program A no additional code needed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Eliana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Dec 2009 05:56:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-existing-program/m-p/6408862#M1407493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-12T05:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: calling an existing program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-existing-program/m-p/6408863#M1407494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI eliana  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have the process u want to call in a perform in another program, here is how you use this in prog A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;perform &amp;lt;subroutine name&amp;gt; in program&amp;lt;prgnam&amp;gt; using &amp;amp;var1&amp;amp; changing &amp;amp;var2&amp;amp; &amp;amp;var3&amp;amp;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the parameters need to be the same in prog A / B. Hit an F1 on perform, there is more help on using this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Dec 2009 06:23:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-existing-program/m-p/6408863#M1407494</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-12-12T06:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: calling an existing program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-existing-program/m-p/6408864#M1407495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Eliana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why can't You try Export and Import statements! Use Submit... and Return along with Export and Import.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Dec 2009 06:26:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-existing-program/m-p/6408864#M1407495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-12T06:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: calling an existing program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-existing-program/m-p/6408865#M1407496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Dear Eliana,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Why can't You try Export and Import statements! Use Submit... and Return along with Export and Import.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi export and import are session specific, once the LUW is close the export is washed out..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Dec 2009 06:27:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-existing-program/m-p/6408865#M1407496</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-12-12T06:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: calling an existing program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-existing-program/m-p/6408866#M1407497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If read my post properly, I need to call from program B to A.&lt;/P&gt;&lt;P&gt;Also there is NO MORE return back to program B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 May I know if I use submit in program B is ok?&lt;/P&gt;&lt;P&gt;2 Any additional code needed in program A? As I explained, program A is running fine and it is also can be executed by itself. I have worry if got additional code to allow calling from A, then when B is executed by user, will have problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need your opinion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Dec 2009 06:43:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-existing-program/m-p/6408866#M1407497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-12T06:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: calling an existing program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-existing-program/m-p/6408867#M1407498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use statement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Submit A via selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the end of program B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Indra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Dec 2009 17:44:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-existing-program/m-p/6408867#M1407498</guid>
      <dc:creator>former_member364077</dc:creator>
      <dc:date>2009-12-12T17:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: calling an existing program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-existing-program/m-p/6408868#M1407499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have two options, you can use either of the options.. it will be ur call..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Dec 2009 18:31:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-existing-program/m-p/6408868#M1407499</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-12-12T18:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: calling an existing program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-existing-program/m-p/6408869#M1407500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  eliana ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;probably it will not work if you don't just do it &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you face any problems with submit or what is the background of your question?&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>Sat, 12 Dec 2009 20:47:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-existing-program/m-p/6408869#M1407500</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-12-12T20:47:23Z</dc:date>
    </item>
  </channel>
</rss>

