Does this work for the factory hierarchy class (cl_salv_hierseq_table?) The code below compiled but did not produce a tooltip: gr_hierseq type ref to cl_salv_hierseq_table. . . . data(o_tooltips) = gr_hierseq->get_functional_settings( )->get_tooltips( ). o_tooltips->add_tooltip( type = cl_salv_tooltip=>c_type_icon value = |{ icon_transport }| tooltip = 'Test' ). Thanks
Unfortunately I haven't used the factory hierarchy class yet. The code looks good it should work in my opinion. If I find enough time I try it myself. 🤗
Great job!
many thanks! 🤗😀
Does this work for the factory hierarchy class (cl_salv_hierseq_table?)
The code below compiled but did not produce a tooltip:
gr_hierseq type ref to cl_salv_hierseq_table.
.
.
.
data(o_tooltips) = gr_hierseq->get_functional_settings( )->get_tooltips( ).
o_tooltips->add_tooltip( type = cl_salv_tooltip=>c_type_icon
value = |{ icon_transport }|
tooltip = 'Test' ).
Thanks
Unfortunately I haven't used the factory hierarchy class yet. The code looks good it should work in my opinion. If I find enough time I try it myself. 🤗