Hi All,
I have created a Tree report along with childs data. I have added Getter/Setter methods for attributes .
I am displaying the Z table data into tree, like Header and Items( all are value nodes).
I have added EDIT button and wrote the below code .
I am setting one atribute in edit event like GV_EDIT = 'X'.
I am handling the logic in DO_PREPARE_OUTPUT method.
IF gv_edit EQ 'X'.
me->view_group_context->set_all_editable( ).
lv_bool = me->view_group_context->is_view_in_display_mode( me ).
CLEAR gv_edit.
ENDIF.
Every Child attribute contains the GET_I method also with correct signature . Even debugger is not triggering when I click on column or line selection.
Could you please help me in this ?
Thanks,
rama