SAP ABAP Interface IF_ILM_STOR_CONTROLLER_DATA (ILM DB Store: Central Controller for Data Access)
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_CONTROLLER_DATA ILM DB Store: Central Controller 20130816
Properties
Interface IF_ILM_STOR_CONTROLLER_DATA  
Short Description ILM DB Store: Central Controller for Data Access    
General Data
Package S_ILM_STOR_PROCESS   ILM DB Store: Processing 
Created 20130527   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_CONTROLLER_DATA has no interface.
Friends
Interface IF_ILM_STOR_CONTROLLER_DATA has no friend.
Attributes
Interface IF_ILM_STOR_CONTROLLER_DATA has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 BEGIN_TRANSFER Instance method Public Method Start Transfer of a Resource in the Internal Memory 20130816
2 CHECK_PATH_COL Instance method Public Method Checks a URI for Resources 20130830
3 COLLECTION_ADD Instance method Public Method Adds a Collection to the DB 20130816
4 DELETE Instance method Public Method Delete a Resource or Collection 20130816
5 END_TRANSFER Instance method Public Method Signals the End of the Transfer 20130816
6 INSERT Instance method Public Method INSERT Resource into DB 20130816
7 READ Instance method Public Method Read (Part of) a Resource 20130816
8 SUSPEND_TRANSFER Instance method Public Method Interrupt the Transfer and Persist the Data 20130816
9 TRANSFER Instance method Public Method Transfer a Resource 20130816
Events
Interface IF_ILM_STOR_CONTROLLER_DATA has no event.
Types
Interface IF_ILM_STOR_CONTROLLER_DATA has no local type.
Method Signatures

Method BEGIN_TRANSFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SHARED_FILE Call by reference Type reference (TYPE) STRING '-' Name eines shared files 20130816
2 Importing IV_URI Call by reference Type reference (TYPE) ILM_STOR_URI ILM-DB-Ablage: URI 20130816
3 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_EXCEPTION Allgemeiner Fehler 20130816
2 CX_ILM_STOR_RUNTIME Laufzeitfehler 20130816

Method CHECK_PATH_COL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_URI Call by reference Type reference (TYPE) ILM_STOR_URI Zu prüfende URI 20130830
2 Returning RV_VALUE Value transfer Type reference (TYPE) ABAP_BOOL True, wenn die URI verwendet werden kann 20130830
# Exception Resumable Description Created on
1 CX_ILM_STOR_EXCEPTION ILM-DB-Ablage: Basis-Ausnahme 20130830
2 CX_ILM_STOR_RUNTIME ILM-DB-Ablage: Laufzeitfehler 20130830

Method COLLECTION_ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_URI Call by reference Type reference (TYPE) ILM_STOR_URI ILM-DB-Ablage: Ressourcen-Handle 20130816
2 Returning RV_HANDLE Value transfer Type reference (TYPE) ILM_STOR_HANDLE ILM-DB-Ablage: Ressourcen-Handle 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_EXCEPTION ILM Storage: Basis-Ausnahme 20130816
2 CX_ILM_STOR_RUNTIME ILM Storage: Laufzeitfehler 20130816

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DELETED Call by reference Type reference (TYPE) ILM_STOR_T_STRING Tabelle mit einfachen Strings 20130816
2 Exporting ET_NOT_DELETED Value transfer Type reference (TYPE) ILM_STOR_T_PROPERTY ILM-DB-Ablage: Tabellentyp für Exceptions 20130816
3 Importing IV_HANDLE Call by reference Type reference (TYPE) ILM_STOR_HANDLE ILM-DB-Ablage: Ressource Handle 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_EXCEPTION Allgemeiner Fehler 20130816
2 CX_ILM_STOR_RUNTIME Laufzeitfehler 20130816

Method END_TRANSFER 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
# Exception Resumable Description Created on
1 CX_ILM_STOR_EXCEPTION Allgemeiner Fehler 20130816
2 CX_ILM_STOR_RUNTIME Laufzeitfehler 20130816

Method INSERT 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
# Exception Resumable Description Created on
1 CX_ILM_STOR_EXCEPTION Allgemeiner Fehler 20130816
2 CX_ILM_STOR_RUNTIME Laufzeitfehler 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 der zu lesenden Bytes 20130816
3 Importing IV_OFFSET Call by reference Type reference (TYPE) ABAP_MSIZE -99 Offset, ab dem gelesen werden soll 20130816
4 Importing IV_URI Call by reference Type reference (TYPE) DAS_URI URI, der gelesen werden soll 20130816
5 Returning RV_VALUE Value transfer Type reference (TYPE) XSTRING Gelesener Datenblock 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_EXCEPTION Allgemeiner Fehler 20130816

Method SUSPEND_TRANSFER 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

Method SUSPEND_TRANSFER on Interface IF_ILM_STOR_CONTROLLER_DATA has no exception.

Method TRANSFER 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 Zu übertragender Datenblock 20130816
2 Importing IV_HANDLE Call by reference Type reference (TYPE) ILM_STOR_HANDLE ILM-DB-Ablage: Ressource Handle 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_EXCEPTION Allgemeiner Fehler 20130816
2 CX_ILM_STOR_RUNTIME Laufzeitfehler 20130816
History
Last changed by/on SAP  20140121 
SAP Release Created in 740