<?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  program from other program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program-from-other-program/m-p/2044363#M420764</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 Submit &amp;lt;prg name&amp;gt; via Selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-kothai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Mar 2007 11:58:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-22T11:58:51Z</dc:date>
    <item>
      <title>calling  program from other program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program-from-other-program/m-p/2044359#M420760</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;&lt;/P&gt;&lt;P&gt;I am facing problem in calling a program from another program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually i have two reports Report1 and Report2.&lt;/P&gt;&lt;P&gt;  In Report1 there is a data in internal tables.Now i want to execute report2 from report1 just by filling the report2 selection screen with the data present in the internal tables.that means when i execute the report1 it will display the output of the report two by taking the data present in the internal tables of the report1 into its selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 11:52:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program-from-other-program/m-p/2044359#M420760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T11:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: calling  program from other program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program-from-other-program/m-p/2044360#M420761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shwetha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the SUBMIT keyword and call the first program into the second program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 11:54:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program-from-other-program/m-p/2044360#M420761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T11:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: calling  program from other program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program-from-other-program/m-p/2044361#M420762</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;REPORT ZREPORT1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT ITAB TO MEMORY ID 'ZREPORT1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT ZREPORT2 WITH ..................... AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZREPORT2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;IMPORT ITAB FROM MEMORY ID 'ZREPORT1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 11:56:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program-from-other-program/m-p/2044361#M420762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T11:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: calling  program from other program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program-from-other-program/m-p/2044362#M420763</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;see this example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;program1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZEXAMPLE10.&lt;/P&gt;&lt;P&gt;tables:mara.&lt;/P&gt;&lt;P&gt;select-options:matnr for mara-matnr.&lt;/P&gt;&lt;P&gt;submit zexample11 with i_matnr in matnr and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;program2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZEXAMPLE11.&lt;/P&gt;&lt;P&gt;tables:mara.&lt;/P&gt;&lt;P&gt;select-options:i_matnr for mara-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from mara where matnr in i_matnr.&lt;/P&gt;&lt;P&gt;  write:/ mara-matnr.&lt;/P&gt;&lt;P&gt;endselect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this code this will b helpful.&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;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 11:58:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program-from-other-program/m-p/2044362#M420763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T11:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: calling  program from other program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program-from-other-program/m-p/2044363#M420764</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 Submit &amp;lt;prg name&amp;gt; via Selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-kothai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 11:58:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program-from-other-program/m-p/2044363#M420764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T11:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: calling  program from other program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program-from-other-program/m-p/2044364#M420765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shweta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ever you want a program to be called from another program just use SUBMIT &amp;lt;Program Name&amp;gt;, then it will execute that program and then it then comes to the current program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Vipin Das&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 11:59:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program-from-other-program/m-p/2044364#M420765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T11:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: calling  program from other program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program-from-other-program/m-p/2044365#M420766</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;In the first Report program, write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT REPORT2 WITH ..................... AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement calls REPORT2 executes it and control returns back to REPORT1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neha Bansal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 13:03:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-program-from-other-program/m-p/2044365#M420766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T13:03:04Z</dc:date>
    </item>
  </channel>
</rss>

