<?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: Collapsable Subscreens in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/collapsable-subscreens/m-p/3973900#M949160</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;If you have 2 sub screens in one main screen. Then you create one more sub screen and that is a blank screen. so when do you need to hide the sub screen just call the blank sub screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;PBO.&lt;/P&gt;&lt;P&gt;    module modify_screen.&lt;/P&gt;&lt;P&gt;    call subscreen 'AREA'  including sy-repid g_sno.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PAI.&lt;/P&gt;&lt;P&gt;   call subscreen g_sno.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module modify_screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if ok_code eq 'HIDE'.  ( User interaction code )&lt;/P&gt;&lt;P&gt;     g_sno   =   9001. (Blank Sub screen)&lt;/P&gt;&lt;P&gt;  else.&lt;/P&gt;&lt;P&gt;    g_sno    =   9002. (Sub screen).&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is sample to hide 1 screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jun 2008 11:36:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-13T11:36:51Z</dc:date>
    <item>
      <title>Collapsable Subscreens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/collapsable-subscreens/m-p/3973898#M949158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to have 2 subscreens in a main screen. but these subscreeens do not always have to be viewed. So i need to have an option to click a button to collapse the subscreen( now only the heading will be displayed and the contents below will be pushed up ) and a button to expand the subscreen( now the subscreen must be displayed). Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 18:27:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/collapsable-subscreens/m-p/3973898#M949158</guid>
      <dc:creator>lijisusan_mathews</dc:creator>
      <dc:date>2008-06-12T18:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Collapsable Subscreens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/collapsable-subscreens/m-p/3973899#M949159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is one example avaliable in the example libarary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE38 &amp;gt; Envirnoment &amp;gt; Examples &amp;gt; Ergonomics Examples &amp;gt; Screens.. select Collapsible Area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 18:38:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/collapsable-subscreens/m-p/3973899#M949159</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-06-12T18:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Collapsable Subscreens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/collapsable-subscreens/m-p/3973900#M949160</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;If you have 2 sub screens in one main screen. Then you create one more sub screen and that is a blank screen. so when do you need to hide the sub screen just call the blank sub screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;PBO.&lt;/P&gt;&lt;P&gt;    module modify_screen.&lt;/P&gt;&lt;P&gt;    call subscreen 'AREA'  including sy-repid g_sno.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PAI.&lt;/P&gt;&lt;P&gt;   call subscreen g_sno.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module modify_screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if ok_code eq 'HIDE'.  ( User interaction code )&lt;/P&gt;&lt;P&gt;     g_sno   =   9001. (Blank Sub screen)&lt;/P&gt;&lt;P&gt;  else.&lt;/P&gt;&lt;P&gt;    g_sno    =   9002. (Sub screen).&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is sample to hide 1 screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2008 11:36:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/collapsable-subscreens/m-p/3973900#M949160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-13T11:36:51Z</dc:date>
    </item>
  </channel>
</rss>

