cancel
Showing results for 
Search instead for 
Did you mean: 

How to read WD_SELECT_OPTIONS_20, Maximum Number of Results checkbox selection?

Former Member
0 Kudos

Hi Experts,

I am using the WD_SELECT_OPTIONS_20 standard component for the select options. I am enabling the 'Maximum Number of Results' option.

I am able to read the number that the user entered. However, I am not sure how to read the checkbox selection. I am calling the  get_input_complete method of the select option handler IF_WD_GROUPED_SELOPT_20.

Thanks,

Ajith Cheruvally

Accepted Solutions (1)

Accepted Solutions (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Ajith,

If you are using the method GET_INPUT_COMPLETE of interface IF_WD_SELECT_OPTIONS_20 , you can get the check box values in parameters MAX_NR_OF_RESULTS_IS_NULL, SELECT_ALL

as below

Hope this helps you.

Regards,

Rama

Former Member
0 Kudos

Thanks Ramakrishnappa,

I had tried that earlier but did not work for some reason. It is working now.

Thanks,

Ajith Cheruvally

Answers (0)