SAP ABAP Class CL_ILM_STOR_STORAGE (ILM DB Store: Storage Handler)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ILM-STO (Application Component) Integrated Data Base Archive Store
⤷
S_ILM_STOR_PROCESS (Package) ILM DB Store: Processing
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ILM_STOR_STORAGE | ILM DB Store: Storage Handler for Resources | 20130816 |
Properties
| Class | CL_ILM_STOR_STORAGE | |
| Short Description | ILM DB Store: Storage Handler | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ILM_STOR_PROCESS | ILM DB Store: Processing |
| Created | 20130510 | SAP |
| Last change | 20140121 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ILM_STOR_STORAGE | ILM DB Store: Storage Handler for Resources | 20130816 |
Friends
Class CL_ILM_STOR_STORAGE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_ILM_STOR_SINK | ILM DB Store: Data Sink | 20130816 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | ILM_STOR_HANDLE | ILM DB Store: Resource Handle | 20130816 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Create a File-Based Data Sink | 20130816 | |
| 2 | Instance method | Protected | Method | Create a Data Sink in the Memory | 20130816 | |
| 3 | Instance method | Protected | Method | Get Data Volume from which a File Is Saved | 20130816 | |
| 4 | Instance method | Protected | Method | Create New Handle | 20130816 |
Events
Class CL_ILM_STOR_STORAGE has no event.
Types
Class CL_ILM_STOR_STORAGE has no local type.
Method Signatures
Method CREATE_FILE_SINK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FILE_NAME | Call by reference | Type reference (TYPE) | STRING | Dateiname der zu erzeugenden Senke | 20130816 | |||
| 2 | IV_IS_SHARED | Call by reference | Type reference (TYPE) | ABAP_BOOL | Flag, ob es ein shared file ist | 20130816 | |||
| 3 | IV_WRITE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130911 | |||
| 4 | RO_SINK | Value transfer | Object reference (TYPE REF TO) | IF_ILM_STOR_SINK | ILM-DB-Ablage: Datensenke | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Laufzeitfehler | 20130816 | ||
| 2 | Transferfehler | 20130816 |
Method CREATE_MEMORY_SINK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATA_LENGTH | Call by reference | Type reference (TYPE) | ABAP_MSIZE | erwartete Größe der Daten | 20130816 | |||
| 2 | RO_SINK | Value transfer | Object reference (TYPE REF TO) | IF_ILM_STOR_SINK | ILM-DB-Ablage: Datensenke | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Laufzeitfehler | 20130816 | ||
| 2 | Transferfehler | 20130816 |
Method FILE_SINK_SIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_VALUE | Value transfer | Type reference (TYPE) | I | Kritischer Schwellenwert | 20130816 |
Method FILE_SINK_SIZE on class CL_ILM_STOR_STORAGE has no exception.
Method GET_HANDLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_VALUE | Value transfer | Type reference (TYPE) | ILM_STOR_HANDLE | ILM-DB-Ablage: Ressource Handle | 20130816 |
Method GET_HANDLE on class CL_ILM_STOR_STORAGE has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |