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: 

Edit a row in ALV grid having dynamic tables

Former Member
0 Kudos
100

I am using ALV grid to display tables. I have 25 different tables to displayed based on the node key selection.To achieve this, i am employing field symbols for dynamic table declaration.

Now i want to enable/disable one row of the table.Since i wont be able to add any other inner table i cannot use cl_gui_alv_grid=>mc_style_enabled or cl_gui_alv_grid=>mc_style_disabled. Is there anyother way to enable or disable a row in such case.

Please respond.

Thanks!

Regards,

Shambavi.

2 REPLIES 2

Former Member
0 Kudos
69

Hi,

try using EDIT field of fieldcatalog structure lvc_s_fcat.

Former Member
0 Kudos
69

Hi Shambavi,

check with the following link

[http://help.sap.com/saphelp_erp2004/helpdata/EN/0a/b5533cd30911d2b467006094192fe3/content.htm]

Thanks,

Neelima.