<?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 Double Screen Simultaniously in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-double-screen-simultaniously/m-p/2541217#M577489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think it is possible..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2007 00:17:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-16T00:17:59Z</dc:date>
    <item>
      <title>Calling Double Screen Simultaniously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-double-screen-simultaniously/m-p/2541216#M577488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Anybody tell me how to call 2 screens at a time by using a button in report (classical report) program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jul 2007 21:30:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-double-screen-simultaniously/m-p/2541216#M577488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-15T21:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Double Screen Simultaniously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-double-screen-simultaniously/m-p/2541217#M577489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think it is possible..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 00:17:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-double-screen-simultaniously/m-p/2541217#M577489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T00:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Double Screen Simultaniously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-double-screen-simultaniously/m-p/2541218#M577490</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 do this as follows :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
REPORT  ZWVTEST1.

CALL FUNCTION 'Z_TEST1' starting new task 'WV_TEST' destination 'NONE'.

CALL SCREEN 100.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code for function module :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FUNCTION Z_TEST1.
*"----------------------------------------------------------------------
*"*"Local Interface:
*"----------------------------------------------------------------------

call screen 100 starting at 6 1 ending at 110 24.

ENDFUNCTION.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to RFC enable the function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 01:51:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-double-screen-simultaniously/m-p/2541218#M577490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T01:51:38Z</dc:date>
    </item>
  </channel>
</rss>

