Hello All,
Please help me in solving this problem.
I have created a ALV Tree Reporting with 3 hierarchy levels. Now in hierarchy level 2 and 3 i have few icons and when i click that icon i need to call SAP Transactions. For this i used event ITEM_DOUBLE_CLICK. This item is not getting triggered when i double click on this icons. Instead if i call Event NODE_DOUBLE_CLICK the event gets triggered. I am not sure why event ITEM_DOUBLE_CLICK is not getting triggered. Nothing wrong in calling the events because NODE_DOUBLE_CLICK is working fine. Please give me solution how to call ITEM_DOUBLE_CLICK.
DO we have any specific way of adding this node to tree? because i guess its considering all the lines as node so Node_double_click is getting trigered. I need to use ITEM_DOUBLE_CLICK because only in this event i can capture the field name so that i can check the field name and call the transaction for that particular field alone.
Please give me some solution for this.
Right solution will be rewarded with points.
Thanks & Regards
Sathish