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

Delay in update

Former Member
0 Likes
809

Greetings,

My problem is that there seem to be a delay the updating of my entries when I call an RFC, I would submit data but would be able to see my updates right away until I wait for a couple of seconds and sometimes it takes longer than 5 seconds. Does anyone have a solution. Please advise.

Much thanks in advance,

Cory

Greetings,

My problem is that there seem to be a delay the updating of my entries when I call an RFC, I would submit data but would be able to see my updates right away until I wait for a couple of seconds and sometimes it takes longer than 5 seconds. Does anyone have a solution. Please advise.

Much thanks in advance,

Cory

2 REPLIES 2
Read only

Former Member
0 Likes
608

Try on your RFC to commit after you update...

Bye

Gabriel

Read only

Former Member
0 Likes
608

Hi Cory,

Just check in your RFC there must be somewhere the command COMMIT WORK and WAIT FOR n SECONDS.

or the FM BAPI_TRANSACTION_COMMIT..having some value for waiting time..

And this time is actually require for the COMMIT WORK to update all the changes in the DB, so there is no solution for this.

Regards,

Atish