2009 Nov 17 3:35 PM
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...
2009 Nov 19 2:13 PM
Try to use the FULL refresh
o_salv_hier->refresh( REFRESH_MODE = IF_SALV_C_REFRESH=>FULL ).
Regards,
Naimesh Patel