<?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 container.... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-container/m-p/7078092#M1505578</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also faced same situation and finally i used a work around to fix this ...&lt;/P&gt;&lt;P&gt;instead of using spliiter container , use customer container and place your splitters inside that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jul 2010 13:00:52 GMT</pubDate>
    <dc:creator>Sandeep_Panghal</dc:creator>
    <dc:date>2010-07-08T13:00:52Z</dc:date>
    <item>
      <title>split container....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-container/m-p/7078091#M1505577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, i am using below code for split container...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
* Create TOP-Document
  create object o_dyndoc_id
  exporting style = 'ALV_GRID'.

* Create Splitter for custom_container
  create object o_splitter
    exporting
      parent  = g_custom_container
      rows    = 2
      columns = 1.

  call method o_splitter-&amp;gt;get_container
    exporting
      row       = 1
      column    = 1
    receiving
      container = o_parent_top.

  call method o_splitter-&amp;gt;get_container
    exporting
      row       = 2
      column    = 1
    receiving
      container = o_parent_grid.

* Set height for g_parent_html
  call method o_splitter-&amp;gt;set_row_height
    exporting
      id     = 1
      height = 5.

  create object g_grid
  exporting i_parent = o_parent_grid.

  create object g_handler.

  set handler g_handler-&amp;gt;top_of_page for g_grid.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however, after executing report, to view the top-of-page, i have to literally drag splitter down and then only i am able to view top-of-page details like program name, user etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are the settings i have to do so that after executing program default all the details on top-of-page are visible ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 10:47:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-container/m-p/7078091#M1505577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T10:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: split container....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-container/m-p/7078092#M1505578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also faced same situation and finally i used a work around to fix this ...&lt;/P&gt;&lt;P&gt;instead of using spliiter container , use customer container and place your splitters inside that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 13:00:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-container/m-p/7078092#M1505578</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2010-07-08T13:00:52Z</dc:date>
    </item>
  </channel>
</rss>

