SAP ABAP Class IF_ILM_STOR_DB_OPERATOR (ILM DB Store: DB Access Methods)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ILM_STOR_DB_OPERATOR | ILM DB Store: General Routines for DB Access | 20130816 |
Properties
| Class | IF_ILM_STOR_DB_OPERATOR | |
| Short Description | ILM DB Store: DB Access Methods | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20130722 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_ILM_STOR_DB_OPERATOR has no forward declaration.
Interfaces
Class IF_ILM_STOR_DB_OPERATOR has no interface implemented.
Friends
Class IF_ILM_STOR_DB_OPERATOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | DBCON_NAME | Logical Name for a Database Connection | 20130816 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Closes a Stream | 20130816 | |
| 2 | Instance method | Public | Method | Creates a New Data Table in the DB Target System | 20130816 | |
| 3 | Instance method | Public | Method | Creates an Admin Table in the DB Target System | 20130816 | |
| 4 | Instance method | Public | Method | Delete an Entry | 20130816 | |
| 5 | Instance method | Public | Method | Deletes a Data Table in the DB Target System | 20130816 | |
| 6 | Instance method | Public | Method | Adds Data Using OpenSQL | 20130816 | |
| 7 | Instance method | Public | Method | Adds Data Using Streaming API | 20130816 | |
| 8 | Instance method | Public | Method | Opens a Stream | 20130816 | |
| 9 | Instance method | Public | Method | Read Data Using OpenSQL | 20130816 | |
| 10 | Instance method | Public | Method | Read Data Using Stream | 20130816 | |
| 11 | Instance method | Public | Method | Check of Table Name | 20130816 | |
| 12 | Instance method | Public | Method | Sets the DB Connection | 20130816 | |
| 13 | Instance method | Public | Method | 20130816 |
Events
Class IF_ILM_STOR_DB_OPERATOR has no event.
Types
Class IF_ILM_STOR_DB_OPERATOR has no local type.
Method Signatures
Method CLOSE_STREAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TABLE | Call by reference | Type reference (TYPE) | STRING | 20130916 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM-DB-Ablage: Ausnahme für Datenbankzugriffe | 20130916 |
Method CREATE_DATA_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_KO200 | Call by reference | Type reference (TYPE) | KO200 | TADIR-Infos, falls ein Transportauftrag benötigt wird | 20130816 | |||
| 2 | IV_DEVCLASS | Call by reference | Type reference (TYPE) | DEVCLASS | '$TMP' | Paket, in das kopiert werden soll | 20130816 | ||
| 3 | IV_TABLE | Call by reference | Type reference (TYPE) | DDOBJNAME | Name eines ABAP Dictionary-Objekts | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM-DB-Ablage: Exception für Datenbankzugriffe | 20130816 | ||
| 2 | ILM-DB-Ablage: Laufzeitfehler | 20130816 |
Method CREATE_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_KO200 | Call by reference | Type reference (TYPE) | KO200 | TADIR-Infos, falls ein Transportauftrag benötigt wird | 20130816 | |||
| 2 | IV_DEVCLASS | Call by reference | Type reference (TYPE) | DEVCLASS | '$TMP' | Paket, in das kopiert werden soll | 20130816 | ||
| 3 | IV_TABLE | Call by reference | Type reference (TYPE) | DDOBJNAME | Name eines ABAP Dictionary-Objekts | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM-DB-Ablage: Exception für Datenbankzugriffe | 20130816 | ||
| 2 | ILM-DB-Ablage: Laufzeitfehler | 20130816 |
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_HANDLE | Call by reference | Type reference (TYPE) | ILM_STOR_HANDLE | ILM-DB-Ablage: Ressourcen-Handle | 20130816 | |||
| 2 | IV_TABLE | Call by reference | Type reference (TYPE) | STRING | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM-DB-Ablage: Exception für Datenbankzugriffe | 20130816 |
Method DELETE_DATA_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TABLE | Call by reference | Type reference (TYPE) | DDOBJNAME | Name eines ABAP Dictionary-Objekts | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM-DB-Ablage: Exception für Datenbankzugriffe | 20130816 | ||
| 2 | ILM-DB-Ablage: Laufzeitfehler | 20130816 |
Method INSERT_SQL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_DATA | Call by reference | Type reference (TYPE) | TILM_STOR_BLOB | ILM-DB-Ablage: Tabelle der Ressourcen | 20130816 | |||
| 2 | IV_TABLE | Call by reference | Type reference (TYPE) | STRING | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM-DB-Ablage: Exception für Datenbankzugriffe | 20130816 |
Method INSERT_STREAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_DATA | Call by reference | Type reference (TYPE) | TILM_STOR_BLOB | ILM-DB-Ablage: Tabelle der Ressourcen | 20130816 | |||
| 2 | IV_TABLE | Call by reference | Type reference (TYPE) | STRING | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IV_HANDLE | Call by reference | Type reference (TYPE) | ILM_STOR_HANDLE | ILM-DB-Ablage: Ressourcen-Handle | 20130816 | |||
| 2 | IV_TABLE | Call by reference | Type reference (TYPE) | STRING | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM-DB-Ablage: Exception für Datenbankzugriffe | 20130816 |
Method READ_SQL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_HANDLE | Call by reference | Type reference (TYPE) | ILM_STOR_HANDLE | ILM-DB-Ablage: Ressourcen-Handle | 20130816 | |||
| 2 | IV_LENGTH | Call by reference | Type reference (TYPE) | I | -1 | 20130816 | |||
| 3 | IV_OFFSET | Call by reference | Type reference (TYPE) | ABAP_MSIZE | -1 | DEC-Typ, der für 64-Bit-Integer geeignet ist | 20130816 | ||
| 4 | IV_TABLE | Call by reference | Type reference (TYPE) | STRING | 20130816 | ||||
| 5 | RV_VALUE | Value transfer | Type reference (TYPE) | XSTRING | ILM-DB-Ablage: Tabelle der Ressourcen | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM-DB-Ablage: Exception für Datenbankzugriffe | 20130816 |
Method READ_STREAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_HANDLE | Call by reference | Type reference (TYPE) | ILM_STOR_HANDLE | ILM-DB-Ablage: Ressourcen-Handle | 20130816 | |||
| 2 | IV_LENGTH | Call by reference | Type reference (TYPE) | I | -1 | 20130816 | |||
| 3 | IV_OFFSET | Call by reference | Type reference (TYPE) | ABAP_MSIZE | -1 | DEC-Typ, der für 64-Bit-Integer geeignet ist | 20130816 | ||
| 4 | IV_TABLE | Call by reference | Type reference (TYPE) | STRING | 20130816 | ||||
| 5 | RV_VALUE | Value transfer | Type reference (TYPE) | XSTRING | ILM-DB-Ablage: Tabelle der Ressourcen | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM-DB-Ablage: Exception für Datenbankzugriffe | 20130816 |
Method SECURITY_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TABLE | Call by reference | Type reference (TYPE) | STRING | Zu prüfender Tabellenname | 20130816 | |||
| 2 | RV_VALUE | Value transfer | Type reference (TYPE) | STRING | Geprüfter Tabellenname | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM-DB-Ablage: Exception für Datenbankzugriffe | 20130816 |
Method SET_DBCON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DBCON | Call by reference | Type reference (TYPE) | DBCON_NAME | Logischer Name einer Datenbankverbindung | 20130816 |
Method SET_DBCON on class IF_ILM_STOR_DB_OPERATOR has no exception.
Method WHITE_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TABLE | Call by reference | Type reference (TYPE) | STRING | 20130816 | ||||
| 2 | RT_WHITE_LIST | Value transfer | Type reference (TYPE) | STRING_HASHED_TABLE | Tabelle von verhashten Strings | 20130816 |
Method WHITE_LIST on class IF_ILM_STOR_DB_OPERATOR has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |