<?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: call a screen in another program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-in-another-program/m-p/1142644#M115105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murugesh,&lt;/P&gt;&lt;P&gt;     You have to create a transaction for the program you want to call using transaction SE93. The starting screen should be mentioned as 1000. You can call this transaction from your program using CALL TRANSACTION statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Nelson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Feb 2006 06:49:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-02T06:49:37Z</dc:date>
    <item>
      <title>call a screen in another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-in-another-program/m-p/1142643#M115104</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 have a program PRG1 that has screen 1000.&lt;/P&gt;&lt;P&gt;I want to load this screen from the program PRG2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Murugesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 06:43:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-in-another-program/m-p/1142643#M115104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T06:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: call a screen in another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-in-another-program/m-p/1142644#M115105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murugesh,&lt;/P&gt;&lt;P&gt;     You have to create a transaction for the program you want to call using transaction SE93. The starting screen should be mentioned as 1000. You can call this transaction from your program using CALL TRANSACTION statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Nelson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 06:49:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-in-another-program/m-p/1142644#M115105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T06:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: call a screen in another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-in-another-program/m-p/1142645#M115106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nelson.&lt;/P&gt;&lt;P&gt;But,my constraint is that i don't want to create a  transaction for this program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 06:52:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-in-another-program/m-p/1142645#M115106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T06:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: call a screen in another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-in-another-program/m-p/1142646#M115107</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;You can use Submit command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the program PRG2 use :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT PRG1 via selection-screen and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 06:54:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-in-another-program/m-p/1142646#M115107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T06:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: call a screen in another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-in-another-program/m-p/1142647#M115108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA: bdcdata_wa  TYPE bdcdata, &lt;/P&gt;&lt;P&gt;      bdcdata_tab TYPE TABLE OF bdcdata. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR bdcdata_wa. &lt;/P&gt;&lt;P&gt;bdcdata_wa-program  = 'PRG1'. &lt;/P&gt;&lt;P&gt;bdcdata_wa-dynpro   = '1000'. &lt;/P&gt;&lt;P&gt;bdcdata_wa-dynbegin = 'X'. &lt;/P&gt;&lt;P&gt;APPEND bdcdata_wa TO bdcdata_tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION &amp;lt;TCODE&amp;gt; USING BDCDATA_TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: TCODE IS THE TRANSACTION OF PRG1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 06:57:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-in-another-program/m-p/1142647#M115108</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-02-02T06:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: call a screen in another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-in-another-program/m-p/1142648#M115109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the problem in creating a transaction for u?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want to call a selection screen u can call by using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit rep using selection-screen dynnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if u want to call a screen, u have to go for option &lt;/P&gt;&lt;P&gt;call transaction as i told before or call screen ijn the same program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 07:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-in-another-program/m-p/1142648#M115109</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-02-02T07:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: call a screen in another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-in-another-program/m-p/1142649#M115110</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;Try this out,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT &amp;lt;Rep_Name&amp;gt; USING SELECTION-SCREEN &amp;lt;Scr_#&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;Venkat Ramanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 07:12:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-in-another-program/m-p/1142649#M115110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T07:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: call a screen in another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-in-another-program/m-p/1142650#M115111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;OK there is a mistake on my part, the PRG1 is a Module pool program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible now??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Murugesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Murugesh Karunamurthy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 08:21:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-in-another-program/m-p/1142650#M115111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T08:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: call a screen in another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-in-another-program/m-p/1142651#M115112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes , do now like below. it will surely work. it worked for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: bdcdata_wa TYPE bdcdata, &lt;/P&gt;&lt;P&gt;bdcdata_tab TYPE TABLE OF bdcdata. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR bdcdata_wa. &lt;/P&gt;&lt;P&gt;bdcdata_wa-program = 'PRG1'. &lt;/P&gt;&lt;P&gt;bdcdata_wa-dynpro = '1000'. &lt;/P&gt;&lt;P&gt;bdcdata_wa-dynbegin = 'X'. &lt;/P&gt;&lt;P&gt;APPEND bdcdata_wa TO bdcdata_tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION &amp;lt;TCODE&amp;gt; USING BDCDATA_TAB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 08:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-in-another-program/m-p/1142651#M115112</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-02-02T08:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: call a screen in another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-in-another-program/m-p/1142652#M115113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;As I mentioned before,my constraint is that i don't want to create a transaction for this program (PRG1)&lt;/P&gt;&lt;P&gt;I don't want people getting this screen using this transaction..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 08:34:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-in-another-program/m-p/1142652#M115113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T08:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: call a screen in another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-in-another-program/m-p/1142653#M115114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then u cant do it because, calling a screen in another report which is not a selection screen means , the calling report and that screen will be in SAP memory but not in ABAP memory. so we cant do by SUBMIT. the only way is by CALL TRANSACTION&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 08:39:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-a-screen-in-another-program/m-p/1142653#M115114</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-02-02T08:39:19Z</dc:date>
    </item>
  </channel>
</rss>

