cancel
Showing results for 
Search instead for 
Did you mean: 

I want to make only certain rows editable in table control.

kavmp
Participant
0 Kudos
415

I have a table control in my custom abap program where I have 7 columns. I want to achieve the below layout for input/output disabled/enabled where green is input allowed and red is input disabled. I have searched google and sap community for solutions and tried out many but nothing seems to be working.

Based on column 7, I am trying to make the row editable/disabled. If it is true, then input disabled. If it is false then input enabled. And by default, a new row will have column 7 as false. I tried to put my code inside a module within the Loop itab with table control in my PBO, but that doesn't seem to be working. 

kavmp_0-1726048394765.png

Please help with this. It is quite urgent.

Thanks in advance!!

 

Sandra_Rossi
Active Contributor

People never answer more quickly if you say it's urgent, they answer when they can.

kavmp
Participant
0 Kudos
Yes, But I was just hoping someone would. When they can. Thanks.
kavmp
Participant
0 Kudos
Hi,
View Entire Topic
ulrich_mhrke
Explorer
0 Kudos

Paste your whole PBO and the whole code of the module with "loop at screen".