<?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: required syntax for calling a subscreen. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058943#M970234</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 used the syntax &lt;/P&gt;&lt;P&gt;CALL subscreen &amp;lt;screen number&amp;gt; USING &amp;lt;screen area&amp;gt;.&lt;/P&gt;&lt;P&gt;but there getting an error "SCREEN expected, not SUBSCREEN"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;U&gt;CODE:&lt;/U&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;       IF bar = 'X'.&lt;/P&gt;&lt;P&gt;        CALL subscreen '100' USING scr1.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;      IF pie = 'X'.&lt;/P&gt;&lt;P&gt;        CALL subscreen '100' USING scr1.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jul 2008 06:43:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-03T06:43:19Z</dc:date>
    <item>
      <title>required syntax for calling a subscreen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058935#M970226</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;Can any one tell me the syntax for calling a subscreen.&lt;/P&gt;&lt;P&gt;my task is to display both bar chart and pie chart adjacently in a single screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;samyu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 04:50:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058935#M970226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T04:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: required syntax for calling a subscreen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058936#M970227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;start_coiumn = 25&lt;/P&gt;&lt;P&gt;start_row = 25.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; call screen 1006 starting at start_column start_row&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will help u...................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward IF...........................................&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anbu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 04:56:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058936#M970227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T04:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: required syntax for calling a subscreen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058937#M970228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to create two subscreen areas in your screen painter one adjacent to another.&lt;/P&gt;&lt;P&gt;Then use the statement following :&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN &amp;lt;SCREEN NO&amp;gt; USING &amp;lt;SCREEN AREA&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 05:03:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058937#M970228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T05:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: required syntax for calling a subscreen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058938#M970229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;checkout the following link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sap-abapinfo.blogspot.com/2008/05/lesson-41-subscreen-tabstrips.html&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 05:06:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058938#M970229</guid>
      <dc:creator>former_member654348</dc:creator>
      <dc:date>2008-07-03T05:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: required syntax for calling a subscreen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058939#M970230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the main screen in which u want to display two subscreens just add this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO of main screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN sub1 INCLUDING SY_REPID 'pie chart screen no'.&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN sub2 INCLUDING SY-REPID 'bar grph screen no'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PAI of main screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN sub1.&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN sub2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 05:09:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058939#M970230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T05:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: required syntax for calling a subscreen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058940#M970231</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;A subscreen can be called by following way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
MODULE user_command_9001 INPUT.
CASE g_ok_code .
    WHEN 'SUBM'.

      PERFORM f0601_save.

    WHEN 'SHOW'.

     PERFORM f0600_show_selections.
    *CALL SCREEN 9002 STARTING AT 1 1 ENDING AT 130 20*.

  ENDCASE.
