SAP ABAP Interface IF_ILM_STOR_TACC_DATA (ILM DB Store: Table Access for Database Tables)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ILM-STO (Application Component) Integrated Data Base Archive Store
     S_ILM_STOR_DB (Package) ILM DB Store: Database
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ILM_STOR_TACC_DATA ILM DB Store: Table for Resources 20130816
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ILM_STOR_TACC_DATA_MOCK ILM DB Store: Mock for IF_ILM_STOR_TACC_DATA 20130816
Properties
Interface IF_ILM_STOR_TACC_DATA  
Short Description ILM DB Store: Table Access for Database Tables    
General Data
Package S_ILM_STOR_DB   ILM DB Store: Database 
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)
2 IF_ILM_STOR_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_ILM_STOR_TABLE_ACCESSOR ILM DB Store: Generic Table Descriptor 20130816
Friends
Interface IF_ILM_STOR_TACC_DATA has no friend.
Attributes
Interface IF_ILM_STOR_TACC_DATA has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR Instance method Public Method Deletes All of a User's Resources 20130816
2 CLOSE_STREAM Instance method Public Method Closing a Stream 20130816
3 COUNT Instance method Public Method Determines the Number of Datablocks of a User 20130816
4 DELETE Instance method Public Method Delete a Resource 20130816
5 EXISTS Instance method Public Method Checks Whether a Datablock Exists 20130816
6 GET Instance method Public Method Read a Resource 20130816
7 GET_DATA_SIZE Instance method Public Method Gets the Data Size of the Last INSERT 20130816
8 LOCK Instance method Public Method Set Lock on Table 20130816
9 OPEN_STREAM Instance method Public Method Opens a Stream for Writing in Blocks 20130816
10 SET Instance method Public Method Create or Update a New Entry 20130816
11 SET_TABLE_NAME Instance method Public Method Set Name of Table to Be Used 20130816
12 STREAMING_SIZE Instance method Public Method Specifies the Size from which Stream Is Used Instead of OSQL 20130816
13 UNLOCK Instance method Public Method Remove Lock 20130816
Events
Interface IF_ILM_STOR_TACC_DATA has no event.
Types
Interface IF_ILM_STOR_TACC_DATA has no local type.
Method Signatures

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

Method CLEAR on Interface IF_ILM_STOR_TACC_DATA has no exception.

Method CLOSE_STREAM Signature

Method CLOSE_STREAM on Interface IF_ILM_STOR_TACC_DATA has no parameter.
# Exception Resumable Description Created on
1 CX_ILM_STOR_DB Datenbank-Ausnahme 20130816

Method COUNT 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 Returning RV_VALUE Value transfer Type reference (TYPE) INT4 20130816

Method COUNT on Interface IF_ILM_STOR_TACC_DATA has no exception.

Method DELETE 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_DB Datenbank-Ausnahme 20130816

Method EXISTS 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 Returning RV_VALUE Value transfer Type reference (TYPE) ABAP_BOOL abap_true, wenn der Eintrag existiert 20130816

Method EXISTS on Interface IF_ILM_STOR_TACC_DATA has no exception.

Method GET 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 IF_ILM_STOR_TYPES=>GC_UNDEF_NUMBER Anzahl der zu lesenden Bytes 20130816
3 Importing IV_OFFSET Call by reference Type reference (TYPE) ABAP_MSIZE IF_ILM_STOR_TYPES=>GC_UNDEF_BIG_NUM Offset, ab dem gelesen werden soll 20130816
4 Returning RV_VALUE Value transfer Type reference (TYPE) XSTRING 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_EXCEPTION Allgemeine Ausnahme 20130816

Method GET_DATA_SIZE 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 DEC-Typ, der für 64-Bit-Integer geeignet ist 20130816

Method GET_DATA_SIZE on Interface IF_ILM_STOR_TACC_DATA has no exception.

Method LOCK 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: Ressourcen-Handle 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_DB ILM-DB-Ablage: Exception für Datenbankzugriffe 20130816

Method OPEN_STREAM 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_DB Datenbank-Ausnahme 20130816

Method SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) TILM_STOR_BLOB Einzufügende/ Zu aktualisierende Daten 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_DB Datenbank-Ausnahme 20130816

Method SET_TABLE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) STRING Name der verwendeten Tabelle 20130816

Method SET_TABLE_NAME on Interface IF_ILM_STOR_TACC_DATA has no exception.

Method STREAMING_SIZE 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 Schwellwert, ab dem auf Streaming umgeschwenkt wird 20130816

Method STREAMING_SIZE on Interface IF_ILM_STOR_TACC_DATA has no exception.

Method UNLOCK 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: Ressourcen-Handle 20130816

Method UNLOCK on Interface IF_ILM_STOR_TACC_DATA has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740