cancel
Showing results for 
Search instead for 
Did you mean: 

Tree view -Change mode

former_member198132
Active Participant
0 Kudos

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


Accepted Solutions (1)

Accepted Solutions (1)

former_member198132
Active Participant
0 Kudos

Hi

Solved my self.

Solution:  We should implement the GET_V, GET_P method any one of the attribute .

When I Implement for GET_P method for Check box... it came into edit mode when we click on EDIT button.

regards,

rama

Answers (0)