Application Development and Automation 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: 
Read only

Enabling Disabling Particular row Fields

Former Member
0 Likes
622

Hi Everyone,

I created a Table with 4 columns checkbox text view and 2 input fields,

My requirement is, when user selected checkbox then the particular row input fields should become editable otherwise they should be in disable mode.

I created table by using fpm_list_uibb component.

How can I achieve this functionality.

Thanks in advance.

Thanks,

Pavan

2 REPLIES 2
Read only

Former Member
0 Likes
550

Hi Pavan,

This can achieved in get_data method of the feeder class .

Read the <ct_data> table n according the check box selected, you can enable n disable the respective field.

Hope this helps.

Thanks,

Sanket.

Read only

0 Likes
550

Hi Sanket,

Could you please provide me the code, it will help me a lot.

Even I try by looping ct_data data, whenever checkbox is selected I provided code to enable field but instead of particular row field the entire column is getting enabled.

So if you provide me the logic it would give me a idea.

Thanks in advance.

Warm Regards,

Pavan Kumar Gangula