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 in Hierarchical ALV list

Former Member
0 Kudos
526

Hi Experts

I have created a hierarchical ALV list, in which I want to give input to some fields. In the fieldcatalog I enabled the edit option as 'X'. But I am unable to edit in the ALV. It is not editable. Is there any other way to do that.

I am unable to optimize the column width also. I wrote colwidth_optimize in layout. It doesn't work.

Thanks and regards,

Venkat

6 REPLIES 6

Former Member
0 Kudos
239

hello,

An ALV list display can never be edited. For editable ALV you need to use GRID only.

Regards,

Mansi.

Former Member
0 Kudos
239

Hi,

A Hierarchical ALV list display canot be edited after print output. It is possible to edit it on Grid only. So try To get the same functionality if you want to edit function you must work with Gird.

Former Member
0 Kudos
239

This message was moderated.

Former Member
0 Kudos
239

Hi Venkat,

You will not able to edit the hierarchical ALV after displaying it.

If edit functionality is substential then use the Grid ALV.

Former Member
0 Kudos
239

I hope edit functionality in Hierarchical ALV list is not possible.

you try for ALV GRID. Refer this link for editable ALV GRID ,

http://www.sapdev.co.uk/reporting/alv/alvgrid_editable.htm

Regards,

Joan

Former Member
0 Kudos
239

Hi,

Thank you very much for your help. But I found that hierarchical ALV list can be edited. In field catalog we have set input='X' and not edit='X'. Thanks to all