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: 

Editable ALV

Former Member
0 Kudos

Hi

I have created a ALV which has 1 column editable. I have created a field catalogue for it. It is working fine but now my requirement is that I can have few columns as editable and few as non editable based on some condition.I have used

li_outtab-celltab-style = cl_gui_alv_grid=>mc_style_enabled. but not able to get the editable cell now. I am using Field catalogue and ls_outtab is output internal table.

Please help. do I need not to use field catalogue?

Pls suggest

3 REPLIES 3

Former Member
0 Kudos

Hi,

For the remaining editable cells you need to pass LVC_S_FCAT-EDIT as 'X' while building the field catalogue which makes the additional fields as editable.

Regards,

Srinivas

0 Kudos

sorry my question is that out of that 1 column which is editable I want to have some rows to be editable and some to be non editable based on some condition.

Can you help me on this.

0 Kudos

I am able to do that .

Thanks