SAP ABAP Class CL_UXS_SHM (Service Class for access to Shared Objects Memory)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-SUR (Application Component) Web Survey
⤷
UXS (Package) XML/XSLT Services
⤷
⤷
Properties
| Class | CL_UXS_SHM | |
| Short Description | Service Class for access to Shared Objects Memory | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | UXS | XML/XSLT Services |
| Created | 20070312 | SAP |
| Last change | 20070911 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_UXS_SHM has no forward declaration.
Interfaces
Class CL_UXS_SHM has no interface implemented.
Friends
Class CL_UXS_SHM has no friend class.
Attributes
Class CL_UXS_SHM has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | not relevant | 20070313 | |
| 2 | Static method | Public | Method | existence check for shared memory processing | 20070426 | |
| 3 | Static method | Public | Method | delete shared objects memory | 20070313 | |
| 4 | Static method | Public | Method | Read data from Shared Objects Memory | 20070312 | |
| 5 | Static method | Public | Method | Write data to Shared Objects Memory | 20070312 |
Events
Class CL_UXS_SHM has no event.
Types
Class CL_UXS_SHM has no local type.
Method Signatures
Method ATTACH_SHM Signature
Method ATTACH_SHM on class CL_UXS_SHM has no parameter.
Method ATTACH_SHM on class CL_UXS_SHM has no exception.
Method CHECK_EXISTENCE_SHM Signature
Method CHECK_EXISTENCE_SHM on class CL_UXS_SHM has no parameter.
Method CHECK_EXISTENCE_SHM on class CL_UXS_SHM has no exception.
Method DELETE_SHM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_SHMID | Call by reference | Type reference (TYPE) | SHM_INST_NAME | Name of a Shared Object Instance of an Area | 20070313 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | error when releasing shared memory | 20070313 |
Method READ_FROM_SHM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_APPLICATION | Value transfer | Type reference (TYPE) | UXB_APPLICATION | Application | 20070321 | |||
| 2 | ED_GUID | Value transfer | Type reference (TYPE) | UXP_GUID | GUID | 20070312 | |||
| 3 | ED_ID | Value transfer | Type reference (TYPE) | UXB_ID | Object ID | 20070312 | |||
| 4 | ED_SERVICE_ID | Value transfer | Type reference (TYPE) | UWS_SERVICE_ID | Service ID | 20070312 | |||
| 5 | ED_UPDATE_FLAG | Value transfer | Type reference (TYPE) | UXP_UPDATE_FLAG | Indicator Update | 20070312 | |||
| 6 | ED_VERSION | Value transfer | Type reference (TYPE) | UXP_VERSION | Version | 20070312 | |||
| 7 | ED_XML | Value transfer | Type reference (TYPE) | STRING | 20070312 | ||||
| 8 | ID_SHMID | Call by reference | Type reference (TYPE) | SHM_INST_NAME | Name of a Shared Object Instance of an Area | 20070312 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | shared memory object with given id not existing | 20070312 | ||
| 2 | error when trying to read data from shared memory | 20070312 |
Method WRITE_TO_SHM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_APPLICATION | Call by reference | Type reference (TYPE) | UXB_APPLICATION | Application | 20070321 | |||
| 2 | ID_GUID | Call by reference | Type reference (TYPE) | UXP_GUID | GUID | 20070312 | |||
| 3 | ID_ID | Call by reference | Type reference (TYPE) | UXB_ID | Object ID | 20070312 | |||
| 4 | ID_SERVICE_ID | Call by reference | Type reference (TYPE) | UWS_SERVICE_ID | Service ID | 20070312 | |||
| 5 | ID_SHMID | Call by reference | Type reference (TYPE) | SHM_INST_NAME | Name of a Shared Object Instance of an Area | 20070312 | |||
| 6 | ID_UPDATE_FLAG | Call by reference | Type reference (TYPE) | UXP_UPDATE_FLAG | Indicator Update | 20070313 | |||
| 7 | ID_VERSION | Call by reference | Type reference (TYPE) | UXP_VERSION | Version | 20070312 | |||
| 8 | ID_XML | Call by reference | Type reference (TYPE) | STRING | 20070312 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | error when writing to SHM | 20070313 |
History
| Last changed by/on | SAP | 20070911 |
| SAP Release Created in | 700 |