SAP ABAP Class CL_ECATT_UI_PARAMETERIZE_GUI (UI Class for Simplified Parameterization: GUI Drivers)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TWB-TST-ECA (Application Component) eCATT Extended Computer Aided Test Tool
     SECATT_PARAMETERIZATION_UI (Package) eCATT - Simplify Parameterization UI
Properties
Class CL_ECATT_UI_PARAMETERIZE_GUI  
Short Description UI Class for Simplified Parameterization: GUI Drivers    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SECATT_PARAMETERIZATION_UI   eCATT - Simplify Parameterization UI 
Created 20120725   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ECATT_UI_PARAMETERIZE_GUI has no forward declaration.
Interfaces
Class CL_ECATT_UI_PARAMETERIZE_GUI has no interface implemented.
Friends
Class CL_ECATT_UI_PARAMETERIZE_GUI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AP_ALV_GRID Instance attribute Public Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20120725
2 AP_APL_PARAMETERIZE_SGUI Instance attribute Public Object reference (TYPE REF TO) CL_ECATT_APL_PARAMETERIZE_GUI UI Class for Simplified Parameterization: GUI Drivers 20120731
3 AP_APL_PARAMETERIZE_TCD Instance attribute Public Object reference (TYPE REF TO) CL_ECATT_APL_PARAMETERIZE_GUI UI Class for Simplified Parameterization: GUI Drivers 20120725
4 AP_TOC Instance attribute Public Object reference (TYPE REF TO) CL_GUI_TEST_OPERATION_CENTER Test Operation Center (Initial Screen eCATT) 20120725
5 AP_UI_XML Instance attribute Public Object reference (TYPE REF TO) CL_GUI_XML_EDITOR Generic XML Editor 20120725
6 AP_XML_DATA Instance attribute Public Object reference (TYPE REF TO) CL_APL_ECATT_XML_DATA XML Document for eCATT Data (iXML Wrapper Classes) 20120725
7 AT_AUTOPAR Instance attribute Public Type reference (TYPE) ETAUTO_PARAMTER table for auto-parameterization 20120727
8 AT_AUTO_FCAT Instance attribute Public Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20120725
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20120725
2 CREATE_ALV_AUTO_PARAM_DISP_TCD Instance method Public Method Create ALV to display auto parameterization details for TCD 20120725
3 CREATE_ALV_AUTO_PARA_DISP_SGUI Instance method Public Method Create ALV to display auto parameterization details SAPGUI 20120731
4 GET_AUTO_PAR_DATA_SGUI Instance method Public Method Get Auto Params data for SAPGUI driver 20120731
5 GET_AUTO_PAR_DATA_TCD Instance method Public Method Get Auto Params data for TCD driver 20120730
6 GET_CMDI_DATA Instance method Public Method Get the CMD Interface Params data 20120725
7 ON_DATA_CHANGED Instance method Protected Event handling method 20120730
8 ON_DATA_CHANGED_FINISHED Instance method Protected Event handling method Handler for Data Change Finished 20120727
9 ON_F4 Instance method Protected Event handling method Handler for F4 20120727
10 ON_F4_SGUI Instance method Protected Event handling method Handler for F4 20120919
11 ON_TOOLBAR Instance method Protected Event handling method Handler for toolbar events 20120727
12 ON_USER_COMMAND Instance method Protected Event handling method 20120730
13 PREPARE_FIELD_CATALOG Instance method Public Method Prepare the Field Catalog for TCD 20120725
14 PREPARE_FIELD_CATALOG_SGUI Instance method Public Method Prepare the field catalog for SAPGUI 20120811
15 SET_STYLE_FIELD_CATALOG Instance method Public Method Set the style into Field Catalog for TCD 20120725
16 SET_STYLE_FIELD_CATALOG_SGUI Instance method Public Method Set the style into Field Catalog for SAPGUI 20120811
Events
Class CL_ECATT_UI_PARAMETERIZE_GUI has no event.
Types
Class CL_ECATT_UI_PARAMETERIZE_GUI has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_APL_PARAMETERIZE_GUI Call by reference Object reference (TYPE REF TO) CL_ECATT_APL_PARAMETERIZE_GUI UI Class for Simplified Parameterization: GUI Drivers 20120725

Method CONSTRUCTOR on class CL_ECATT_UI_PARAMETERIZE_GUI has no exception.

Method CREATE_ALV_AUTO_PARAM_DISP_TCD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CC_AUTO_PARAM Call by reference Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20120725
2 Importing IT_AUTOPAR Call by reference Type reference (TYPE) ETAUTO_PARAMTER table for auto-parameterization 20120730

Method CREATE_ALV_AUTO_PARAM_DISP_TCD on class CL_ECATT_UI_PARAMETERIZE_GUI has no exception.

