Application Development and Automation 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: 
Read only

Checkboxes In Dynamic ALV

former_member196651
Contributor
0 Likes
602

Hello,

I had created a dynamic ALV and placed checkboxes in it. It comes but in inactive form, means I can't check it. Why so? Is there way that I will get these check boxes as activated.

Regards,

Abijith

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
568

Hi,

The CHECKBOX cell type always displays a disabled checkbox. The cell type CHECKBOX_HOTSPOT shows an enabled checkbox

Regards

Jyotsna

Hi,

The CHECKBOX cell type always displays a disabled checkbox. The cell type CHECKBOX_HOTSPOT shows an enabled checkbox

Regards

Jyotsna

3 REPLIES 3
Read only

Former Member
0 Likes
569

Hi,

The CHECKBOX cell type always displays a disabled checkbox. The cell type CHECKBOX_HOTSPOT shows an enabled checkbox

Regards

Jyotsna

Read only

0 Likes
568

Hello,

Still it is showing as inactive. Any other way to activate it.

Regards,

Abijith

Read only

0 Likes
568

Use the following method,

cl_gui_alv_grid=>mc_style_enabled.

Regards,

Abhijit G. Borkar