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

Does tRFC call trigger implicit commit?

former_member202064
Participant
0 Likes
796

Hi,

Wanted to know if the tRFC call triggers an implicit commit like an RFC call. I came across tRFC call i.e call function in background task inside a user exit. Is it ok to call tRFC in the user exit to avoid any inconsistencies?

Thanks and Regards,

Manan

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
638

No problem, when you code a CALL IN BACKGROUND TASK, tRFC, that will not trigger a commit, but only register the call, the actual submit will be executed after the main transaction execute a commit, and no rollback.

Regards,

Raymond