cancel
Showing results for 
Search instead for 
Did you mean: 

checkbox on alv with addition of new columns

Former Member
0 Kudos

Hi,

     I have a requirement as follows,i need your suggestion on this.

1.i  have to make some fields mandatory on to the view.

2.i am already having a alv table,i have to create checkboxes on it,and once user clicks on those checkboxes,some new columns needs to be added in the existing alv.

3.After entering the value in those alv.data need to be updated in database.

Kindly throw some ideas.

Thanks

Ankit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

1.to make field mandatory use class cl_wd_dynamic_tool

2. to make column checkbox first create of instance of alv component

then get_model of component

get column and change column into checkbox using class CL_SALV_WD_UIE_CHECKBOX

3.you can create custom button use on_action event of button to save alv data

hope it helps

Answers (0)