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 ABAP 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
# 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_VERSION_ACTIVE Constant Private Type reference (TYPE) FINB_RT_VERSION 'A' 20040204
3 GTH_INSTANCE Static Attribute Protected Type reference (TYPE) YTH_INSTANCE 20040122
4 MD_APPLICATION Instance attribute Private Attribute reference (LIKE) 20040423
5 MD_AREAID Instance attribute Private Attribute reference (LIKE) 20040423
6 MD_PROGNAME Instance attribute Protected Type reference (TYPE) PROGNAME 20040122
7 MD_TABLE_LINE_TYPE Instance attribute Private Attribute reference (LIKE) 20040423
8 MD_TABLE_NAME Instance attribute Private Attribute reference (LIKE) 20040423
9 MO_READER Instance attribute Public Object reference (TYPE REF TO) IF_FINB_READER 20040116
10 MTH_COMPONENT Instance attribute Private Type reference (TYPE) FINB_RT_TH_COMPONENT 20040213
11 MT_KEY Instance attribute Private Type reference (TYPE) FINB_RT_T_TABLE_KEY Key of a Runtime Table 20040204
12 MT_KEY_WITH_FLDS Instance attribute Private Type reference (TYPE) FINB_RT_T_TABLE_KEY_WITH_FLDS 20040219
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR 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 Importing ID_APPLICATION Call by reference Type reference (TYPE) FINB_MD_APPLICATION 20040116
2 Importing ID_AREAID Call by reference Type reference (TYPE) FINB_MD_REGID 20040116
3 Importing ID_TABLE_NAME Call by reference Type reference (TYPE) FINB_RT_TABLE_NAME Name der Laufzeittabelle 20040116
4 Importing 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 CX_FINB_RT_TABLE_CONFIG_ERROR 20040116
History
Last changed by/on SAP  20050411 
SAP Release Created in 300