2022 Sep 12 1:57 PM
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
2022 Sep 13 9:59 AM
Hello,
you might have a look at the lock concept. Find a starting point here:
Kind regards
Jan