Method CREATE_ALV_AUTO_PARA_DISP_SGUI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CC_AUTO_PARAM Call by reference Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20120731
2 Importing IT_AUTOPAR Call by reference Type reference (TYPE) ETAUTO_PARAMTER table for auto-parameterization 20120731

Method CREATE_ALV_AUTO_PARA_DISP_SGUI on class CL_ECATT_UI_PARAMETERIZE_GUI has no exception.

Method GET_AUTO_PAR_DATA_SGUI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_AUTOPAR Call by reference Type reference (TYPE) ETAUTO_PARAMTER table for auto-parameterization 20120731
2 Exporting EX_MSG Call by reference Type reference (TYPE) STRING 20120731
3 Importing IM_RFCD Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20120731

Method GET_AUTO_PAR_DATA_SGUI on class CL_ECATT_UI_PARAMETERIZE_GUI has no exception.

Method GET_AUTO_PAR_DATA_TCD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_AUTOPAR Call by reference Type reference (TYPE) ETAUTO_PARAMTER table for auto-parameterization 20120730
2 Exporting EX_MSG Call by reference Type reference (TYPE) STRING 20120730
3 Importing IM_RFCD Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20120730
4 Importing IV_NODE_LEVEL Call by reference Type reference (TYPE) I 2 byte integer (signed) 20120730

Method GET_AUTO_PAR_DATA_TCD on class CL_ECATT_UI_PARAMETERIZE_GUI has no exception.

Method GET_CMDI_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ECATT_SCRIPT Call by reference Object reference (TYPE REF TO) CL_APL_ECATT_SCRIPT eCATT - Script 20120725
2 Exporting EX_UI_XML Call by reference Object reference (TYPE REF TO) CL_GUI_XML_EDITOR Generic XML Editor 20120730
3 Exporting EX_XML_DATA Call by reference Object reference (TYPE REF TO) CL_APL_ECATT_XML_DATA XML Document for eCATT Data (iXML Wrapper Classes) 20120730

Method GET_CMDI_DATA on class CL_ECATT_UI_PARAMETERIZE_GUI has no exception.

Method ON_DATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ER_DATA_CHANGED Value transfer Attribute reference (LIKE) 20120730

Method ON_DATA_CHANGED on class CL_ECATT_UI_PARAMETERIZE_GUI has no exception.

Method ON_DATA_CHANGED_FINISHED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ET_GOOD_CELLS Value transfer Attribute reference (LIKE) ALV Control: Table of Modified Cells for the Application 20120727

Method ON_DATA_CHANGED_FINISHED on class CL_ECATT_UI_PARAMETERIZE_GUI has no exception.

Method ON_F4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_FIELDNAME Value transfer Attribute reference (LIKE) ALV control: Field name of internal table field 20120727

Method ON_F4 on class CL_ECATT_UI_PARAMETERIZE_GUI has no exception.

Method ON_F4_SGUI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_FIELDNAME Value transfer Attribute reference (LIKE) ALV control: Field name of internal table field 20120919

Method ON_F4_SGUI on class CL_ECATT_UI_PARAMETERIZE_GUI has no exception.

Method ON_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Value transfer Attribute reference (LIKE) ALV Context Menu 20120727

Method ON_TOOLBAR on class CL_ECATT_UI_PARAMETERIZE_GUI has no exception.

Method ON_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Value transfer Attribute reference (LIKE) 20120730

Method ON_USER_COMMAND on class CL_ECATT_UI_PARAMETERIZE_GUI has no exception.

Method PREPARE_FIELD_CATALOG Signature

Method PREPARE_FIELD_CATALOG on class CL_ECATT_UI_PARAMETERIZE_GUI has no parameter.
Method PREPARE_FIELD_CATALOG on class CL_ECATT_UI_PARAMETERIZE_GUI has no exception.

Method PREPARE_FIELD_CATALOG_SGUI Signature

Method PREPARE_FIELD_CATALOG_SGUI on class CL_ECATT_UI_PARAMETERIZE_GUI has no parameter.
Method PREPARE_FIELD_CATALOG_SGUI on class CL_ECATT_UI_PARAMETERIZE_GUI has no exception.

Method SET_STYLE_FIELD_CATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_AUTOPAR Call by reference Type reference (TYPE) ETAUTO_PARAMTER table for auto-parameterization 20120725

Method SET_STYLE_FIELD_CATALOG on class CL_ECATT_UI_PARAMETERIZE_GUI has no exception.

Method SET_STYLE_FIELD_CATALOG_SGUI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_AUTOPAR Call by reference Type reference (TYPE) ETAUTO_PARAMTER table for auto-parameterization 20120811

Method SET_STYLE_FIELD_CATALOG_SGUI on class CL_ECATT_UI_PARAMETERIZE_GUI has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740