cancel
Showing results for 
Search instead for 
Did you mean: 

Edit the row on conditional basis

Former Member
0 Kudos

Hi,

I have used the ALV Component and implemented my table. I have to show the drop down list, which i have implemented in my coding. Now i need to make edit/read only field based on the condition basis of the dropdown.

i.e When the user is selecting the dropdown value '01' the next field is need to be editable. If he choose value '02' from drop down, the next field need to be read only.

How to implement this. Please guide me on this.

Thanks

Yogesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Yogesh,

I Think you created ALV with drop down.

In your context, apart from your display fields, add another attribute READ_ONLY of type char01.

You need to read drop down value first, get that value, if the value is '02' make cell as READ ONLY.

Check this related posts,

cheers,

Kris.

Answers (0)