SAP ABAP Class CL_ILM_STOR_DATASET (ILM DB Store: Data Set Wrapper)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ILM-STO (Application Component) Integrated Data Base Archive Store
     S_ILM_STOR_UTIL (Package) ILM DB Store: Utilities
Properties
Class CL_ILM_STOR_DATASET  
Short Description ILM DB Store: Data Set Wrapper    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ILM_STOR_UTIL   ILM DB Store: Utilities 
Created 20130510   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ILM_STOR_DATASET has no forward declaration.
Interfaces
Class CL_ILM_STOR_DATASET has no interface implemented.
Friends
Class CL_ILM_STOR_DATASET has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MV_FILE_NAME Instance attribute Protected Type reference (TYPE) STRING 20130816
2 MV_LENGTH Instance attribute Protected Type reference (TYPE) ABAP_MSIZE 20130816
3 MV_MODE Instance attribute Protected Type reference (TYPE) C 20130816
4 MV_READ_ONLY Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20130816
Methods
# Method Level Visibility Method type Description Created on
1 CLOSE Instance method Public Method Closes the DATASET 20130816
2 CONSTRUCTOR Instance method Public Constructor 20130816
3 DELETE Instance method Public Method Deletes the DATASET 20130816
4 EXISTS Static method Public Method Checks Whether a File Exists 20130816
5 GET_FILE_NAME Instance method Public Method Gets the File Name of the DATASET 20130816
6 GET_TMP_FILE_NAME Static method Public Method Determines a Temporary File Name 20130816
7 GET_TMP_FOLDER Static method Public Method Gets the TMP Folder 20130816
8 IS_OPEN Instance method Public Method Checks Whether the DATASET for Reading and Writing Is Open 20130816
9 LENGTH Instance method Public Method Determines the Volume of Data 20130816
10 OPEN Instance method Public Method Opens a DATASET 20130816
11 READ Instance method Public Method Reads from the DATASET 20130816
12 WRITE Instance method Public Method Writes Data 20130816
Events
Class CL_ILM_STOR_DATASET has no event.
Types
Class CL_ILM_STOR_DATASET has no local type.
Method Signatures

Method CLOSE Signature

Method CLOSE on class CL_ILM_STOR_DATASET has no parameter.
Method CLOSE on class CL_ILM_STOR_DATASET has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FILE_NAME Call by reference Type reference (TYPE) STRING 20130816
2 Importing IV_READ_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130816

Method CONSTRUCTOR on class CL_ILM_STOR_DATASET has no exception.

Method DELETE Signature

Method DELETE on class CL_ILM_STOR_DATASET has no parameter.
# Exception Resumable Description Created on
1 CX_ILM_STOR_TRANSFER 20130816

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FILE_NAME Call by reference Type reference (TYPE) STRING 20130816
2 Returning RV_VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20130816

Method EXISTS on class CL_ILM_STOR_DATASET has no exception.

Method GET_FILE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VALUE Value transfer Type reference (TYPE) STRING 20130816

Method GET_FILE_NAME on class CL_ILM_STOR_DATASET has no exception.

Method GET_TMP_FILE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXT Call by reference Type reference (TYPE) STRING 20130816
2 Importing IV_PATH Call by reference Type reference (TYPE) FILEINTERN Logischer Dateiname 20130816
3 Returning RV_VALUE Value transfer Type reference (TYPE) STRING 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_RUNTIME ILM-DB-Ablage: Runtime exception 20130816
2 CX_ILM_STOR_TRANSFER 20130816

Method GET_TMP_FOLDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VALUE Value transfer Type reference (TYPE) STRING 20130816

Method GET_TMP_FOLDER on class CL_ILM_STOR_DATASET has no exception.

Method IS_OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FOR_READ Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130816
2 Importing IV_FOR_WRITE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130816
3 Returning RV_VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20130816

Method IS_OPEN on class CL_ILM_STOR_DATASET has no exception.

Method LENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VALUE Value transfer Type reference (TYPE) ABAP_MSIZE 20130816

Method LENGTH on class CL_ILM_STOR_DATASET has no exception.

Method OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FOR_READ Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130816
2 Importing IV_FOR_WRITE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_TRANSFER 20130816

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LENGTH Call by reference Type reference (TYPE) I -1 20130816
2 Importing IV_OFFSET Call by reference Type reference (TYPE) ABAP_MSIZE -1 20130816
3 Returning RV_VALUE Value transfer Type reference (TYPE) XSTRING 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_TRANSFER 20130816

Method WRITE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHUNK Call by reference Type reference (TYPE) XSTRING 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_TRANSFER 20130816
History
Last changed by/on SAP  20140121 
SAP Release Created in 740