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

Refresh the BOPF Framework

Former Member
0 Likes
3,641

Hi,

I know this sounds ugly, but I have the problem, that data is inserted in a BOPF table directly. When I then try to load the data via BOPF in the same session, the data won't be found. In a new session this is no problem.

Now to my question:

Is is possible to refresh the BOPF, so it finds the entry in the database?

Thanks David

1 ACCEPTED SOLUTION
Read only

former_member190794
Active Participant
0 Likes
1,860

Hello David,

you might use the "IV_INVALIDATE_CACHE=X" parameter of the RetrieveByAssociation Core Service to clear the BOPF's internal buffer during the execution of a transaction - this parameter is also available on the Retrieve Core Service.

Best regards

Tilmann

2 REPLIES 2
Read only

former_member190794
Active Participant
0 Likes
1,861

Hello David,

you might use the "IV_INVALIDATE_CACHE=X" parameter of the RetrieveByAssociation Core Service to clear the BOPF's internal buffer during the execution of a transaction - this parameter is also available on the Retrieve Core Service.

Best regards

Tilmann

Read only

0 Likes
1,860

Thank you