<?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: Split Functionality with Tab strip Controll in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-functionality-with-tab-strip-controll/m-p/11666543#M1944709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is done by using DOCKING container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a simple program, with just 1 screen in it. Put some text in the screen. Next, in the PBO module, instantiate a DOCKING container. You will see that the system automatically moves the contents of the screen, to a re-sizable view, with a DOCKING container on the left.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Code:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt; report z.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt; data&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'courier new', courier;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt;"&gt;r_dock_container &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'courier new', courier; font-size: 10pt;"&gt;type &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'courier new', courier; font-size: 10pt;"&gt;ref &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'courier new', courier; font-size: 10pt;"&gt;to &lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt;"&gt;cl_gui_docking_container&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'courier new', courier; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt; &lt;SPAN class="L0S52"&gt;call &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;screen &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31" style="font-family: 'courier new', courier;"&gt; *&amp;amp;---------------------------------------------------------------------*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31" style="font-family: 'courier new', courier;"&gt; *&amp;amp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Module&amp;nbsp; STATUS_0001&amp;nbsp; OUTPUT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31" style="font-family: 'courier new', courier;"&gt; *&amp;amp;---------------------------------------------------------------------*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31" style="font-family: 'courier new', courier;"&gt; *&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31" style="font-family: 'courier new', courier;"&gt; *----------------------------------------------------------------------*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt; &lt;SPAN class="L0S52"&gt;module &lt;/SPAN&gt;status_0001 &lt;SPAN class="L0S52"&gt;output&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;create &lt;/SPAN&gt;object r_dock_container&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exporting&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; side&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;cl_gui_docking_container&lt;SPAN class="L0S70"&gt;=&amp;gt;&lt;/SPAN&gt;dock_at_left&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; extension&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;70&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exceptions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;others&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;6&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'courier new', courier;"&gt; endmodule&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;My program has only 1 screen, and that screen has only 1 text. After executing this report, I see the following.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Thanks, Juwin&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/930185" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Apr 2016 14:48:57 GMT</pubDate>
    <dc:creator>Juwin</dc:creator>
    <dc:date>2016-04-14T14:48:57Z</dc:date>
    <item>
      <title>Split Functionality with Tab strip Controll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-functionality-with-tab-strip-controll/m-p/11666539#M1944705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement like my custom report need to resize left hand side panel of tree structure, In PPOSA transaction I can drag like that below are the my transaction screen shot and MPP screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/930080" width="450" /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/930081" width="450" /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/930082" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 13:15:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-functionality-with-tab-strip-controll/m-p/11666539#M1944705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-14T13:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Split Functionality with Tab strip Controll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-functionality-with-tab-strip-controll/m-p/11666540#M1944706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can check the demo program RSDEMO_EASY_SPLITTER_CONTROL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if you want to find more demo programs, see transaction code DWDM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 13:28:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-functionality-with-tab-strip-controll/m-p/11666540#M1944706</guid>
      <dc:creator>Patrick_vN</dc:creator>
      <dc:date>2016-04-14T13:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Split Functionality with Tab strip Controll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-functionality-with-tab-strip-controll/m-p/11666541#M1944707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pratick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply, but is it possible to put custom screen in Docking container? If you can see in my report left side is tree and right side top is alv and down side is different screens. Please let me know if you have any solution. thank you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 14:07:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-functionality-with-tab-strip-controll/m-p/11666541#M1944707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-14T14:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Split Functionality with Tab strip Controll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-functionality-with-tab-strip-controll/m-p/11666542#M1944708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a docking container &amp;amp; splitter in your custom screen instead. Would that work for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 14:25:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-functionality-with-tab-strip-controll/m-p/11666542#M1944708</guid>
      <dc:creator>Patrick_vN</dc:creator>
      <dc:date>2016-04-14T14:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Split Functionality with Tab strip Controll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-functionality-with-tab-strip-controll/m-p/11666543#M1944709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is done by using DOCKING container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a simple program, with just 1 screen in it. Put some text in the screen. Next, in the PBO module, instantiate a DOCKING container. You will see that the system automatically moves the contents of the screen, to a re-sizable view, with a DOCKING container on the left.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Code:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt; report z.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt; data&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'courier new', courier;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt;"&gt;r_dock_container &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'courier new', courier; font-size: 10pt;"&gt;type &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'courier new', courier; font-size: 10pt;"&gt;ref &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-family: 'courier new', courier; font-size: 10pt;"&gt;to &lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt;"&gt;cl_gui_docking_container&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: 'courier new', courier; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt; &lt;SPAN class="L0S52"&gt;call &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;screen &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31" style="font-family: 'courier new', courier;"&gt; *&amp;amp;---------------------------------------------------------------------*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31" style="font-family: 'courier new', courier;"&gt; *&amp;amp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Module&amp;nbsp; STATUS_0001&amp;nbsp; OUTPUT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31" style="font-family: 'courier new', courier;"&gt; *&amp;amp;---------------------------------------------------------------------*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31" style="font-family: 'courier new', courier;"&gt; *&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31" style="font-family: 'courier new', courier;"&gt; *----------------------------------------------------------------------*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt; &lt;SPAN class="L0S52"&gt;module &lt;/SPAN&gt;status_0001 &lt;SPAN class="L0S52"&gt;output&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;create &lt;/SPAN&gt;object r_dock_container&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exporting&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; side&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;cl_gui_docking_container&lt;SPAN class="L0S70"&gt;=&amp;gt;&lt;/SPAN&gt;dock_at_left&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; extension&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;70&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exceptions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;others&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;6&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52" style="font-family: 'courier new', courier;"&gt; endmodule&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;My program has only 1 screen, and that screen has only 1 text. After executing this report, I see the following.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Thanks, Juwin&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/930185" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 14:48:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-functionality-with-tab-strip-controll/m-p/11666543#M1944709</guid>
      <dc:creator>Juwin</dc:creator>
      <dc:date>2016-04-14T14:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Split Functionality with Tab strip Controll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-functionality-with-tab-strip-controll/m-p/11666544#M1944710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juwin, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your reply, If i split the like you mentioned How can i add my ALV and TAB strip controls. Please guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/930196" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 15:16:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-functionality-with-tab-strip-controll/m-p/11666544#M1944710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-14T15:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Split Functionality with Tab strip Controll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-functionality-with-tab-strip-controll/m-p/11666545#M1944711</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 haven't tried this personally, but, please follow these steps. It should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create 3 screens. 1 main and 2 subscreens. The main screen should have only 1 subscreen area, covering the entire screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PBO of the main screen, instantiate DOCKING container. And using that docking container create the resizable TREE on the left.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the subscreen area, call the 1st subscreen. In that subscreen, Green custom control will hold the ALV and Blue area, will hold the TABs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on which button is being pressed, you may switch the calls between 1st subscreen and the 2nd subscreen, to make it look like the TAB or ALV is being minimized. Hide the custom control on the 2nd subscreen, to minimize ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/930201" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Juwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 15:41:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-functionality-with-tab-strip-controll/m-p/11666545#M1944711</guid>
      <dc:creator>Juwin</dc:creator>
      <dc:date>2016-04-14T15:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Split Functionality with Tab strip Controll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-functionality-with-tab-strip-controll/m-p/11666546#M1944712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juwin, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your reply, I will try these options and update you tomorrow. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 16:00:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-functionality-with-tab-strip-controll/m-p/11666546#M1944712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-14T16:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Split Functionality with Tab strip Controll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-functionality-with-tab-strip-controll/m-p/11666547#M1944713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To change the height of dynpros, there is the solution by Juwin by switching subscreens of different heights, or the usual way is to use (it can be done in only one screen) LOOP AT SCREEN to hide elements (either the top custom container (for the ALV grid), or the bottom fields, or both), this way the height is automatically recalculated: if you collapse the top pat, the whole bottom part will go up, including its expand/collapse button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 07:10:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-functionality-with-tab-strip-controll/m-p/11666547#M1944713</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-04-15T07:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Split Functionality with Tab strip Controll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-functionality-with-tab-strip-controll/m-p/11666548#M1944714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Sandra Rossi wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;if you collapse the top pat, the whole bottom part will go up, including its expand/collapse button.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Sandra, I agree to this, and that's mentioned in my post too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Juwin Pallipat Thomas wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Hide the custom control on the 2nd subscreen, to minimize ALV.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason I proposed 1st subscreen is, using LOOP AT SCREEN, you can't maximize/expand the ALV display, to fill the whole screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Juwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 11:51:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-functionality-with-tab-strip-controll/m-p/11666548#M1944714</guid>
      <dc:creator>Juwin</dc:creator>
      <dc:date>2016-04-15T11:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Split Functionality with Tab strip Controll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-functionality-with-tab-strip-controll/m-p/11666549#M1944715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's some how working I need to change some more changes. Thank you, If i need any help I will re open this discussion points given.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 12:41:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-functionality-with-tab-strip-controll/m-p/11666549#M1944715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-15T12:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Split Functionality with Tab strip Controll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-functionality-with-tab-strip-controll/m-p/11666550#M1944716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right, we can't hide subscreen/custom container using LOOP AT SCREEN. So, seems to me that you proposed the only possible solution &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/98/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 15:16:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-functionality-with-tab-strip-controll/m-p/11666550#M1944716</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-04-15T15:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Split Functionality with Tab strip Controll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-functionality-with-tab-strip-controll/m-p/11666551#M1944717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again, I could make it work as follows:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/931326" width="450" /&gt;&lt;/P&gt;&lt;P&gt;In the PBO of Screen1, SubscrArea1 contains either SubscrCC (if the top section is expanded) or SubscrEmpty (collapsed section), and SubscrArea2 contains either SubscrClassic (if the bottom section is expanded) or SubscrEmpty (collapsed section).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 19:04:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-functionality-with-tab-strip-controll/m-p/11666551#M1944717</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-04-15T19:04:04Z</dc:date>
    </item>
  </channel>
</rss>

