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: 

problems with alv table display

0 Kudos

Hi,
I'm using two container for showing a result based on a double click on a tree (left side container) for displaying the result ( in the right hand side container) I face this problems :

by using other alv table displays such as

METHOD cl_salv_table=>FACTORY

I have the problem of refreshing the table for clicks after the 1st one ( my container has been created already and can't be refreshed)
Does anybody have a solution for this ?

Thanks

3 REPLIES 3

Sandra_Rossi
Active Contributor

Could you just ask one question at a time please?

Do you want an answer for the ALV grid dump, or for SALV refresh?

0 Kudos

Thanks , I prefer SALV refresh

raymond_giuseppi
Active Contributor

Look at methods CL_SALV_TABLE->REFRESH and SET_DATA.
(Look also at sample report SALV_DEMO_TABLE_REFRESH)

Regards,
Raymond