cancel
Showing results for 
Search instead for 
Did you mean: 

RAP - Manage Sales Orders - Version 2 (App ID F3893) pessimistic lock on Edit Button

santosh_fhalke
Participant
0 Kudos

Hi Team,

We are trying to understand how lock functionality is implemented in Manage Sales Orders - Version 2(App ID F3893) Fiori app by using pessimistic lock.

if user A is editing the document & then user B must get locking error when trying to edit the same document on edit button.

When user clicks on Edit button on object page, call goes to backend to check sales order is already locked or not. if it is locked then system is giving popup with error as it is already locked.

Screenshot 2024-04-18 193306.png

However not able to understand how this is integrated into this particular app. We want to implement similar functionality on Edit button.

Can someone help to understand how this is done in standard Fiori App (App ID F3893).

Accepted Solutions (0)

Answers (1)

Answers (1)

DiegoValdivia
Participant
0 Kudos

Hi Santosh,

That app uses Behavior Definition R_SalesOrderTP which has Lock Master activated. The implementation for the lock is done in Behavior Pool Class cl_sd_behv_salesorder and local class LHC_SALESORDER method Lock.

DiegoValdivia_1-1713892317698.png

You can find further information about Pessimistic Lock in the following post:

https://community.sap.com/t5/technology-blogs-by-members/abap-rap-locking-abap-restful-application-p... 

I hope it helps.