2018 May 23 2:45 PM
I am working on ALV Tree control and added a button using method CL_GUI_ALV_TREE->ADD_NODE by passing parameter IT_ITEM_LAYOUT
The problem I am facing is I couldn't add Text to the button. Could you please help me.
Thank you !
For example below report output BCALV_TREE_06, how to add Text/Tooltip to the button for column 'Pl.type'
2019 Sep 30 4:03 PM
Hello All,
Text and tooltip can be added to the Icons in the ALV tree using FM ICON_CREATE and it will overwrite the standard tooltip.
I have used the above FM and it worked fine for me.
Thank you all for your valuable inputs.
Regards
Sampath
2019 Jul 03 2:48 AM
its icon, not button. you could see that column Carrier already have text next to icon.
2019 Jul 03 8:43 AM
The column "Carrier" is not shown in the original screenshot (why?), here it is as shown by BCALV_TREE_06 in a 7.52 system:
2019 Sep 30 4:03 PM
Hello All,
Text and tooltip can be added to the Icons in the ALV tree using FM ICON_CREATE and it will overwrite the standard tooltip.
I have used the above FM and it worked fine for me.
Thank you all for your valuable inputs.
Regards
Sampath