cancel
Showing results for 
Search instead for 
Did you mean: 

SAP ABAP

Former Member
0 Kudos

hi all,

how to create a check box on a selection screen and how to link it with or coding .

himanshu sharma

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sharma,

parameters: p_check1 as checkbox,

p_check2 as checkbox,

p_check3 as checkbox.

start-of-selection.

if p_check1 = 'X'.

write:/ 'First check box selected'.

endif.

if p_check2 = 'X'.

write:/ 'Second check box selected'.

endif.

if p_check3 = 'X'.

write:/ 'Third check box selected'.

endif.

Thanks,

Vinay

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

Check this thread..

Hope this helps !

Cheers

Alfred

Reward with points for helpful answers