SAP ABAP Class CL_USMDA3_DYN_TAB_SELECTION (Dynamic Table Selection)
Hierarchy
MDG_FND (Software Component) MDG Foundation
   CA-MDG-APP-FIN (Application Component) MDG for Financials
     USMDA3 (Package) Chart of Accounts: User Interface
Properties
Class CL_USMDA3_DYN_TAB_SELECTION  
Short Description Dynamic Table Selection    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package USMDA3   Chart of Accounts: User Interface 
Created 20090309   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RSDS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_USMDA3_DYN_TAB_SELECTION has no interface implemented.
Friends
Class CL_USMDA3_DYN_TAB_SELECTION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DR_T_DATA Instance attribute Public Object reference (TYPE REF TO) DATA 20090309
2 DT_INSTANCE Static Attribute Private See coding 20090309
Methods
# Method Level Visibility Method type Description Created on
1 GET_INSTANCE Static method Public Method Retrieve Instances 20090309
2 SELECT_DATA_OF_DB_TAB_REF Instance method Public Method Dynamic Data Selection from Database Tables by Reference 20090309
3 SELECT_DATA_OF_DB_TAB_STAT Static method Public Method Dynamic Data Selection from Database Tables (Static) 20090309
Events
Class CL_USMDA3_DYN_TAB_SELECTION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_DYN_SEL_INSTANCE Private See coding 20090309 BEGIN OF s_dyn_sel_instance, TABNAME TYPE TABNAME, o_class_ref TYPE REF TO CL_USMDA3_DYN_TAB_SELECTION, END OF s_dyn_sel_instance
Method Signatures

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_OR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_USMDA3_DYN_TAB_SELECTION Dynamische Tabellen-Selektion 20090309
2 Importing I_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20090309

Method GET_INSTANCE on class CL_USMDA3_DYN_TAB_SELECTION has no exception.

Method SELECT_DATA_OF_DB_TAB_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SELOPT Call by reference Type reference (TYPE) DDSHSELOPS Selektionsoptionen für Suchhilfen 20090309
2 Exporting ER_T_DATA Call by reference Object reference (TYPE REF TO) DATA Dynamische interne Tabelle 20090309
3 Importing I_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20090309

Method SELECT_DATA_OF_DB_TAB_REF on class CL_USMDA3_DYN_TAB_SELECTION has no exception.

Method SELECT_DATA_OF_DB_TAB_STAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SELOPT Call by reference Type reference (TYPE) DDSHSELOPS Selektionsoptionen für Suchhilfen 20090309
2 Exporting ER_T_DATA Call by reference Object reference (TYPE REF TO) DATA Dynamische interne Tabelle 20090309
3 Importing I_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20090309

Method SELECT_DATA_OF_DB_TAB_STAT on class CL_USMDA3_DYN_TAB_SELECTION has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702