Hi,
I have a hierarchical ALV (using REUSE_ALV_HIERSEQ_LIST_DISPLAY) with two internal tables: itab_header and itab_item.
Everything is working fine, but now I have set the ZEBRA parameter of the layout to X for the alternative coloring:
s_layout-zebra = 'X'.
The problem I'm facing is that I don't see the effect of my change. <b>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...</b>
<b>Is there a program to refresh this kind of buffers?</b> 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: ALV zebra but I haven't found a solution in the answers as I'm sure my code is correct...
Message was edited by:
Stephen ROTH