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 make input field editable on check the checkbox in ALV

0 Kudos

Hi,

i have output screen in ALV with one checkbox, when user check that checkbox , i want to make field is enable which was dis-able before check. The input field and checkbox are in same ALV output screen.

Can you guys suggest any helpful way, ?

Thanks

1 ACCEPTED SOLUTION

maheshpalavalli
Active Contributor
0 Kudos

Hi Deepak,

If the check box is part of the output field, then you can listen to change data event and change the properties of that particular column + row combination:

https://wiki.scn.sap.com/wiki/display/ABAP/Making+ALV+to+react+to+Change+data+automatically

Then after listening to the data change event, then go and modify that column + row combination to input type, for this you can refer the below link.

https://archive.sap.com/discussions/thread/1144597

BR,

Mahesh

1 REPLY 1

maheshpalavalli
Active Contributor
0 Kudos

Hi Deepak,

If the check box is part of the output field, then you can listen to change data event and change the properties of that particular column + row combination:

https://wiki.scn.sap.com/wiki/display/ABAP/Making+ALV+to+react+to+Change+data+automatically

Then after listening to the data change event, then go and modify that column + row combination to input type, for this you can refer the below link.

https://archive.sap.com/discussions/thread/1144597

BR,

Mahesh