cancel
Showing results for 
Search instead for 
Did you mean: 

Adding a Inputfield to ALV Intermediate Results row

Former Member
0 Kudos

Hi,

My ALV table shows intermidiate results Row . I want to add a inputfield in one of the columns of the results row to accept a input by the user .

When I add a Inputfield to the editor of the column, it does not add it to the results Row.

Is there a way to add a editor to any column of the Results Row.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Come on Gurus....Any hints ?

Is there no way to retrive the Results Row of a ALV table from screen ?

uday_gubbala2
Active Contributor
0 Kudos

Didnt get exactly as to what you intend to implement. Do you want to add an input field in your ALV so that you can filter the rows displayed based up on 1 particular column value?

Former Member
0 Kudos

Uday,

I need a way to manipulate the intermediate resulrs row in an ALV Table.

The ALV table has several Intermidiate result rows. Now I need to do 2 things

1) Put a Inputfield in one of the cells of the Results Row to accept user input

2) Retrive the Results Row from the ALV Table and read it in my View/Component Controller.

It looks like Results rows does not update the Context. When I tried to read the Context the ALV table is bound to, I could not get a results row in the table.

Is manipulation of the ALV results Row Possible ?

Thanks