SAP ABAP Class CL_SWLT_IO_SVC (Service Class for Input/Output)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO (Application Component) Workbench Tools: Editors, Painters, Modelers
     SWLT (Package) SQL Performance Tuning Worklist
Properties
Class CL_SWLT_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 SWLT   SQL Performance Tuning Worklist 
Created 20130117   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SWLT_IO_SVC has no forward declaration.
Interfaces
Class CL_SWLT_IO_SVC has no interface implemented.
Friends
Class CL_SWLT_IO_SVC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FAILURE Instance attribute Private Object reference (TYPE REF TO) CX_SWLT_FAILURE 20130118
Methods
# Method Level Visibility Method type Description Created on
1 GET_FILE_PATH_BY_USER_PROMPT Instance method Public Method 20130117
2 GET_INSTANCE Static method Public Method 20130118
3 GET_SNAPSHOT_ITABS_FROM_ZIP Instance method Public Method 20130117
4 GET_ZIP_OBJ_FROM_FILE Static method Public Method 20130311
Events
Class CL_SWLT_IO_SVC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYP_STR_EXPORT_HEADER Public See coding 20130117 BEGIN OF typ_str_export_header, export_version TYPE char8, export_timestmp TYPE timestampl, origin_system_id TYPE sy-sysid, END OF typ_str_export_header
2 TYP_STR_EXPORT_HEADER_1_1 Public See coding 20130305 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 Returning E_FILE_PATH Value transfer Type reference (TYPE) STRING 20130117
# Exception Resumable Description Created on
1 CX_SWLT_FAILURE 20130118

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_INSTANCE Value transfer Object reference (TYPE REF TO) CL_SWLT_IO_SVC 20130118

Method GET_INSTANCE on class CL_SWLT_IO_SVC has no exception.

Method GET_SNAPSHOT_ITABS_FROM_ZIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EXPORT_HEADER Call by reference Type reference (TYPE) TYP_STR_EXPORT_HEADER 20130117
2 Importing I_FULLPATH Call by reference Type reference (TYPE) STRING 20130118
3 Exporting META_DATA Call by reference Type reference (TYPE) CL_SQLM_METADATA=>TYP_T_MD_TABLES 20130118
4 Exporting SQLMRECORDS Call by reference Type reference (TYPE) SQLMRECORDS 20130117
# Exception Resumable Description Created on
1 CX_SWLT_FAILURE 20130118

Method GET_ZIP_OBJ_FROM_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FULLPATH Call by reference Type reference (TYPE) STRING 20130311
2 Returning R_ZIP_OBJ Value transfer Object reference (TYPE REF TO) CL_ABAP_ZIP 20130311
# Exception Resumable Description Created on
1 CX_SWLT_FAILURE 20130311
History
Last changed by/on SAP  20140121 
SAP Release Created in 740