<?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 Method GET_ROW_HEIGHT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-get-row-height/m-p/2318056#M508581</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 am using a splitter container to print the top-of-page, end-of-page and grid. I want to set the height of all the 3 sections. I am using class CL_GUI_SPLITTER_CONTAINER. Please tell me how to use method GET_ROW_HEIGHT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nimisha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 May 2007 08:34:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-22T08:34:01Z</dc:date>
    <item>
      <title>Method GET_ROW_HEIGHT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-get-row-height/m-p/2318056#M508581</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 am using a splitter container to print the top-of-page, end-of-page and grid. I want to set the height of all the 3 sections. I am using class CL_GUI_SPLITTER_CONTAINER. Please tell me how to use method GET_ROW_HEIGHT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nimisha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 08:34:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-get-row-height/m-p/2318056#M508581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T08:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Method GET_ROW_HEIGHT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-get-row-height/m-p/2318057#M508582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nimisha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data: l_height type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Akt. Höhe auslesen&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  call method g_splitter-&amp;gt;get_row_height&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      id     = 1&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      result = l_height.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Kurzdump-Vermeidung &lt;span class="lia-unicode-emoji" title=":grinning_squinting_face:"&gt;😆&lt;/span&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL METHOD cl_gui_cfw=&amp;gt;flush.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Abh. von akt. Höhe Ein- (75) bzw. Ausblenden (100)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  if l_height = 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    l_height = 75.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    l_height = 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call method g_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 = l_height.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nicola&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 09:24:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-get-row-height/m-p/2318057#M508582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T09:24:43Z</dc:date>
    </item>
  </channel>
</rss>

