<?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: How to call  Screen in another program from exsisting program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-screen-in-another-program-from-exsisting-program/m-p/7400138#M1546781</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call Transaction is a method used in BDC where you can call a transaction code from your abap program as we do we in recording. Call Report is used to Call another Report program. If you are using module pool programming you can transfer data from one screen to other screen that too it will be in the same program only. &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;Vinodh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Oct 2010 04:41:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-19T04:41:00Z</dc:date>
    <item>
      <title>How to call  Screen in another program from exsisting program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-screen-in-another-program-from-exsisting-program/m-p/7400135#M1546778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Frieds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me how to call  a screen  in another program (Say "test2") from exsisting program(say "test1')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If above case is possible then how to access the fields in the target screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your responce is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 14:38:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-screen-in-another-program-from-exsisting-program/m-p/7400135#M1546778</guid>
      <dc:creator>RakeshJammula</dc:creator>
      <dc:date>2010-10-18T14:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to call  Screen in another program from exsisting program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-screen-in-another-program-from-exsisting-program/m-p/7400136#M1546779</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 only possible to screens of the current program group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the called screen must be some think like a include in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leandro Mengue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 17:21:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-screen-in-another-program-from-exsisting-program/m-p/7400136#M1546779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-18T17:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to call  Screen in another program from exsisting program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-screen-in-another-program-from-exsisting-program/m-p/7400137#M1546780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mengue,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replying back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But we have statements like "call transaction","call report" does this statements are not helpfull?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 03:47:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-screen-in-another-program-from-exsisting-program/m-p/7400137#M1546780</guid>
      <dc:creator>RakeshJammula</dc:creator>
      <dc:date>2010-10-19T03:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to call  Screen in another program from exsisting program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-screen-in-another-program-from-exsisting-program/m-p/7400138#M1546781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call Transaction is a method used in BDC where you can call a transaction code from your abap program as we do we in recording. Call Report is used to Call another Report program. If you are using module pool programming you can transfer data from one screen to other screen that too it will be in the same program only. &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;Vinodh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 04:41:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-screen-in-another-program-from-exsisting-program/m-p/7400138#M1546781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-19T04:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to call  Screen in another program from exsisting program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-screen-in-another-program-from-exsisting-program/m-p/7400139#M1546782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rakesh,  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are having two program one is program1 and other program2, and u want to call screen 9000 of program1  from program2 and a tcode is assigned to 9000 screen then u can use call transaction in program2.&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;Madhukar Shetty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 05:45:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-screen-in-another-program-from-exsisting-program/m-p/7400139#M1546782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-19T05:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to call  Screen in another program from exsisting program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-screen-in-another-program-from-exsisting-program/m-p/7400140#M1546783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wish to use ONLY the screen of another program, call transaction  will not help you, because the called transaction will be fully executed (and not only the screen), and the acess to screen field wil be difficult.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you wish to access the same screen from more than one program, you can create this screen in a function module and in this way you can call the function (to display the screen) in many programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leandro Mengue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 14:12:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-screen-in-another-program-from-exsisting-program/m-p/7400140#M1546783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-19T14:12:11Z</dc:date>
    </item>
  </channel>
</rss>

