SAP ABAP Class CL_USMDZ3_DYN_TAB_SELECTION (Dynamic Table Selection)
Hierarchy
MDG_FND (Software Component) MDG Foundation
   CA-MDG-APP-FIN (Application Component) MDG for Financials
     USMDZ3 (Package) User Interface
Properties
Class CL_USMDZ3_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 USMDZ3   User Interface 
Created 20080513   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_USMDZ3_DYN_TAB_SELECTION has no interface implemented.
Friends
Class CL_USMDZ3_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 20080514
2 DT_INSTANCE Static Attribute Private See coding 20080513
Methods
# Method Level Visibility Method type Description Created on
1 GET_INSTANCE Static method Public Method Retrieve Instances 20080513
2 SELECT_DATA_OF_DB_TAB_REF Instance method Public Method Dynamic Data Selection from Database Tables by Reference 20080514
3 SELECT_DATA_OF_DB_TAB_STAT Static method Public Method Dynamic Data Selection from Database Tables (Static) 20080514
Events
Class CL_USMDZ3_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 20080513 BEGIN OF s_dyn_sel_instance, TABNAME TYPE TABNAME, o_class_ref TYPE REF TO cl_usmdz3_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_USMDZ3_DYN_TAB_SELECTION Dynamische Tabellen-Selektion 20080513
2 Importing I_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20080514

Method GET_INSTANCE on class CL_USMDZ3_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 20080516
2 Exporting ER_T_DATA Call by reference Object reference (TYPE REF TO) DATA Dynamische interne Tabelle 20080514
3 Importing I_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20080514

Method SELECT_DATA_OF_DB_TAB_REF on class CL_USMDZ3_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 20080516
2 Exporting ER_T_DATA Call by reference Object reference (TYPE REF TO) DATA Dynamische interne Tabelle 20080514
3 Importing I_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20080514

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