SAP ABAP Interface IF_SRM_SP_ENQUEUE (Element Locks)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-RM (Application Component) SAP Records Management
⤷
SRM_FRAMEWORK (Package) Records Management Framework Package
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_SCMG_CASE | Case Interface | 20020725 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SCMG_CASE | Case | 20020725 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SCMG_CASE_ENQUEUE | Help Class for Locking Case | 20020808 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SRM_GENERIC_SP | Generic Service Provider RMS | 20020725 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SRM_GENERIC_SP0 | Generic Service Provider RMS | 20031117 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_UDM_CASE_WRAPPER | Wrapper of IF_SCMG_CASE | 20030213 |
Properties
| Interface | IF_SRM_SP_ENQUEUE | |
| Short Description | Element Locks |
General Data
| Package | SRM_FRAMEWORK | Records Management Framework Package |
| Created | 20020612 | SAP |
| Last changed | 00000000 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_SRM_SP_ENQUEUE | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_SRM_SP_ENQUEUE has no interface.
Friends
Interface IF_SRM_SP_ENQUEUE has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MODE_EXCLUSIVE | Constant | Private | Type reference (TYPE) | STRING | 'E' | Exclusive Lock, Write Lock | 20020612 | |
| 2 | MODE_EXTENDED | Constant | Private | Type reference (TYPE) | STRING | 'X' | Extended Lock; Extended Write Lock | 20020612 | |
| 3 | MODE_SHARED | Constant | Private | Type reference (TYPE) | STRING | 'S' | Shared Lock, Read Lock | 20020612 | |
| 4 | SCOPE_DIALOG | Constant | Public | Type reference (TYPE) | STRING | 'DIALOG' | Lock is released automatically after end of transaction (1) | 20020612 | |
| 5 | SCOPE_DIALOG_AND_UPDATE_TASK | Constant | Public | Type reference (TYPE) | STRING | 'DIALOG_AND_UPDATE_TASK' | Lock belongs to dialog and update task (type 3) | 20020612 | |
| 6 | SCOPE_PERSISTENT | Constant | Private | Type reference (TYPE) | STRING | 'PERSISTENT' | Persistent lock, can only be released by explicit DEQUEUE | 20020612 | |
| 7 | SCOPE_UPDATE_TASK | Constant | Private | Type reference (TYPE) | STRING | 'UPDATE_TASK' | Lock is passed on to update task (type 2) | 20020612 | |
| 8 | USE_IMPLEMENTATION_DEFAULT | Constant | Private | Type reference (TYPE) | STRING | 'DEFAULT' | Use Implementation-Dependent Default Value | 20020726 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Unlock object | 20020612 | |
| 2 | Instance method | Public | Method | Lock Element | 20020612 |
Events
Interface IF_SRM_SP_ENQUEUE has no event.
Types
Interface IF_SRM_SP_ENQUEUE has no local type.
Method Signatures
Method DEQUEUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_MODE | Call by reference | Type reference (TYPE) | STRING | IF_SRM_SP_ENQUEUE=>USE_IMPLEMENTATION_DEFAULT | 20020612 | |||
| 2 | IM_SCOPE | Call by reference | Type reference (TYPE) | STRING | IF_SRM_SP_ENQUEUE=>USE_IMPLEMENTATION_DEFAULT | 20020612 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Framework (abstrakt) | 20020612 | ||
| 2 | Fehler beim Enqueue | 20020612 |
Method ENQUEUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_MODE | Call by reference | Type reference (TYPE) | STRING | IF_SRM_SP_ENQUEUE=>USE_IMPLEMENTATION_DEFAULT | Sperrmodus (IF_SRM_ENQUEUE=>MODE_...) | 20020612 | ||
| 2 | IM_SCOPE | Call by reference | Type reference (TYPE) | STRING | IF_SRM_SP_ENQUEUE=>USE_IMPLEMENTATION_DEFAULT | Gültigkeitsbereich (IF_SRM_SP_ENQUEUE=>SCOPE...) | 20020612 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Framework (abstrakt) | 20020612 | ||
| 2 | Fehler beim Enqueue | 20020612 |
History
| Last changed by/on | SAP | 00000000 |
| SAP Release Created in | 620 |