SAP TABLES

rdisp/vb_lock_mode SAP Parameter attribute - Handling of SAP enqueues after update error








rdisp/vb_lock_mode is a SAP Parameter attribute which is used to control Handling of SAP enqueues after update error 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 .

rdisp/vb_lock_mode profile paramerter attributes


Parameter Name: rdisp/vb_lock_mode
Description: Handling of SAP enqueues after update error
Default Value: release
Parameter Type ( See IF_PARAMETER_TYPES): String(STRING)
Restriction Values:
Parameter Unit:
Parameter Group: Update
CSN Component: BC-CST-UP
System-Wide parameter: No
Dynamic Parameter: Yes
Vector Parameter: No
Has Sub-Parameters: No
Check Function Exists: No

Parameter documentation

Thsi parameter defines the handling of SAP locks inherited by the update after update failures. There are three variants
for releasing the locks again. After update failures is should be avoided that important system resources remain locked. The parameter for this variant is RELEASE. These locks remain. The parameter value for this variant is HOLD. The locks are only retained if the update was triggered externally and the status was previously PREPARE. The parameter for this variant is HOLD_AFTER_PREPARE.

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