SAP ABAP Class IF_ADT_LOCK_PARAMETERS (Aditional lock parameters)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ADT_LOCK_PARAMETERS | Additional lock parameters | 20120210 |
Properties
| Class | IF_ADT_LOCK_PARAMETERS | |
| Short Description | Aditional lock parameters | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20111223 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_ADT_LOCK_PARAMETERS has no forward declaration.
Interfaces
Class IF_ADT_LOCK_PARAMETERS has no interface implemented.
Friends
Class IF_ADT_LOCK_PARAMETERS has no friend class.
Attributes
Class IF_ADT_LOCK_PARAMETERS has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20120210 | ||
| 2 | Instance method | Public | Method | 20120210 | ||
| 3 | Instance method | Public | Method | 20120210 |
Events
Class IF_ADT_LOCK_PARAMETERS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTY_S_PARAM | Public | See coding | 20120210 | BEGIN OF gty_s_param,
key TYPE string,
value TYPE REF TO data,
END OF gty_s_param
|
||
| 2 | GTY_T_PARAM | Public | See coding | 20120210 | gty_t_param TYPE SORTED TABLE OF gty_s_param
WITH UNIQUE KEY key
|
Method Signatures
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KEY | Call by reference | Type reference (TYPE) | STRING | 20120210 |
Method DELETE on class IF_ADT_LOCK_PARAMETERS has no exception.
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KEY | Call by reference | Type reference (TYPE) | STRING | 20120210 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | GTY_S_PARAM | 20120210 |
Method GET on class IF_ADT_LOCK_PARAMETERS has no exception.
Method SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KEY | Call by reference | Type reference (TYPE) | STRING | 20120210 | ||||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_ADT_LOCK_PARAMETERS | 20120210 | ||||
| 3 | VALUE | Call by reference | Type reference (TYPE) | DATA | 20120210 |
Method SET on class IF_ADT_LOCK_PARAMETERS has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |