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

ALV tree editable

Former Member
0 Likes
524

Hi all,

I have a requirement to display the Data in ALV tree format with some fields as editable.I have to display data in 3 levels,which are of differents structures.

To achieve editable in ALV tree display,I have used ALV GRID along with Tree display but here in GRID the 3 levels data is of same structure,but my requirement is of different structures.

Inputs regarding this will be highly appreciated.

Thanks,

Sravanthi .V

3 REPLIES 3
Read only

SimoneMilesi
Active Contributor
0 Likes
489

You have to use the CL_GUI_ALV_TREE class

Read only

0 Likes
489

Hi Simone,

Thanks for your quick reply,I have used this Class also but iam not able to get the Fields editable even though it has the method for EDITABLE feature.

Thanks,

Sravanthi.V

Read only

0 Likes
489

You have to create the CELL INFORMATION like in CL_ALV_GRID class.

At the moment I don't remember the exact synthax, i'm sorry.

Hope this can help you anyway.