cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with SAP MDM during multiple updates at same time

Former Member
0 Kudos

I am facing problem with multiple updates at same time. When multiple users are working in parallel and updating MDM table through Webdynpro java forms they are facing problems. Instead of the actual data updates for a particular form, the table is updated with wrong data which belongs to another form. The information is getting changed in between.

So what would be the reason behind? Is there any connection/session problem in Java code?

Please help.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Raja,

Please explain based on an example for better understanding.

Are checking out records while the data is being written?Did you analyse based on recordIds?

Thanks,

Ravi

0 Kudos

Hi Raja

If your business process need to change the same record in parallel mode you should to split record fields by roles between users. In this case every user will be update just fields in record according to role assigned to him.

If your business process need to add updates from different users at the same time  - you can use check in - check out function or protect record function. When one user update the record another one waiting him.

Regards

Konsta