SAP ABAP Interface IF_ADT_LOCK_PARAMETERS (Aditional lock parameters)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-UTL-BRR (Application Component) Repository Browser
⤷
SEU_LOCKING_ADT (Package) Enhancements ADT Lock Concept
⤷
⤷
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
| Interface | IF_ADT_LOCK_PARAMETERS | |
| Short Description | Aditional lock parameters |
General Data
| Package | SEU_LOCKING_ADT | Enhancements ADT Lock Concept |
| Created | 20111223 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_ADT_LOCK_PARAMETERS has no forward declaration.
Interfaces
Interface IF_ADT_LOCK_PARAMETERS has no interface.
Friends
Interface IF_ADT_LOCK_PARAMETERS has no friend.
Attributes
Interface 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
Interface 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 Interface 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 Interface 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 Interface IF_ADT_LOCK_PARAMETERS has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |