SAP ABAP Class CL_SQLM_IO_SVC (Service Class for Input/Output)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-RTA (Application Component) Runtime Analysis
⤷
SQLM_ADMIN (Package) SQL Monitor: Administration
⤷
⤷
Properties
| Class | CL_SQLM_IO_SVC | |
| Short Description | Service Class for Input/Output | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SQLM_ADMIN | SQL Monitor: Administration |
| Created | 20130117 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SQLM_IO_SVC has no forward declaration.
Interfaces
Class CL_SQLM_IO_SVC has no interface implemented.
Friends
Class CL_SQLM_IO_SVC has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CX_SQLM_FAILURE | 20130730 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130730 | ||
| 2 | Static method | Public | Method | 20130730 | ||
| 3 | Static method | Public | Method | 20130730 |
Events
Class CL_SQLM_IO_SVC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_STR_EXPORT_HEADER_1_1 | Public | See coding | 20130730 | BEGIN OF typ_str_export_header_1_1,
export_version TYPE char8,
export_timestmp TYPE timestampl,
origin_system_id TYPE sy-sysid,
export_user_name TYPE sy-uname,
number_of_sqlm_data_files TYPE i,
number_of_sqlm_files TYPE i,
contains_meta_data TYPE flag,
contains_req_data TYPE flag,
END OF typ_str_export_header_1_1
|
Method Signatures
Method GET_FILE_PATH_BY_USER_PROMPT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_FILE_PATH | Value transfer | Type reference (TYPE) | STRING | 20130730 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130730 |
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_SQLM_IO_SVC | 20130730 |
Method GET_INSTANCE on class CL_SQLM_IO_SVC has no exception.
Method GET_ZIP_OBJ_FROM_FILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FULLPATH | Call by reference | Type reference (TYPE) | STRING | 20130730 | ||||
| 2 | R_ZIP_OBJ | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_ZIP | 20130730 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130730 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |