SAP ABAP Class IF_ILM_STOR_SINK (ILM DB Store: Data Sink)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ILM_STOR_SINK_FILE ILM DB Store: File-Based Data Sink 20130816
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ILM_STOR_SINK_MEM ILM DB Store: Data Sink with Memory Buffer 20130816
Properties
Class IF_ILM_STOR_SINK  
Short Description ILM DB Store: Data Sink    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20130510   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class IF_ILM_STOR_SINK has no interface implemented.
Friends
Class IF_ILM_STOR_SINK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_SINK_ATTRIBUTES Constant Public See coding 20130816
Methods
# Method Level Visibility Method type Description Created on
1 CLOSE Instance method Public Method Close Data Sink 20130816
2 DELETE Instance method Public Method Delete Data Sink 20130816
3 GET_DATA Instance method Public Method Get Data from Data Sink 20130816
4 GET_FILE_NAME Instance method Public Method Get File Name for Persisted Data Sinks 20130816
5 GET_PUFFER_LENGTH Instance method Public Method Determines Length of Data in the Data Sink 20130816
6 IS_FILE Instance method Public Method Determines Whether a Data Sink Is File-Based 20130816
7 OPEN_FOR_READ Instance method Public Method Open Data Sink for Reading 20130816
8 OPEN_FOR_WRITE Instance method Public Method Open Data Sink for Writing 20130816
9 SET_FILE_NAME Instance method Public Method Set File Name for Persisting Data 20130816
10 WRITE Instance method Public Method Write Data in Data Sink 20130816
Events
Class IF_ILM_STOR_SINK has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_SINK_ATTRIBUTE Public Type reference (TYPE) SYCHAR02 20130816
Method Signatures

Method CLOSE Signature

Method CLOSE on class IF_ILM_STOR_SINK has no parameter.
# Exception Resumable Description Created on
1 CX_ILM_STOR_TRANSFER Transferfehler 20130816

Method DELETE Signature

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

Method GET_DATA 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 Anzahl der zu lesenden Bytes 20130816
2 Importing IV_OFFSET Call by reference Type reference (TYPE) ABAP_MSIZE -1 Offset, ab dem gelesen werden soll 20130816
3 Returning RV_VALUE Value transfer Type reference (TYPE) XSTRING Gelesener Datenblock 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_RUNTIME 20130816
2 CX_ILM_STOR_TRANSFER Transferfehler 20130816

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 Name der zugrundeliegenden Datei 20130816

Method GET_FILE_NAME on class IF_ILM_STOR_SINK has no exception.

Method GET_PUFFER_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) I Länge der bisher übertragenen Daten 20130816

Method GET_PUFFER_LENGTH on class IF_ILM_STOR_SINK has no exception.

Method IS_FILE 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_BOOL abap_true, wenn es eine dateibasierte Datensenke ist 20130816

Method IS_FILE on class IF_ILM_STOR_SINK has no exception.

Method OPEN_FOR_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
# Exception Resumable Description Created on
1 CX_ILM_STOR_RUNTIME ILM-DB-Ablage: Laufzeitfehler 20130816
2 CX_ILM_STOR_TRANSFER Transferfehler 20130816

Method OPEN_FOR_WRITE 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_RUNTIME ILM-DB-Ablage: Laufzeitfehler 20130816
2 CX_ILM_STOR_TRANSFER Transferfehler 20130816

Method SET_FILE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_READ_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Indikator, ob die Datei nur gelesen werden darf 20130816
2 Importing IV_VALUE Value transfer Type reference (TYPE) STRING Zu verwendender Dateiname 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_RUNTIME Laufzeitfehler 20130816
2 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 Zu übertragender Datenblock 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_RUNTIME ILM-DB-Ablage: Laufzeitfehler 20130816
2 CX_ILM_STOR_TRANSFER Transferfehler 20130816
History
Last changed by/on SAP  20140121 
SAP Release Created in