SAP ABAP Interface IF_FINB_RT_TABLE (Runtime Table)
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 composition (i COMPRISING i_ref) | IF_FINB_RT_FULL_ACCESS_TABLE | Runtime Table with Direct Data Access Using References | 20040423 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FINB_RT_TABLE | Runtime Table | 20040116 |
Properties
Interface | IF_FINB_RT_TABLE | |
Short Description | Runtime Table |
General Data
Package | FINB_RUNTIME | Runtime Services |
Created | 20020214 | SAP |
Last changed | 20041209 | 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_READER | Read Interface | 20040305 |
Friends
Interface IF_FINB_RT_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) | Name of a Table Key | 20040423 | |||
2 | CD_KEY_NAME_SECONDARY | Instance attribute | Public | Attribute reference (LIKE) | Name of a Table Key | 20040423 | |||
3 | MD_APPLICATION | Instance attribute | Public | Attribute reference (LIKE) | 20040423 | ||||
4 | MD_AREAID | Instance attribute | Public | Attribute reference (LIKE) | 20040423 | ||||
5 | MD_TABLE_LINE_TYPE | Instance attribute | Public | Attribute reference (LIKE) | DDIC Type of a Table Row | 20040423 | |||
6 | MD_TABLE_NAME | Instance attribute | Public | Attribute reference (LIKE) | Name of Runtime Table | 20040423 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Deletes Table Rows | 20040116 |
2 | ![]() |
Instance method | Public | Method | Deletes Table Rows using Partial Key | 20040907 |
3 | ![]() |
Instance method | Public | Method | Gets Components of Runtime Table | 20040204 |
4 | ![]() |
Instance method | Public | Method | 20040204 | |
5 | ![]() |
Instance method | Public | Method | Gets Total Table | 20040126 |
6 | ![]() |
Instance method | Public | Method | Adds New Rows | 20040116 |
7 | ![]() |
Instance method | Public | Method | Deletes Contents of Table | 20040116 |
8 | ![]() |
Instance method | Public | Method | Selection Using Condition or SELTAB | 20040305 |
9 | ![]() |
Instance method | Public | Method | Selection Using Partial Key | 20040305 |
10 | ![]() |
Instance method | Public | Method | Selection of many Entries Using a Key | 20040305 |
11 | ![]() |
Instance method | Public | Method | Selection of a Single Record | 20040305 |
12 | ![]() |
Instance method | Public | Method | Changes Table Rows | 20040126 |
Events
Interface IF_FINB_RT_TABLE has no event.
Types
Interface IF_FINB_RT_TABLE has no local type.
Method Signatures
Method DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_LINE_FOR_DELETE | Call by reference | Type reference (TYPE) | ANY | Zu löschenden Zeile (Struktur muß Primärschlüssel enthalten) | 20040126 | ||
2 | ![]() |
IT_LINES_FOR_DELETE | Call by reference | Type reference (TYPE) | ANY TABLE | Zu löschenden Zeilen (Tabelle muß Primärschlüssel enthalten) | 20040126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20040116 |
Method DELETE_BY_PARTIAL_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_KEY_NAME | Call by reference | Type reference (TYPE) | FINB_RT_KEY_NAME | CD_KEY_NAME_PRIMARY | Name eines Tabellenschlüssels | 20040907 | |
2 | ![]() |
ID_USED_KEY_FIELDS | Call by reference | Type reference (TYPE) | INT2 | Anzahl der benutzten Schlüsselfelder | 20040907 | ||
3 | ![]() |
IT_KEY_VALUES | Call by reference | Type reference (TYPE) | TABLE | Tabelle mit Teilschlüssel | 20040907 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20040907 |
Method GET_COMPONENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RTH_COMPONENT | Value transfer | Type reference (TYPE) | FINB_RT_TH_COMPONENT | Komponenten | 20040213 |
Method GET_COMPONENTS on Interface IF_FINB_RT_TABLE has no exception.
Method GET_KEYS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_KEY | Value transfer | Type reference (TYPE) | FINB_RT_T_TABLE_KEY_WITH_FLDS | Schlüssel der Laufzeittabelle | 20040204 |
Method GET_KEYS on Interface IF_FINB_RT_TABLE has no exception.
Method GET_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETS_TABLE | Value transfer | Type reference (TYPE) | SORTED TABLE | 20040126 | |||
2 | ![]() |
ET_TABLE | Value transfer | Type reference (TYPE) | STANDARD TABLE | 20040526 |
Method GET_TABLE on Interface IF_FINB_RT_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_FALSE | Zuerst prüfen, ob der Satz schon vorhanden ist | 20040303 | |
2 | ![]() |
IS_LINE_FOR_INSERT | Call by reference | Type reference (TYPE) | ANY | Einzufügende Zeile (mit der Struktur MD_TABLE_LINE_TYPE) | 20040126 | ||
3 | ![]() |
IT_LINES_FOR_INSERT | Call by reference | Type reference (TYPE) | ANY TABLE | Einzufügende Zeilen (mit der Struktur MD_TABLE_LINE_TYPE) | 20040126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20040116 |
Method REFRESH Signature
Method REFRESH on Interface IF_FINB_RT_TABLE has no parameter.
Method REFRESH on Interface IF_FINB_RT_TABLE has no exception.
Method SELECT Signature
Method SELECT on Interface IF_FINB_RT_TABLE has no parameter.
Method SELECT on Interface IF_FINB_RT_TABLE has no exception.
Method SELECT_BY_PARTIAL_KEY Signature
Method SELECT_BY_PARTIAL_KEY on Interface IF_FINB_RT_TABLE has no parameter.
Method SELECT_BY_PARTIAL_KEY on Interface IF_FINB_RT_TABLE has no exception.
Method SELECT_MULTI_BY_KEY Signature
Method SELECT_MULTI_BY_KEY on Interface IF_FINB_RT_TABLE has no parameter.
Method SELECT_MULTI_BY_KEY on Interface IF_FINB_RT_TABLE has no exception.
Method SELECT_SINGLE Signature
Method SELECT_SINGLE on Interface IF_FINB_RT_TABLE has no parameter.
Method SELECT_SINGLE on Interface IF_FINB_RT_TABLE has no exception.
Method UPDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_LINE_FOR_UPDATE | Call by reference | Type reference (TYPE) | ANY | Neue Werte für eine Zeile (mit Typ MD_TABLE_LINE_TYPE) | 20040126 | ||
2 | ![]() |
IT_LINES_FOR_UPDATE | Call by reference | Type reference (TYPE) | ANY TABLE | Neue Werte für Zeilen (mit Zeilentyp MD_TABLE_LINE_TYPE) | 20040126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20040126 |
History
Last changed by/on | SAP | 20041209 |
SAP Release Created in | 300 |