‎2010 Aug 02 8:30 AM
Hello All,
I am trying to make an Editable ALV tree ..but cannot find the
I have used fieldcat -edit = X but it only works for GRID ALV and not TREE ALV ...
Please help me on this .....
Edited by: Karan Chopra on Aug 2, 2010 1:11 PM
‎2010 Aug 02 8:47 AM
Hi Karan,
Check class CL_GUI_ALV_TREE for the following methods:
ADD_NODE
CHANGE_ITEM
CHANGE_NODE
DELETE_SUBTREE
EXPAND_NODE
EXPAND_NODES
‎2010 Aug 02 10:06 AM
No success these methods does not make cell editable
How can I make row editable
Please help .....
Edited by: Karan Chopra on Aug 2, 2010 3:59 PM
‎2010 Aug 02 11:30 AM
Hi Karan
CL_GUI_ALV_TREE is only a display tool.
It has not a feature for editable data unfortunately.
I was used a popup input screen on cell "double click" event to change the data in a cell
in one of my projects.
Maybe it can be a solution for u .