ENDMODULE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;dhanashri.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Dhanashri Pawar on Jul 3, 2008 7:22 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 05:21:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058940#M970231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T05:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: required syntax for calling a subscreen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058941#M970232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;For this first u have to create 2 adjacent subscreen area on your screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then on the PBO of the main screen you have to write..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;  MODULE status_1000.&lt;/P&gt;&lt;P&gt;   CALL SUBSCREEN subarea1 INCLUDING sy-repid v_dynnr.  (V_dynnr contains your screen no)&lt;/P&gt;&lt;P&gt;   CALL SUBSCREEN subarea2 INCLUDING sy-repid v_dynnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On PAI ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;  CALL SUBSCREEN subarea1.&lt;/P&gt;&lt;P&gt;  CALL SUBSCREEN subarea2.&lt;/P&gt;&lt;P&gt;  MODULE user_command_3000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 06:09:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058941#M970232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T06:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: required syntax for calling a subscreen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058942#M970233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;Thanks for your reply. But for this task i created 2 screens 100 and 300, for bar and pie charts. and in screen 200(main screen) layout i kept 2 subscreens and 2 check boxes.&lt;/P&gt;&lt;P&gt;There i'm calling the subscreens. but there getting an error "SCREEN expected. not SUBSCREEN".&lt;/P&gt;&lt;P&gt; the code is as falows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN 'EXE'.  "exe  is execute &lt;/P&gt;&lt;P&gt;      IF bar = 'X'.&lt;/P&gt;&lt;P&gt;        CALL subscreen: scr1 including sy-repid '0100'.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;      IF pie = 'X'.&lt;/P&gt;&lt;P&gt;         CALL subscreen: scr2 including sy-repid '0300'.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;samyu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 06:28:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058942#M970233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T06:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: required syntax for calling a subscreen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058943#M970234</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 used the syntax &lt;/P&gt;&lt;P&gt;CALL subscreen &amp;lt;screen number&amp;gt; USING &amp;lt;screen area&amp;gt;.&lt;/P&gt;&lt;P&gt;but there getting an error "SCREEN expected, not SUBSCREEN"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;U&gt;CODE:&lt;/U&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;       IF bar = 'X'.&lt;/P&gt;&lt;P&gt;        CALL subscreen '100' USING scr1.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;      IF pie = 'X'.&lt;/P&gt;&lt;P&gt;        CALL subscreen '100' USING scr1.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 06:43:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058943#M970234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T06:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: required syntax for calling a subscreen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058944#M970235</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;Plz use Call Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If bar  = ]X'&lt;/P&gt;&lt;P&gt;CALL SCREEN 9002 STARTING AT 1 1 ENDING AT 130 20.&lt;/P&gt;&lt;P&gt;............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 06:44:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058944#M970235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T06:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: required syntax for calling a subscreen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058945#M970236</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; with this syntax, the bar chart is displaying in the another window insted of displaying in the same window.&lt;/P&gt;&lt;P&gt;Is there any other way to display the charts in the same screen adjacent to one another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 08:14:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058945#M970236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T08:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: required syntax for calling a subscreen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058946#M970237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Samantha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call the sub screen like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call subscreen sub1 including &amp;lt;progname&amp;gt; &amp;lt;screennum&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Keerthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 08:19:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058946#M970237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T08:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: required syntax for calling a subscreen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058947#M970238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;call like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL SUBSCREEN: &amp;lt;subscreen name&amp;gt; INCLUDING sy-cprog &amp;lt;screen no&amp;gt;,&lt;/P&gt;&lt;P&gt;                   &amp;lt;subscreen name&amp;gt;    INCLUDING sy-cprog &amp;lt;screen no&amp;gt;,&lt;/P&gt;&lt;P&gt;                   &amp;lt;subscreen name&amp;gt; INCLUDING sy-cprog &amp;lt;screen no&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL SUBSCREEN: &amp;lt;subscreen name&amp;gt;,&amp;lt;subscreen name&amp;gt;,&amp;lt;subscreen name&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 08:25:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058947#M970238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T08:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: required syntax for calling a subscreen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058948#M970239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First you define a Subscreen area in the layout of the Screen where you want to call the Subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example the main Screen is ' 0100'.&lt;/P&gt;&lt;P&gt;The Subscreen Area is ' SSA1' and the Subscreen is ' 0200'.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the Flow logic of screen ' 0100' write the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;MODULE STATUS_0100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN SSA1 INCLUDING SY_REPID '0200'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_0100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN SSA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;===========================================&lt;/P&gt;&lt;P&gt;The Syntax is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN Subscreen Area INCLUDING Program name 'Subscreen Number'..  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz reward if it helps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 08:31:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058948#M970239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T08:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: required syntax for calling a subscreen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058949#M970240</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;thank u verymuch. the task is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is no need of subscreens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just in the function module 'GFW_PRES_SHOW_MULT'      &lt;/P&gt;&lt;P&gt;change &lt;/P&gt;&lt;P&gt; SHOW              = GFW_false.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the charts will be displayed adjacently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 10:07:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/required-syntax-for-calling-a-subscreen/m-p/4058949#M970240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T10:07:31Z</dc:date>
    </item>
  </channel>
</rss>

