SAP TABLES

enque/delay_max SAP Parameter attribute - Number of retries if enqueue request is rejected








enque/delay_max is a SAP Parameter attribute which is used to control Number of retries if enqueue request is rejected information. This is available within R/3 SAP systems depending on the version and release level.

Below is the standard documentation available and a few details of the attributes values .

enque/delay_max profile paramerter attributes


Parameter Name: enque/delay_max
Description: Number of retries if enqueue request is rejected
Default Value: 5
Parameter Type ( See IF_PARAMETER_TYPES): Integer(INT)
Restriction Values:
Parameter Unit:
Parameter Group: Enqueue
CSN Component: BC-CST-EQ
System-Wide parameter: No
Dynamic Parameter: No
Vector Parameter: No
Has Sub-Parameters: No
Check Function Exists: No

Parameter documentation

Number of reattempts after a lock request is rejected. This affects the non-interactive processes (such as background processes). If a lock request was rejected, the system makes another attempt to set the lock approximately 1 second later. This is done enque/delay_max times (default 5). The work process is blocked during this time.

See SAP Parameter Documentation for full SAP documentation for this profile parameter.