Application Development 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: 

Editing of a Column of ALV Tree(OOPS) node

Former Member
0 Kudos

is it possible to edit a column of node of ALV tree.

i am using ALV class "CL_GUI_ALV_TREE".

After searching existing threads, for the same issue..i found the following.

1)

( displays pop up window where user can change values and then transfer these changes back to ALV tree)

2)

(this approach is not working for ALV Tree)

But i want to edit directly coulmn of a node of ALV tree.

is it possible in OOPS ALV Tree?

if it possible, can any one provide the sample code,

2 REPLIES 2

anjaneya_bhardwaj2
Contributor
0 Kudos

Hi havish ,

as you know it is not possible but we have a workaround ..i.e double click and pop up se please amend your design to adapt with reality...

thanks,

anjaneya

MarcinPciak
Active Contributor
0 Kudos

As you already noticed, this is not possible, but you may edit your fields outside the tree and bring your changes back to tree. I struggled with the same once but eventually used described alternative. If you use saplink you may check upgrade [chain and rename|http://code.google.com/p/saplink-chain-and-rename/downloads/list] where this approach is released. The code is free so you will be able to study and copy whatever you need from it.

Editing in a pop up is also an alternative here.

Regards

Marcin