Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

hierarchical display ALV

Former Member
0 Kudos

can you please tell me how to get different color for different rows i.e. same color as the heading.

and how to make the double click work on the Grid display.

regards and thanks,

vijay.

Message was edited by:

vijay vittal

1 REPLY 1

Former Member
0 Kudos

hi vijay,

declare

data : layout TYPE lvc_s_layo.

  layout-zebra = 'X'.
  layout-no_toolbar = 'X'.
  layout-sel_mode = 'A'.
  layout-edit = 'A'.
  layout-grid_title = 'Grid Container for Material Display'.

pls reward if helpful.