SAP ABAP Interface IF_FINB_RT_READER (Read Interface)
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_TABLE | Runtime Table | 20040305 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FINB_RT_TABLE | Runtime Table | 20040305 |
Properties
Interface | IF_FINB_RT_READER | |
Short Description | Read Interface |
General Data
Package | FINB_RUNTIME | Runtime Services |
Created | 20040305 | SAP |
Last changed | 20050411 | 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 IF_FINB_RT_READER has no interface.
Friends
Interface IF_FINB_RT_READER has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CD_FIELDNAME_DB_STATUS | Constant | Public | Type reference (TYPE) | FINB_MD_FIELDNAME | 'FINB_DB_STATUS' | 20040526 | ||
2 | CD_KEY_NAME_PRIMARY | Constant | Public | Type reference (TYPE) | FINB_RT_KEY_NAME | 'PRIM' | Name of a Table Key | 20040305 | |
3 | CD_KEY_NAME_SECONDARY | Constant | Public | Type reference (TYPE) | FINB_RT_KEY_NAME | 'SCND' | Name of a Table Key | 20040305 | |
4 | MD_APPLICATION | Instance attribute | Public | Type reference (TYPE) | FINB_MD_APPLICATION | 20040305 | |||
5 | MD_AREAID | Instance attribute | Public | Type reference (TYPE) | FINB_MD_REGID | 20040305 | |||
6 | MD_TABLE_LINE_TYPE | Instance attribute | Public | Type reference (TYPE) | TYPENAME | DDIC Type of a Table Row | 20040305 | ||
7 | MD_TABLE_NAME | Instance attribute | Public | Type reference (TYPE) | FINB_RT_TABLE_NAME | Name of Runtime Table | 20040305 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Gets Components of Runtime Table | 20040305 |
2 | ![]() |
Instance method | Public | Method | 20040305 | |
3 | ![]() |
Instance method | Public | Method | Selection Using Condition or SELTAB | 20040305 |
4 | ![]() |
Instance method | Public | Method | Selection Using Partial Key | 20040305 |
5 | ![]() |
Instance method | Public | Method | Selection of many Entries Using a Key | 20040305 |
6 | ![]() |
Instance method | Public | Method | Selection of a Single Record | 20040305 |
Events
Interface IF_FINB_RT_READER has no event.
Types
Interface IF_FINB_RT_READER has no local type.
Method Signatures
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 | 20040305 |
Method GET_COMPONENTS on Interface IF_FINB_RT_READER 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 | 20040305 |
Method GET_KEYS on Interface IF_FINB_RT_READER has no exception.
Method SELECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | STANDARD TABLE | Tabellenzeilen, die der Selektion entsprechen | 20040305 | ||
2 | ![]() |
ID_READ_ONLY_BUFFER | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20040305 | |
3 | ![]() |
IO_CONDITION | Call by reference | Object reference (TYPE REF TO) | CL_FINB_CONDITION | Bedingung | 20040305 | ||
4 | ![]() |
IT_SEL_TAB | Call by reference | Type reference (TYPE) | FINB_SEL_TAB | Selektionstabelle mit Feldnamen | 20040305 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20040305 |
Method SELECT_BY_PARTIAL_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | STANDARD TABLE | Passende Tabelleneinträge | 20040305 | ||
2 | ![]() |
ID_KEY_NAME | Call by reference | Type reference (TYPE) | FINB_RT_KEY_NAME | CD_KEY_NAME_PRIMARY | Name eines Tabellenschlüssels | 20040305 | |
3 | ![]() |
ID_READ_ONLY_BUFFER | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Nur aus dem Puffer lesen | 20040305 | |
4 | ![]() |
ID_USED_KEY_FIELDS | Call by reference | Type reference (TYPE) | INT2 | Anzahl der benutzten Schlüsselfelder | 20040305 | ||
5 | ![]() |
IT_KEY_VALUES | Call by reference | Type reference (TYPE) | TABLE | Tabelle mit Teilschlüssel | 20040305 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20040305 |
Method SELECT_MULTI_BY_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | STANDARD TABLE | Passende Tabelleneinträge | 20040305 | ||
2 | ![]() |
ID_KEY_NAME | Call by reference | Type reference (TYPE) | FINB_RT_KEY_NAME | CD_KEY_NAME_PRIMARY | Name einesTabellenschlüssels | 20040305 | |
3 | ![]() |
ID_READ_ONLY_BUFFER | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Nur aus dem Puffer lesen | 20040305 | |
4 | ![]() |
ID_WITH_INTERVAL | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Intervallgrenzen berücksichtigen, falls definiert | 20040305 | |
5 | ![]() |
IT_KEY_VALUES | Call by reference | Type reference (TYPE) | TABLE | Tabelle mit Werten alle Schlüsselfelder | 20040305 | ||
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 | 20040305 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20040305 |
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 | 20040305 | ||
2 | ![]() |
ES_RESULT | Call by reference | Type reference (TYPE) | ANY | Inhalt des gefundenen Tabelleneintrags | 20040305 | ||
3 | ![]() |
ID_KEY_NAME | Call by reference | Type reference (TYPE) | FINB_RT_KEY_NAME | CD_KEY_NAME_PRIMARY | Schlüssel, über den selektiert werden soll | 20040305 | |
4 | ![]() |
ID_READ_ONLY_BUFFER | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Nur aus dem Puffer lesen | 20040305 | |
5 | ![]() |
ID_WITH_INTERVAL | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Intervallgrenzen berücksichtigen, falls definiert | 20040305 | |
6 | ![]() |
IS_KEY_VALUES | Call by reference | Type reference (TYPE) | ANY | Struktur mit Werten für die Schlüsselfelder | 20040305 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20040305 |
History
Last changed by/on | SAP | 20050411 |
SAP Release Created in | 300 |