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

Example for Dynamic ALV

Former Member
0 Likes
496

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
Read only

Former Member
0 Likes
459

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.

Read only

Former Member
0 Likes
459

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.

Read only

Former Member
0 Likes
459

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.