Application Development 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: 

how to catch a checkbox event

Former Member
0 Kudos
107

Hello:

i would like to ask one favor i am trying to catch a checkbox event from the alv , so the question is , how can i do that ?

this the segment of code that i am using

ls_fcat-fieldname = 'CHECK'.

ls_fcat-inttype = 'C'.

ls_fcat-outputlen = '1'.

ls_fcat-coltext = 'Checkbox'.

ls_fcat-seltext = 'Checkbox'.

ls_fcat-checkbox = 'X'.

ls_fcat-edit = 'X'.

ls_fcat-auto_value = 'X'.

append ls_fcat to itfieldcat.

clear ls_fcat.

when the user give a click at the checkbox how can i save this event?

1 REPLY 1

former_member223537
Active Contributor
0 Kudos
67

Hi,

Please refer this thread :

Best regards,

Prashant