Lock Objects - ENQUEUE - DEQUEUE in SAP ABAP [english]

preview_player
Показать описание
In today's video I will show you how to use lock objects in SAP.
Lock objects are used to provide logical locking functionality in applications. For example, if you do not want several people to edit data in a table at the same time or if large updates of data are made, you can lock this table in advance.
You can search for lock objects in the ABAP Data Dictionary or create new ones. If you create a lock object, two function modules ENQUEUE and DEQUEUE are generated, which you can call in ABAP to lock objects.

#lockobjects #enqueue #dequeue

▬▬ My Hardware ▬▬▬▬▬▬▬▬▬▬▬▬▬

*The links are affiliate links. There are no additional costs.

▬▬ My Software (free) ▬▬▬▬▬▬▬▬▬▬▬

▬▬ Further Links ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Рекомендации по теме
Комментарии
Автор

Thanks for the video.
If in our report we want to update/insert/delete a DB record,
I just do after the Enqueue sy-subrc = 0?
And before the Dequeue?
Thank you!

samfischler