SAP ABAP Class CL_SRCT_SHM_ABAP_MEMORY (SRCT: root class for shared objects)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-SC (Application Component) UI Services, Screen, Batch Input
⤷
SRCTP (Package) Remote controlled transaction processing
⤷
⤷
Properties
| Class | CL_SRCT_SHM_ABAP_MEMORY | |
| Short Description | SRCT: root class for shared objects | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SRCTP | Remote controlled transaction processing |
| Created | 20070219 | SAP |
| Last change | 20071217 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SRCT_SHM_ABAP_MEMORY has no forward declaration.
Interfaces
Class CL_SRCT_SHM_ABAP_MEMORY has no interface implemented.
Friends
Class CL_SRCT_SHM_ABAP_MEMORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | T_CLUSTERBUFFER | the clusterbuffer | 20070222 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | I | an id | 20070222 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | cleanup after conversation | 20070222 | |
| 2 | Instance method | Public | Method | return a sender_id | 20070222 |
Events
Class CL_SRCT_SHM_ABAP_MEMORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_CLUSTERBUFFER | Public | See coding | type for clusterbuffer | 20070222 | T_CLUSTERBUFFER type sorted table of t_clusterbuffer_line
with unique key conversation_id
|
|
| 2 | T_CLUSTERBUFFER_LINE | Public | See coding | type for cluster buffer | 20070222 | begin of T_CLUSTERBUFFER_LINE,
conversation_id type i,
clusters type SRCT_ABAP_MEMORY_CLUSTERS,
end of t_clusterbuffer_line
|
Method Signatures
Method CLEANUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | I | 20070222 |
Method CLEANUP on class CL_SRCT_SHM_ABAP_MEMORY has no exception.
Method GET_CONVERSATION_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RET | Value transfer | Type reference (TYPE) | I | The sender id | 20070222 |
Method GET_CONVERSATION_ID on class CL_SRCT_SHM_ABAP_MEMORY has no exception.
History
| Last changed by/on | SAP | 20071217 |
| SAP Release Created in | 710 |