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

problems with alv table display

0 Likes
1,090

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

Sandra_Rossi
Active Contributor
939

Could you just ask one question at a time please?

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

Read only

0 Likes
939

Thanks , I prefer SALV refresh

Read only

RaymondGiuseppi
Active Contributor
939

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

Regards,
Raymond