Hello everyone,
I have an ALV component and a dictionary structure assignet to it.
Lets say that this structure has one field called customer_code.
What i want to do is to create a method to search the table where i have the customer_name and display it in my ALV component.
But the problem is that i can only assign one structure to my ALV component and the structure assigned doesnt have the field customer_name.
Is it possible to display a field which is not in the dictionary structure?
Regard