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

Parallel Update Table Processing using commit work

0 Kudos
785

Dear sir,

I have a scenario calling an RFC from a website sending the same data.

for example, the data is.

EmpID: 001.

But There are 2 calls at the SAME TIME.

USERRFC1 sending EmpID: 001

USERRFC2 sending EMPID:001

How do I eliminate the same call, calling the same data ?

SO, I want to process data sent by USERRFC1, but CANCEL data sent by USERRFC2.

Please advice,

Thanks

1 REPLY 1
Read only

jmodaal
Active Contributor
0 Kudos
589

Hello,

you might have a look at the lock concept. Find a starting point here:

https://help.sap.com/viewer/6568469cf5a1460a8d85c58b83d21ec2/1809.000/en-US/47df116e6abf296fe1000000...

Kind regards

Jan