SAP ABAP Interface IF_ILM_STOR_STORAGE (ILM DB Store: Storage Handler for Resources)
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 - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ILM_STOR_STORAGE ILM DB Store: Storage Handler 20130816
Properties
Interface IF_ILM_STOR_STORAGE  
Short Description ILM DB Store: Storage Handler for Resources    
General Data
Package S_ILM_STOR_PROCESS   ILM DB Store: Processing 
Created 20130510   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_ILM_STOR_STORAGE has no interface.
Friends
Interface IF_ILM_STOR_STORAGE has no friend.
Attributes
Interface IF_ILM_STOR_STORAGE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CLOSE Instance method Public Method Close the Store Handler 20130816
2 CREATE Instance method Public Method Create a Storage Handler 20130816
3 DB_INSERT Instance method Public Method Writes the Data from the Internal Store to the DB 20130816
4 HANDLE Instance method Public Method Returns the Storage Handler's Underlying Handle 20130816
5 OPEN Instance method Public Method Opens a Storage Handler 20130816
6 READ Instance method Public Method Reads Data from Storage 20130816
7 SUSPEND Instance method Public Method Interrupt the Transfer 20130816
8 WRITE Instance method Public Method Writes Data 20130816
Events
Interface IF_ILM_STOR_STORAGE has no event.
Types
Interface IF_ILM_STOR_STORAGE has no local type.
Method Signatures

Method CLOSE Signature

Method CLOSE on Interface IF_ILM_STOR_STORAGE has no parameter.
Method CLOSE on Interface IF_ILM_STOR_STORAGE has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ORIGIN Call by reference Type reference (TYPE) ILM_STOR_ORIGIN '-' 20130816
2 Importing IV_SHARED_FILE Call by reference Type reference (TYPE) STRING '-' Dateiname eines shared Files 20130816
3 Returning RV_HANDLE Value transfer Type reference (TYPE) ILM_STOR_HANDLE Handle 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_RUNTIME 20130816
2 CX_ILM_STOR_TRANSFER ILM-DB-Ablage: Transferfehler 20130816

Method DB_INSERT 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 Anzahl der eingefügten Bytes 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_EXCEPTION Basis-Exception 20130816
2 CX_ILM_STOR_RUNTIME Laufzeitfehler 20130816

Method HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HANDLE Value transfer Type reference (TYPE) ILM_STOR_HANDLE ILM-DB-Ablage: Ressource Handle 20130816

Method HANDLE on Interface IF_ILM_STOR_STORAGE has no exception.

Method OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HANDLE Call by reference Type reference (TYPE) ILM_STOR_HANDLE ILM-DB-Ablage: Benutzer-ID 20130816
2 Returning RV_HANDLE Value transfer Type reference (TYPE) ILM_STOR_HANDLE ILM-DB-Ablage: Ressource Handle 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_RUNTIME 20130816
2 CX_ILM_STOR_TRANSFER ILM-DB-Ablage: Exception beim Transfer von Daten 20130816

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HANDLE Call by reference Type reference (TYPE) ILM_STOR_HANDLE ILM-DB-Ablage: Ressource Handle 20130816
2 Importing IV_LENGTH Call by reference Type reference (TYPE) I -99 Anzahl zu lesender Bytes 20130816
3 Importing IV_OFFSET Call by reference Type reference (TYPE) ABAP_MSIZE -99 Offset innerhalb des Datenblocks, ab dem zu lesen ist 20130816
4 Returning RV_DATA Value transfer Type reference (TYPE) XSTRING Gelesene Daten 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_EXCEPTION 20130816
2 CX_ILM_STOR_RUNTIME 20130816

Method SUSPEND Signature

Method SUSPEND on Interface IF_ILM_STOR_STORAGE has no parameter.
# Exception Resumable Description Created on
1 CX_ILM_STOR_RUNTIME 20130816
2 CX_ILM_STOR_TRANSFER ILM-DB-Ablage: Exception beim Transfer von Daten 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 Datenblock 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_RUNTIME 20130816
2 CX_ILM_STOR_TRANSFER ILM-DB-Ablage: Exception beim Transfer von Daten 20130816
History
Last changed by/on SAP  20140121 
SAP Release Created in 740