SAP ABAP Class CL_SATC_RT_RUN_LOCK (Lock the ID and thus mark it to be currently in process)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
⤷
SATC_STDLIB_AUXILIARY (Package) INTERNAL: - *NO* REUSE - mother´s little helper
⤷
⤷
Properties
| Class | CL_SATC_RT_RUN_LOCK | |
| Short Description | Lock the ID and thus mark it to be currently in process | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SATC_STDLIB_AUXILIARY | INTERNAL: - *NO* REUSE - mother´s little helper |
| Created | 20071128 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_SATC_RT_RUN_LOCK has no interface implemented.
Friends
Class CL_SATC_RT_RUN_LOCK has no friend class.
Attributes
Class CL_SATC_RT_RUN_LOCK has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Is Run Locked | 20071128 | |
| 2 | Static method | Public | Method | Lock Run | 20071128 | |
| 3 | Static method | Public | Method | Unlock Run | 20071128 |
Events
Class CL_SATC_RT_RUN_LOCK has no event.
Types
Class CL_SATC_RT_RUN_LOCK has no local type.
Method Signatures
Method IS_LOCKED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EXEC_ID | Call by reference | Type reference (TYPE) | SATC_D_PROJECT_EXECUTION_ID | 20071128 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | SAP_BOOL | Locked? | 20071128 |
Method IS_LOCKED on class CL_SATC_RT_RUN_LOCK has no exception.
Method LOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EXEC_ID | Call by reference | Type reference (TYPE) | SATC_D_PROJECT_EXECUTION_ID | Project Execution ID | 20071128 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | SAP_BOOL | Returns true on success | 20080215 |
Method LOCK on class CL_SATC_RT_RUN_LOCK has no exception.
Method UNLOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EXEC_ID | Call by reference | Type reference (TYPE) | SATC_D_PROJECT_EXECUTION_ID | 20071128 |
Method UNLOCK on class CL_SATC_RT_RUN_LOCK has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 711 |