Hi experts.
I'm trying to create a table view. This table is based on a structure that is filled with data with a RFC function module retrivening the data from another system.
The problem is that i'm unable to set it editable. There is for exemple a check box that i need to check / uncheck, but the field is always read only. We don't even go through the method get_i_.
In the do_prepare_output of the view, i have checked, as below, the view is in edit mode, but still i can't do anything.
*DAtA lv_str type abap_bool. *lv_str = me->view_group_context->is_view_in_display_mode( me ). .
Any ideas why ?
Thanks for your time and help.
Regards.
AW