<?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: SET_HORIZONTAL_SCROLLBARS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-horizontal-scrollbars/m-p/928848#M60436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have specified COLTEXT, then ideally it should work I cannot think of a case where it wouldn't. If your code is not too big, then could you post it here? At least the contents of the fieldcatalog table at the time of the call to the SET_TABLE_FOR_FIRST_DISPLAY ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 May 2005 11:55:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-05-18T11:55:46Z</dc:date>
    <item>
      <title>SET_HORIZONTAL_SCROLLBARS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-horizontal-scrollbars/m-p/928843#M60431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;In my program I am creating one dynamic internal table (no of columns and their heading known only at run time) with the following method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD cl_alv_table_create=&amp;gt;create_dynamic_table&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;           it_fieldcatalog           = fieldcatalog&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          it_grid_fcat&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;           ep_table                  = dref.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then calling the following method to show it on the screen to the user&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD grid-&amp;gt;set_table_for_first_display&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        is_layout           = struct_grid_lset&lt;/P&gt;&lt;P&gt;      CHANGING&lt;/P&gt;&lt;P&gt;        it_outtab             =  &amp;lt;it_disptab&amp;gt;&lt;/P&gt;&lt;P&gt;        it_fieldcatalog       =  fieldcatalog&lt;/P&gt;&lt;P&gt;    .     &lt;/P&gt;&lt;P&gt;But I am facing 2 problems in that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I am unable to get the column heads as passed thruough 'fieldcatalog-seltext' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I am not getting the horizontal scroll bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to access the method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET_HORIZONTAL_SCROLLBARS  of class CL_GUI_ALV_GRID_BASE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but getting the message as this is protected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any clue on above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2005 10:41:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-horizontal-scrollbars/m-p/928843#M60431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-18T10:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: SET_HORIZONTAL_SCROLLBARS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-horizontal-scrollbars/m-p/928844#M60432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The column headings are to be populated in the FIELDCATALOG-COLTEXT field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please close the other threads by marking them as answered ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2005 10:52:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-horizontal-scrollbars/m-p/928844#M60432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-18T10:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: SET_HORIZONTAL_SCROLLBARS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-horizontal-scrollbars/m-p/928845#M60433</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;additionally assigning some points if a answer was of some help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siggi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2005 10:55:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-horizontal-scrollbars/m-p/928845#M60433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-18T10:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: SET_HORIZONTAL_SCROLLBARS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-horizontal-scrollbars/m-p/928846#M60434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;  I tried with col_text also that is not working. Regarding closing of the other threads in fact I wanted to have some more clarification in those cases but anyways I will close them .  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2005 11:27:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-horizontal-scrollbars/m-p/928846#M60434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-18T11:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: SET_HORIZONTAL_SCROLLBARS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-horizontal-scrollbars/m-p/928847#M60435</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;       W_LAYOUT TYPE LVC_S_LAYO ,&lt;/P&gt;&lt;P&gt;       W_VARIANT TYPE DISVARIANT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL METHOD o_alvgrid-&amp;gt;set_table_for_first_display&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;       is_variant                    = w_variant&lt;/P&gt;&lt;P&gt;       i_save                        = c_a&lt;/P&gt;&lt;P&gt;       is_layout                     = w_layout&lt;/P&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;       it_outtab                     = p_output[]&lt;/P&gt;&lt;P&gt;       it_fieldcatalog               = p_fieldcat[]&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;       invalid_parameter_combination = 1&lt;/P&gt;&lt;P&gt;       program_error                 = 2&lt;/P&gt;&lt;P&gt;       too_many_lines                = 3&lt;/P&gt;&lt;P&gt;       OTHERS                        = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check it once and in fieldcatalog fieldcat-&amp;lt;b&amp;gt;coltext&amp;lt;/b&amp;gt; = text-002. Column heading will display. &lt;/P&gt;&lt;P&gt;Check once again. U have mentioned as &amp;lt;b&amp;gt;col_text&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Judith.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2005 11:43:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-horizontal-scrollbars/m-p/928847#M60435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-18T11:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: SET_HORIZONTAL_SCROLLBARS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-horizontal-scrollbars/m-p/928848#M60436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have specified COLTEXT, then ideally it should work I cannot think of a case where it wouldn't. If your code is not too big, then could you post it here? At least the contents of the fieldcatalog table at the time of the call to the SET_TABLE_FOR_FIRST_DISPLAY ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2005 11:55:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-horizontal-scrollbars/m-p/928848#M60436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-18T11:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: SET_HORIZONTAL_SCROLLBARS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-horizontal-scrollbars/m-p/928849#M60437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;Thanks you are correct. It worked with coltext. But now that horizontal bar is still not showing what could be the reason for that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2005 14:30:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-horizontal-scrollbars/m-p/928849#M60437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-18T14:30:46Z</dc:date>
    </item>
  </channel>
</rss>

