<?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 To split screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-split-screen/m-p/1098857#M102935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to split a screen so that on left side there is one image and right there should be a selection screen(or any screen). Let me know how can I do it.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Oct 2005 04:51:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-17T04:51:56Z</dc:date>
    <item>
      <title>To split screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-split-screen/m-p/1098857#M102935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to split a screen so that on left side there is one image and right there should be a selection screen(or any screen). Let me know how can I do it.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2005 04:51:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-split-screen/m-p/1098857#M102935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-17T04:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: To split screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-split-screen/m-p/1098858#M102936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;     Use CL_GUI_EASY_SPLITTER_CONTAINER class to split the sceen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Ranganathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2005 04:57:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-split-screen/m-p/1098858#M102936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-17T04:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: To split screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-split-screen/m-p/1098859#M102937</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;define two subscreen area, and using two sub screens you achieve this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2005 05:00:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-split-screen/m-p/1098859#M102937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-17T05:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: To split screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-split-screen/m-p/1098860#M102938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;    Open se38 and try this sap program   RSDEMO_EASY_SPLITTER_CONTROL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is exactly what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward points if it helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2005 05:14:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-split-screen/m-p/1098860#M102938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-17T05:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: To split screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-split-screen/m-p/1098861#M102939</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 have to use custom container and subscreen for spliting the screen.Kindly go through the below sample code and reward points by clicking the star on the left of reply,if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declaration should be &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Custom Container for first tab&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;data : o_custom_container1 TYPE REF TO cl_gui_custom_container,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Custom Container for second tab&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       o_custom_container2 TYPE REF TO cl_gui_custom_container,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Splitter Container for second tab&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       o_splitter    type ref to cl_gui_splitter_container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should have a coding like this in PBO.&lt;/P&gt;&lt;P&gt;IF  o_splitter IS INITIAL .&lt;/P&gt;&lt;P&gt;        CREATE OBJECT o_splitter&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;          parent            = pparent&lt;/P&gt;&lt;P&gt;          rows              = prows&lt;/P&gt;&lt;P&gt;          columns           = pcolumns&lt;/P&gt;&lt;P&gt;          EXCEPTIONS&lt;/P&gt;&lt;P&gt;            cntl_error        = 1&lt;/P&gt;&lt;P&gt;            cntl_system_error = 2&lt;/P&gt;&lt;P&gt;            others            = 3.&lt;/P&gt;&lt;P&gt;        IF sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;          PERFORM f9003_error_handle USING text-004.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      Creating containers for the split grids&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        call method o_splitter-&amp;gt;get_container exporting row      = 1&lt;/P&gt;&lt;P&gt;                                                        column   = 1&lt;/P&gt;&lt;P&gt;                                 receiving container = o_container1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        call method o_splitter-&amp;gt;get_container exporting row      = 2&lt;/P&gt;&lt;P&gt;                                                        column   = 1&lt;/P&gt;&lt;P&gt;                                 receiving container = o_container2.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      Set where the splits on the screen comes&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        call method o_splitter-&amp;gt;set_row_height&lt;/P&gt;&lt;P&gt;          exporting&lt;/P&gt;&lt;P&gt;            id                = 1&lt;/P&gt;&lt;P&gt;            height            = 45&lt;/P&gt;&lt;P&gt;          exceptions&lt;/P&gt;&lt;P&gt;            cntl_error        = 1&lt;/P&gt;&lt;P&gt;            cntl_system_error = 2&lt;/P&gt;&lt;P&gt;            others            = 3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2005 05:21:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-split-screen/m-p/1098861#M102939</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-10-17T05:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: To split screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-split-screen/m-p/1098862#M102940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can see this sample code&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp; Report  &amp;lt;b&amp;gt;RSDEMO_EASY_SPLITTER_CONTROL&amp;lt;/b&amp;gt;                                *
*&amp;amp;                                                                     *
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;                                                                     *
*&amp;amp;                                                                     *
*&amp;amp;---------------------------------------------------------------------*

REPORT  rsdemo_easy_splitter_control         .

* splitter control
DATA splitter TYPE REF TO cl_gui_easy_splitter_container.
* container for the splitter control
DATA container TYPE REF TO cl_gui_custom_container.
* containers created by the splitter control
DATA container_1 TYPE REF TO cl_gui_container.
DATA container_2 TYPE REF TO cl_gui_container.

DATA  init.
DATA ok_code TYPE sy-ucomm.

CALL SCREEN 100.

*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Module  STATUS_0100  OUTPUT
*&amp;amp;---------------------------------------------------------------------*
*       text
*----------------------------------------------------------------------*
MODULE status_0100 OUTPUT.
  SET PF-STATUS 'STATUS'.
  IF init is initial.
* create a container for the splitter control
    CREATE OBJECT container
                  EXPORTING container_name = 'CUSTOM'.
* create the splitter control
    CREATE OBJECT splitter
                  EXPORTING parent = container
                            orientation    = 1.
* get the containers of the splitter control
&amp;lt;b&amp;gt;    container_1 = splitter-&amp;gt;top_left_container.
    container_2 = splitter-&amp;gt;bottom_right_container.&amp;lt;/b&amp;gt;* create the picture controls inside the containers of the splitter
    CREATE OBJECT picture_1
                  EXPORTING parent  = container_1.

    CREATE OBJECT picture_2
                  EXPORTING parent  = container_2.


    CALL METHOD cl_gui_cfw=&amp;gt;flush
         EXCEPTIONS cntl_system_error = 1
                    cntl_error = 2.
    IF sy-subrc &amp;lt;&amp;gt; 0.
* error handling
    ENDIF.
  ENDIF.
ENDMODULE.                             " STATUS_0100  OUTPUT

*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Module  EXIT  INPUT
*&amp;amp;---------------------------------------------------------------------*
*       text
*----------------------------------------------------------------------*
MODULE exit INPUT.
  CALL METHOD container-&amp;gt;free.
  LEAVE PROGRAM.
ENDMODULE.                             " EXIT  INPUT

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this sample program its available in control examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points and close the thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2005 06:37:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-split-screen/m-p/1098862#M102940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-17T06:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: To split screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-split-screen/m-p/1098863#M102941</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;check this it may help you....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/d3/2955360b00a115e10000009b38f839/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/d3/2955360b00a115e10000009b38f839/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2005 07:40:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-split-screen/m-p/1098863#M102941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-17T07:40:17Z</dc:date>
    </item>
  </channel>
</rss>

