2018 Jul 27 4:03 AM
i have a request,one rows need become checkbox, but the second rows should not checkbox。like that。the second i want it show not checkbox. anyone knows how to do that?
2018 Jul 27 6:46 AM
2018 Jul 27 7:09 AM
Do you want it to be completely invisible or just not editable (gray)? Do you program with SALV, cl_gui_alv_grid, or reuse_alv_grid… ?
2018 Jul 27 7:15 AM
Add a style internal table in your displayed internal table (type LVC_T_STYL) and pass its name to layout stylefname field so you can define individual cells style as cl_gui_alv_grid=>mc_style_button with your coded rules.
Some reference can be found at Displaying Cells as PushbuttonsDisplaying Cells as Pushbuttons and in wiki of the forum, use any search tool.
2018 Jul 29 5:50 AM