<?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 another program from the current program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-program-from-the-current-program/m-p/4943425#M1152923</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;ur calling another program by using SUBMIT ,&lt;/P&gt;&lt;P&gt;So u can use &lt;STRONG&gt;SUBMIT and RETURN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I think it is useful.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Dec 2008 06:09:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-24T06:09:04Z</dc:date>
    <item>
      <title>Calling another program from the current program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-program-from-the-current-program/m-p/4943422#M1152920</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;In our requirement we are calling another program from our current program .&lt;/P&gt;&lt;P&gt;In the current program( from which we are calling ) we are giving file name in the selection screen&lt;/P&gt;&lt;P&gt;and when we run the current program we are successfully going to other program but our main requirement is to higlight the file name which we had given earlier .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note :  The called program doesnt have any selection screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 06:02:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-program-from-the-current-program/m-p/4943422#M1152920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T06:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Calling another program from the current program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-program-from-the-current-program/m-p/4943423#M1152921</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 &lt;STRONG&gt;EXPORT&lt;/STRONG&gt; and &lt;STRONG&gt;IMPORT&lt;/STRONG&gt; key words for passing data from one program to another program.&lt;/P&gt;&lt;P&gt;as the called program is available in the same session you can use above key words which means you are accessing &lt;STRONG&gt;ABAP MEMORY&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use &lt;STRONG&gt;SET&lt;/STRONG&gt; and &lt;STRONG&gt;GET&lt;/STRONG&gt; key words which means &lt;STRONG&gt;SAP memory&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take &lt;STRONG&gt;F1&lt;/STRONG&gt; help there are examples tooo and detailes explanation abou the same&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;Ramchander Rao.K&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ramchander Krishnamraju on Dec 24, 2008 7:05 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 06:05:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-program-from-the-current-program/m-p/4943423#M1152921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T06:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Calling another program from the current program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-program-from-the-current-program/m-p/4943424#M1152922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;   what do you mean by &lt;STRONG&gt;higlight the file name which we had given earlier&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do one thing create a Tcode using se93 for your called program and by using call transaction statment you can call your program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 06:08:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-program-from-the-current-program/m-p/4943424#M1152922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T06:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calling another program from the current program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-program-from-the-current-program/m-p/4943425#M1152923</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;ur calling another program by using SUBMIT ,&lt;/P&gt;&lt;P&gt;So u can use &lt;STRONG&gt;SUBMIT and RETURN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I think it is useful.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 06:09:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-program-from-the-current-program/m-p/4943425#M1152923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T06:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calling another program from the current program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-program-from-the-current-program/m-p/4943426#M1152924</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;SUBMIT report1 USING SELECTION-SCREEN '1100' &lt;/P&gt;&lt;P&gt;               WITH SELECTION-TABLE rspar_tab &lt;/P&gt;&lt;P&gt;               WITH selcrit2 BETWEEN 'H' AND 'K' &lt;/P&gt;&lt;P&gt;               WITH selcrit2 IN range_tab &lt;/P&gt;&lt;P&gt;               AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to use the concept in the code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass the select-option variable like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 06:13:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-program-from-the-current-program/m-p/4943426#M1152924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T06:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Calling another program from the current program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-program-from-the-current-program/m-p/4943427#M1152925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2009 09:44:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-program-from-the-current-program/m-p/4943427#M1152925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-18T09:44:08Z</dc:date>
    </item>
  </channel>
</rss>

