SAP ABAP Class CL_FINB_RT_TABLE (Runtime Table)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FB-SRV (Application Component) Services
⤷
FINB_RUNTIME (Package) Runtime Services
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES 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) | IF_FINB_RT_READER | Read Interface | 20040305 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FINB_RT_TABLE | Runtime Table | 20040116 |
Properties
| Class | CL_FINB_RT_TABLE | |
| Short Description | Runtime Table | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FINB_RUNTIME | Runtime Services |
| Created | 20040115 | SAP |
| Last change | 20050411 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FINB_RT_FULL_ACCESS_TABLE | Runtime Table with Direct Data Access Using References | 20040423 | ||
| 2 | IF_FINB_RT_READER | Read Interface | 20040305 | ||
| 3 | IF_FINB_RT_TABLE | Runtime Table | 20040116 |
Friends
Class CL_FINB_RT_TABLE has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20040115 |
Events
Class CL_FINB_RT_TABLE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_INSTANCE | Protected | See coding | 20040122 | BEGIN OF ys_instance,
application TYPE ug_application,
areaid TYPE ug_areaid,
table_name TYPE finb_rt_table_name,
o_table TYPE REF TO cl_finb_rt_table,
END OF ys_instance
|
||
| 2 | YTH_INSTANCE | Protected | See coding | 20040122 | yth_instance TYPE HASHED TABLE OF ys_instance
WITH UNIQUE KEY application areaid table_name
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_APPLICATION | Call by reference | Type reference (TYPE) | FINB_MD_APPLICATION | 20040116 | ||||
| 2 | ID_AREAID | Call by reference | Type reference (TYPE) | FINB_MD_REGID | 20040116 | ||||
| 3 | ID_TABLE_NAME | Call by reference | Type reference (TYPE) | FINB_RT_TABLE_NAME | Name der Laufzeittabelle | 20040116 | |||
| 4 | IO_READER | Call by reference | Object reference (TYPE REF TO) | IF_FINB_READER | Reader-instanz zum Laden von Daten in den Select-Methoden | 20040116 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040116 |
History
| Last changed by/on | SAP | 20050411 |
| SAP Release Created in | 300 |