Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Editable ALV Tree

Karan_Chopra_
Active Participant
0 Likes
552

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

3 REPLIES 3
Read only

Former Member
0 Likes
510

Hi Karan,

Check class CL_GUI_ALV_TREE for the following methods:

ADD_NODE

CHANGE_ITEM

CHANGE_NODE

DELETE_SUBTREE

EXPAND_NODE

EXPAND_NODES

Read only

Karan_Chopra_
Active Participant
0 Likes
510

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

Read only

0 Likes
510

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 .