SAP ABAP Interface IF_FINB_RT_FULL_ACCESS_TABLE (Runtime Table with Direct Data Access Using References)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FB-SRV (Application Component) Services
⤷
FINB_RUNTIME (Package) Runtime Services
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FINB_RT_TABLE | Runtime Table | 20040423 |
Properties
| Interface | IF_FINB_RT_FULL_ACCESS_TABLE | |
| Short Description | Runtime Table with Direct Data Access Using References |
General Data
| Package | FINB_RUNTIME | Runtime Services |
| Created | 20020214 | SAP |
| Last changed | 20060208 | 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 | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FINB_RT_TABLE | Runtime Table | 20040423 |
Friends
Interface IF_FINB_RT_FULL_ACCESS_TABLE has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CD_KEY_NAME_PRIMARY | Instance attribute | Public | Attribute reference (LIKE) | 20040423 | ||||
| 2 | CD_KEY_NAME_SECONDARY | Instance attribute | Public | Attribute reference (LIKE) | 20040423 | ||||
| 3 | MD_APPLICATION | Instance attribute | Public | Attribute reference (LIKE) | 20040503 | ||||
| 4 | MD_AREAID | Instance attribute | Public | Attribute reference (LIKE) | 20040503 | ||||
| 5 | MD_TABLE_LINE_TYPE | Instance attribute | Public | Attribute reference (LIKE) | 20040503 | ||||
| 6 | MD_TABLE_NAME | Instance attribute | Public | Attribute reference (LIKE) | 20040503 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20040503 | ||
| 2 | Instance method | Public | Method | 20040503 | ||
| 3 | Instance method | Public | Method | Gets Reference to Original Table | 20050801 | |
| 4 | Instance method | Public | Method | Inserts a Row and Returns a Reference to it | 20040503 | |
| 5 | Instance method | Public | Method | Selection Using Condition or SELTAB | 20040423 | |
| 6 | Instance method | Public | Method | Selection of many Entries Using a Key | 20040423 | |
| 7 | Instance method | Public | Method | Selection Using Partial Key | 20040423 | |
| 8 | Instance method | Public | Method | Selection of a Single Record | 20040423 |
Events
Interface IF_FINB_RT_FULL_ACCESS_TABLE has no event.
Types
Interface IF_FINB_RT_FULL_ACCESS_TABLE has no local type.
Method Signatures
Method GET_COMPONENTS Signature
Method GET_COMPONENTS on Interface IF_FINB_RT_FULL_ACCESS_TABLE has no parameter.
Method GET_COMPONENTS on Interface IF_FINB_RT_FULL_ACCESS_TABLE has no exception.
Method GET_KEYS Signature
Method GET_KEYS on Interface IF_FINB_RT_FULL_ACCESS_TABLE has no parameter.
Method GET_KEYS on Interface IF_FINB_RT_FULL_ACCESS_TABLE has no exception.
Method GET_REF_TO_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RTR_TABLE | Value transfer | Object reference (TYPE REF TO) | DATA | 20050801 |
Method GET_REF_TO_TABLE on Interface IF_FINB_RT_FULL_ACCESS_TABLE has no exception.
Method INSERT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_CHECK_BEFORE_INSERT | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Prüft, ob alle Schüssel eindeutig sind | 20040708 | ||
| 2 | IS_LINE_FOR_INSERT | Call by reference | Type reference (TYPE) | ANY | Neue Zeile mit Struktur MD_TABLE_LINE_TYPE | 20040503 | |||
| 3 | RR_NEW_LINE | Value transfer | Object reference (TYPE REF TO) | DATA | Referenz auf die neu eingefügte Zeile | 20040503 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040503 |
Method SELECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETR_RESULT | Call by reference | Type reference (TYPE) | FINB_RT_T_REF | Referenzen auf die passenden Tabellenzeilen | 20040423 | |||
| 2 | ID_READ_ONLY_BUFFER | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Nur aus dem Puffer lesen | 20040423 | ||
| 3 | IO_CONDITION | Call by reference | Object reference (TYPE REF TO) | CL_FINB_CONDITION | Bedingung | 20040423 | |||
| 4 | IT_SEL_TAB | Call by reference | Type reference (TYPE) | FINB_SEL_TAB | Selektionstabelle mit Feldnamen | 20040423 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040423 |
Method SELECT_MULTI_BY_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETR_RESULT | Call by reference | Type reference (TYPE) | FINB_RT_T_REF | Referenzen auf die passenden Tabellenzeilen | 20040423 | |||
| 2 | ID_KEY_NAME | Call by reference | Type reference (TYPE) | FINB_RT_KEY_NAME | CD_KEY_NAME_PRIMARY | Name einesTabellenschlüssels | 20040423 | ||
| 3 | ID_READ_ONLY_BUFFER | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Nur aus dem Puffer lesen | 20040423 | ||
| 4 | ID_WITH_INTERVAL | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Intervallgrenzen berücksichtigen, falls definiert | 20040423 | ||
| 5 | IT_KEY_VALUES | Call by reference | Type reference (TYPE) | TABLE | Tabelle mit Werten für die Schlüsselfelder | 20040423 | |||
| 6 | IT_SEPARATE_KEY_VALUES | Call by reference | Type reference (TYPE) | FINB_RT_T_KEY_VALUES | Tabellen mit Werten für je ein Schlüsselfeld | 20040423 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040423 |
Method SELECT_MULTI_BY_PARTIAL_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETR_RESULT | Call by reference | Type reference (TYPE) | FINB_RT_T_REF | Referenzen auf passende Tabelleneinträge | 20040423 | |||
| 2 | ID_KEY_NAME | Call by reference | Type reference (TYPE) | FINB_RT_KEY_NAME | CD_KEY_NAME_PRIMARY | Name eines Tabellenschlüssels | 20040423 | ||
| 3 | ID_READ_ONLY_BUFFER | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Nur aus dem Puffer lesen | 20040423 | ||
| 4 | ID_USED_KEY_FIELDS | Call by reference | Type reference (TYPE) | INT2 | 2 Byte Integer (Signed) | 20040423 | |||
| 5 | IT_KEY_VALUES | Call by reference | Type reference (TYPE) | TABLE | Tabelle mit Teilschlüssel | 20040423 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040423 |
Method SELECT_SINGLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_NO_ENTRY_FOUND | Call by reference | Type reference (TYPE) | BOOLE_D | Kein passender Eintrag gefunden | 20040423 | |||
| 2 | ER_RESULT | Call by reference | Object reference (TYPE REF TO) | DATA | Referenz auf die passende Tabellenzeile | 20040423 | |||
| 3 | ID_KEY_NAME | Call by reference | Type reference (TYPE) | FINB_RT_KEY_NAME | CD_KEY_NAME_PRIMARY | Name einesTabellenschlüssels | 20040423 | ||
| 4 | ID_READ_ONLY_BUFFER | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Nur aus dem Puffer lesen | 20040423 | ||
| 5 | ID_WITH_INTERVAL | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Intervallgrenzen berücksichtigen, falls definiert | 20040423 | ||
| 6 | IS_KEY_VALUES | Call by reference | Type reference (TYPE) | ANY | Struktur mit Werten für die Schlüsselfelder | 20040423 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040423 |
History
| Last changed by/on | SAP | 20060208 |
| SAP Release Created in | 300 |