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: 

Example for Dynamic ALV

Former Member
0 Kudos

Hi all,

I have a program where i need to display split screen ALV.

One ALV table on the left and one the right. In the left ALV i display 10 table names..

If i click on the table name then the table should be displayed in the right side ALV.

This i can successfully do it but if i click on the another table after displaying the one table the new table will not be displayed where as still the first displayed tabled is shown.

Please let me know if you have a example program for this..

Regards,

Chaithanya.

3 REPLIES 3

Former Member
0 Kudos

Hi Chaitanya,

I f you are using containers then try tto refresh the table every time you click on the first table using REFRESH_TABLE_DISPLAY method. I hope this helps you.

Former Member
0 Kudos

Hi Chaitanya,

I f you are using containers then try tto refresh the table every time you click on the first table using REFRESH_TABLE_DISPLAY method. I hope this helps you.

Former Member
0 Kudos

Hi Chaitanya,

I f you are using containers then try tto refresh the table every time you click on the first table using REFRESH_TABLE_DISPLAY method. I hope this helps you.