cancel
Showing results for 
Search instead for 
Did you mean: 

Unlock shopping cart

Former Member
0 Kudos

Guys

Any idea on how to remove the lock for the shopping cart? The user is unable to edit the SC and it says it is in process by another user though nobody is editing it. SM12 didn't help.

Regards

Rajeev

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Which SRM version are you using ? Might be due to bug in the system...

Try the SRM Function module - *BBPPD_SC_UNLOCK* to unlock the shopping cart..._

Create a bespoke Program -_Please do the following using standard FM:_

1. Lock the SC (BBP_PD_SC_LOCK)

2. Update the SC (BBP_PD_SC_UPDATE)

3. Commit the SC (BBP_PD_SC_COMMIT)

4. Unlock the SC (BBP_PD_SC_UNLOCK)

Related pointers ->

Hope this will help. Do let me know.

Regards

- Atul