cancel
Showing results for 
Search instead for 
Did you mean: 

profile parameter for ENQUEUE

Former Member
0 Kudos

The ENQUEUE function module also has the parameter _WAIT. This parameter determines the lock behavior when there is a Structure linklock conflict.

You have the following options:

· X: If a lock attempt fails because there is a competing lock, the lock attempt is repeated after waiting for a certain time. The exception FOREIGN_LOCK is triggered only if a certain time limit has elapsed since the first lock attempt. The waiting time and the time limit are defined by profile parameters.

i want to know what parameter define the wait time, thanks very much!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear,

Please look to the below link, especially "Creating lock objects and Example of lock objects"...

http://help.sap.com/saphelp_46c/helpdata/en/cf/21eebf446011d189700000e8322d00/frameset.htm

Regards,

Sreenivas .Y

Former Member
0 Kudos

thanks for your reply

maybe you misunderstood me, i want to know what profile para difine the duration the ENQUEUE function can wait when anther process has lock the table!

Former Member
0 Kudos

enque/delay_max . If a longer wait time is required, enque/delay_max can be set to a larger value. You are strongly advised not to use much higher values.

Answers (0)