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

Using Refresh Method of class: cl_salv_hierseq_table

Former Member
0 Likes
590

Hi All,

I have a req, i am using cl_salv_hierseq_table=>factory method for displaying the req data...

now for doing this i did all the necesary things and called method display(),

for outputting the values...for first time

now from the next time i have to use refresh() method of this class, as if i contine using display method the stack is icreasing and sap will not allow more than 50 lists....

now when i use refresh the data is in appropriate...

can anyone who worked on the same tell me how can i use this method

and what i need to pas...

Hi All,

I have a req, i am using cl_salv_hierseq_table=>factory method for displaying the req data...

now for doing this i did all the necesary things and called method display(),

for outputting the values...for first time

now from the next time i have to use refresh() method of this class, as if i contine using display method the stack is icreasing and sap will not allow more than 50 lists....

now when i use refresh the data is in appropriate...

can anyone who worked on the same tell me how can i use this method

and what i need to pas...

1 REPLY 1
Read only

naimesh_patel
Active Contributor
0 Likes
469

Try to use the FULL refresh


o_salv_hier->refresh( REFRESH_MODE = IF_SALV_C_REFRESH=>FULL ).

Regards,

Naimesh Patel