SAP ABAP Class CL_CCMSBI_WAST_CFG_TESTENV (Auxiliary Class for Configuration Data Test Tool)
Hierarchy
PI_BASIS (Software Component) Basis Plug-In
   CA (Application Component) Cross-Application Components
     RS_BCT_CCMS_STAT_EXTRACTORS (Package) Extractors for R/3- and Non-R/3-Statistics Data
Properties
Class CL_CCMSBI_WAST_CFG_TESTENV  
Short Description Auxiliary Class for Configuration Data Test Tool    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RS_BCT_CCMS_STAT_EXTRACTORS   Extractors for R/3- and Non-R/3-Statistics Data 
Created 20041227   SAP 
Last change 20080612   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CCMSBI_WAST_CFG_TESTENV has no forward declaration.
Interfaces
Class CL_CCMSBI_WAST_CFG_TESTENV has no interface implemented.
Friends
Class CL_CCMSBI_WAST_CFG_TESTENV has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 API_CC Static Attribute Public Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20041227
2 CTX_CC Static Attribute Public Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Context of the Component Controller 20041227
3 CTX_CFG_VIEW Static Attribute Public Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Context of the Delta Pointer View 20041227
4 CTX_CFG_VIEW_E Static Attribute Protected Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Interface for Context Node 20050218
5 CTX_CFG_VIEW_SEL Static Attribute Public Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Selection Node in Context of Delta Pointer View 20041227
6 CTX_CFG_VIEW_SEL_E Static Attribute Protected Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Interface for Context Node 20050218
7 CTX_CFG_VIEW_TAB Static Attribute Public Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Table Node in Context of Delta Pointer View 20041227
8 CTX_CFG_VIEW_TAB_E Static Attribute Protected Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Interface for Context Node 20050218
9 TO_DELETE Static Attribute Protected Type reference (TYPE) CCMSBI_WAST_CONF_TAB Table for Configuration Data for BI Export of Statistic D 20041228
10 WINMAN_CC Static Attribute Public Object reference (TYPE REF TO) IF_WD_WINDOW_MANAGER 20041227
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ROW_EX Static method Public Method Insert line 20050218
2 ADD_TCODE_PARAM Static method Public Method Create Tcode Parameter and Append to Table 20041228
3 DELETE_ROW Static method Public Method Delete Line from Web Dynpro Table 20041228
4 DELETE_ROW_EX Static method Public Method Delete Line from Web Dynpro Table (Extractor Settings) 20050218
5 GET_CFG_DEFAULT_FLAG Static method Public Method Indicates Whether Defaults Should Be Generated 20041227
6 LOAD_CONFIG_DATA Static method Public Method Read Pointer and Fill in Web Dynpro Table 20041227
7 LOAD_EXTR_CONFIG Static method Public Method Load Extractor Configuration Data 20050218
8 SAVE_CONFIG_DATA Static method Public Method Save Pointer in Database 20041227
9 SAVE_EXTR_CONFIG Static method Public Method Save Extractor Configuration Data 20050218
10 SET_CC_REFS Static method Public Method Component Controller References 20041227
11 SET_PARAMTYPE_DROPDOWN Static method Public Method Fill Web Dynpro Dropdown Box for Parameter Type 20041227
12 SET_VIEW_CONTEXT_REF2 Static method Public Method Set References to View Context Node (CONFIG_EXTR) 20050218
13 SET_VIEW_CONTEXT_REFS Static method Public Method Set References to View Context Node (CONFIGDATA_VIEW) 20041227
Events
Class CL_CCMSBI_WAST_CFG_TESTENV has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 STRINGSTRUC Private See coding 20041227 begin of STRINGSTRUC, field type string, end of STRINGSTRUC
2 STRINGTAB Private See coding 20041227 stringtab type table of stringstruc
Method Signatures

Method ADD_ROW_EX Signature

Method ADD_ROW_EX on class CL_CCMSBI_WAST_CFG_TESTENV has no parameter.
Method ADD_ROW_EX on class CL_CCMSBI_WAST_CFG_TESTENV has no exception.

Method ADD_TCODE_PARAM Signature

Method ADD_TCODE_PARAM on class CL_CCMSBI_WAST_CFG_TESTENV has no parameter.
Method ADD_TCODE_PARAM on class CL_CCMSBI_WAST_CFG_TESTENV has no exception.

Method DELETE_ROW Signature

Method DELETE_ROW on class CL_CCMSBI_WAST_CFG_TESTENV has no parameter.
Method DELETE_ROW on class CL_CCMSBI_WAST_CFG_TESTENV has no exception.

Method DELETE_ROW_EX Signature

Method DELETE_ROW_EX on class CL_CCMSBI_WAST_CFG_TESTENV has no parameter.
Method DELETE_ROW_EX on class CL_CCMSBI_WAST_CFG_TESTENV has no exception.

Method GET_CFG_DEFAULT_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLAG Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20041227

Method GET_CFG_DEFAULT_FLAG on class CL_CCMSBI_WAST_CFG_TESTENV has no exception.

Method LOAD_CONFIG_DATA Signature

Method LOAD_CONFIG_DATA on class CL_CCMSBI_WAST_CFG_TESTENV has no parameter.
Method LOAD_CONFIG_DATA on class CL_CCMSBI_WAST_CFG_TESTENV has no exception.

Method LOAD_EXTR_CONFIG Signature

Method LOAD_EXTR_CONFIG on class CL_CCMSBI_WAST_CFG_TESTENV has no parameter.
Method LOAD_EXTR_CONFIG on class CL_CCMSBI_WAST_CFG_TESTENV has no exception.

Method SAVE_CONFIG_DATA Signature

Method SAVE_CONFIG_DATA on class CL_CCMSBI_WAST_CFG_TESTENV has no parameter.
Method SAVE_CONFIG_DATA on class CL_CCMSBI_WAST_CFG_TESTENV has no exception.

Method SAVE_EXTR_CONFIG Signature

Method SAVE_EXTR_CONFIG on class CL_CCMSBI_WAST_CFG_TESTENV has no parameter.
Method SAVE_EXTR_CONFIG on class CL_CCMSBI_WAST_CFG_TESTENV has no exception.

Method SET_CC_REFS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing API_CC_IN Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20041227
2 Importing CTX_CC_IN Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20041227

Method SET_CC_REFS on class CL_CCMSBI_WAST_CFG_TESTENV has no exception.

Method SET_PARAMTYPE_DROPDOWN Signature

Method SET_PARAMTYPE_DROPDOWN on class CL_CCMSBI_WAST_CFG_TESTENV has no parameter.
Method SET_PARAMTYPE_DROPDOWN on class CL_CCMSBI_WAST_CFG_TESTENV has no exception.

Method SET_VIEW_CONTEXT_REF2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CTX_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20050218

Method SET_VIEW_CONTEXT_REF2 on class CL_CCMSBI_WAST_CFG_TESTENV has no exception.

Method SET_VIEW_CONTEXT_REFS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CTX_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20041227

Method SET_VIEW_CONTEXT_REFS on class CL_CCMSBI_WAST_CFG_TESTENV has no exception.
History
Last changed by/on SAP  20080612 
SAP Release Created in 2005_1_700