cancel
Showing results for 
Search instead for 
Did you mean: 

Linking alv column to another context attribute

Former Member
0 Kudos

Hi,

My alv is bound to a context node, and i need to fetch data into a column from attribute existing in some other node.

Is this feasible?

Thanks & regards,

Ronita

Accepted Solutions (1)

Accepted Solutions (1)

Sm1tje
Active Contributor
0 Kudos

Not quite sure if I understand, but looks to me that this is possible. Your internal table is the basis of the ALV, correct. Now before, displaying the ALV, you should modify your internal table (or update) with the data from the other attribute. You can do this by using the code wizard (read context) and retrieving the data from this attribute and move it to your internal table.

You can do this in the WDDOINIT method for example.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

This is possible. Before displaying your ALV Content , just loop at your internal table , read the content of your column in the other table and modify your ALV Table with the required content.

Regards,

Shruthi R