cancel
Showing results for 
Search instead for 
Did you mean: 

Results in table passed to function, no refresh?

Former Member
0 Kudos

Hi all,

I have built a pretty simple application and use a BI query which populates a table with results. I can select the lines and the parameters are submitted as input into two ABAP functions which give results based on the selected line in the first table. I use the select event for this.

But the problem is: only one of the two functions is refreshing when I select a different line in the table. The first function is still showing the resultst from the previous line. It looks like there is some caching going on, but why does one function refresh and one doesn't? Any ideas?

Thanks and best regards,

Jan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jan,

Check the below thread.

Regards

Basheer

Former Member
0 Kudos

Hi Basheer,

Good to hear from you again, but unfortunately that option was already checked and it does not solve the problem. Any other suggestions?

Regards,

Jan

Answers (1)

Answers (1)

Former Member
0 Kudos

Turned out to be a problem with buffering in the function in ABAP. Got fixed by a developer.