Application Development and Automation 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 only

ALV Display with different data

Former Member
0 Likes
513

Hi,

I am working on ALV using custom container.

My requirement is to display the data from sflight in ALV.

When a button on the application toolbar is clicked, i have to display the data from sbook in ALV.

How i can change the data and field catalog of the output in the next refresh_table_display.

Thanks,

Hi,

I am working on ALV using custom container.

My requirement is to display the data from sflight in ALV.

When a button on the application toolbar is clicked, i have to display the data from sbook in ALV.

How i can change the data and field catalog of the output in the next refresh_table_display.

Thanks,

1 REPLY 1
Read only

0 Likes
475

Hi,

In that case you may need to call set_table_for_first_display method in both the cases to refresh the table data and field catalog

it will work.

Thanks,

Santosh