cancel
Showing results for 
Search instead for 
Did you mean: 

Collapse event for Tree GUIBB

Former Member
0 Kudos

Hi experts,

I am implementing a tree GUIBB. I need to react on a collapse event of one single node within the tree. ( The content of the row should change depending whether the code is expanded or collapsed).

The only event that can be fired in thie case is a Lead of selection event without meaningful information, to react on the selected tree node.

Is this a bug in the Tree GUIBB or a limitation?

Dow have any ideas how to solve this issue?

kind regards,

Sahla

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi experts,

I found the answer to my problem.

The value of the column with column_type if_fpm_guibb_constants=>gc_guibb_tree_columns-expanded. is changed from outside in ct_data!!

ct_data is a parameter of get_data.

Therefore we have the information and we can react.

kind regards,

Sahla