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: 

read line problem in alv list

Former Member
0 Kudos

I am writing an alv block list with an hierachy alv list and a normal alv list, there is a field for quantity for input in the normal alv list, but when i use 'read line sy-index field value' from the list,it cannot work. and it seems that I cannot use 'data_changed' event cause it is not an grid list, how can I get the changed data to my internal table?

3 REPLIES 3

Former Member
0 Kudos

I don't think you can achieve this using the List display, you might have to use a GRID.

regards,

Ravi

note :Please mark all the helpful answers

0 Kudos

but the grid alv list cannot perform the hierachy alv display function?

0 Kudos

You might want to use a ALV TREE CONTROL combined with a GRID control, then you can have both. There are different types of TREE controls, look at DWDM transaction to look at different tree controls.

Regards,

Ravi

Note : Please mark all the helpful answers