Skip to Content
0
Former Member
Oct 14, 2005 at 08:22 PM

ALV-- Vary selectability of rows based on list data??????

33 Views

I'm doing a complex ALV GRID using OO.

For layout, I've got SEL_MODE = 'A'.

I want some rows TO BE selectable and some to NOT be selectable, based on the characteristics of the data I'm presenting.

I'm using these special layout areas to "append" special things to my internal table but cannot figure out how to accomplish my needs. Any ideas?

ps_layout-stylefname = 'CELLSTYLES'.

ps_layout-ctab_fname = 'CELLCOLORS'.

ps_layout-info_fname = 'ROWCOLOR'.

P.S. I use Serdar Simsekler's awesome PDF how-to document but have not found an answer to this.