<?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: ZEBRA: ALV clear buffer problem? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/zebra-alv-clear-buffer-problem/m-p/2017330#M412412</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;It will work &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don't u paste the peice of code u have written, so that it can be solved. else, do u want a sample code to be posted for getting the 'ZEBRA' pattern on the ALV list?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Mar 2007 08:04:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-24T08:04:05Z</dc:date>
    <item>
      <title>ZEBRA: ALV clear buffer problem?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/zebra-alv-clear-buffer-problem/m-p/2017329#M412411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a hierarchical ALV (using REUSE_ALV_HIERSEQ_LIST_DISPLAY) with two internal tables: itab_header and itab_item.&lt;/P&gt;&lt;P&gt;Everything is working fine, but now I have set the ZEBRA parameter of the layout to X for the alternative coloring:&lt;/P&gt;&lt;P&gt;s_layout-zebra = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem I'm facing is that I don't see the effect of my change. &amp;lt;b&amp;gt;I'm sure that my code is correct and that it must be a buffer problem because I copied and pasted my code in a new program and it works...&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Is there a program to refresh this kind of buffers?&amp;lt;/b&amp;gt; I tried both BCALV_BUFFER_DELETE and BCALV_BUFFER_DEL_SHARED but it didn't solve my problem. It seems like there is already a discussion about this sujbect here: &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="147272"&gt;&lt;/A&gt; but I haven't found a solution in the answers as I'm sure my code is correct...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Stephen ROTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 16:30:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/zebra-alv-clear-buffer-problem/m-p/2017329#M412411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T16:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: ZEBRA: ALV clear buffer problem?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/zebra-alv-clear-buffer-problem/m-p/2017330#M412412</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;It will work &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don't u paste the peice of code u have written, so that it can be solved. else, do u want a sample code to be posted for getting the 'ZEBRA' pattern on the ALV list?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Mar 2007 08:04:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/zebra-alv-clear-buffer-problem/m-p/2017330#M412412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-24T08:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: ZEBRA: ALV clear buffer problem?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/zebra-alv-clear-buffer-problem/m-p/2017331#M412413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the code, but as I said I am sure it is correct because I copied and pasted the entire code in a new program and it's working perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM render_alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  s_keyinfo-header01             = 'ID'.&lt;/P&gt;&lt;P&gt;  s_keyinfo-item01               = 'ID'.&lt;/P&gt;&lt;P&gt;  s_keyinfo-item02               = 'ITEMNO_ACC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  s_layout-zebra = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      i_callback_program         = sy-cprog&lt;/P&gt;&lt;P&gt;      i_callback_pf_status_set   = 'STATUS'&lt;/P&gt;&lt;P&gt;      i_callback_user_command    = 'USER_COMMAND'&lt;/P&gt;&lt;P&gt;      is_layout                  = s_layout&lt;/P&gt;&lt;P&gt;      it_fieldcat                = t_fieldcatalog&lt;/P&gt;&lt;P&gt;      i_default                  = 'X'&lt;/P&gt;&lt;P&gt;      i_save                     = 'A'&lt;/P&gt;&lt;P&gt;      is_variant                 = variant&lt;/P&gt;&lt;P&gt;      i_tabname_header           = 'ITAB_HEADER'&lt;/P&gt;&lt;P&gt;      i_tabname_item             = 'ITAB_ITEM'&lt;/P&gt;&lt;P&gt;      is_keyinfo                 = s_keyinfo&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      t_outtab_header            = itab_header&lt;/P&gt;&lt;P&gt;      t_outtab_item              = itab_item&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      program_error              = 1&lt;/P&gt;&lt;P&gt;      OTHERS                     = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 07:50:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/zebra-alv-clear-buffer-problem/m-p/2017331#M412413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T07:50:43Z</dc:date>
    </item>
  </channel>
</rss>

