SAP ABAP Class CL_WB_TESTTOOL_ALV_VIEW (Test Environment ALV View)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-FUB (Application Component) Function Builder
     SFCS (Package) Function Builder
Properties
Class CL_WB_TESTTOOL_ALV_VIEW  
Short Description Test Environment ALV View    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFCS   Function Builder 
Created 20040126   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WB_TESTTOOL_ALV_VIEW has no forward declaration.
Interfaces
Class CL_WB_TESTTOOL_ALV_VIEW has no interface implemented.
Friends
Class CL_WB_TESTTOOL_ALV_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALV_GRID Instance attribute Public Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20040126
2 ALV_GRID_CHANGED Instance attribute Private Type reference (TYPE) CHAR1 alv_changed 20040129
3 FDESC Instance attribute Public Object reference (TYPE REF TO) DATA 20040126
4 FIELDCATALOG Instance attribute Protected Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20040126
5 OBJ_NAME Instance attribute Private Type reference (TYPE) SOBJ_NAME Object Name in Object Directory 20040126
6 OBJ_TYPE Instance attribute Private Type reference (TYPE) TROBJTYPE Object Type 20040126
7 STRUC_INFO_TABLE Instance attribute Public Object reference (TYPE REF TO) DATA 20040318
8 TABLE_POINTER Instance attribute Protected Type reference (TYPE) TEST_FUNC_TAB1 WB Test Environment 20040126
9 TESTSTEP Instance attribute Public Type reference (TYPE) CHAR3 3-Byte Field 20040126
10 TOOLBAR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TOOLBAR Toolbar Control 20040126
Methods
# Method Level Visibility Method type Description Created on
1 ADJUST_COLUMN_AREA Instance method Private Method 20040126
2 CONSTRUCTOR Instance method Public Constructor 20040126
3 CREATE_CONTROL Instance method Public Method 20040126
4 DESTROY_CONTROL Instance method Public Method 20040126
5 FILL_OUTLINE Instance method Private Method Fill Output Line 20040127
6 FILL_OUTLINE_EXC_CL Instance method Private Method Fill Output Line 20060120
7 FILL_PARAM_VALUE Instance method Private Method Fill Parameter Value 20040128
8 ON_CONTEXT_MENU_REQUEST Instance method Private Event handling method 20040126
9 ON_DATA_CHANGED Instance method Private Event handling method 20040126
10 ON_HOTSPOT_CLICK Instance method Private Event handling method 20040126
11 ON_USER_COMMAND Instance method Private Event handling method Reaction to User Input 20040130
12 RESFRESH_DATA_IN_CONTROL Instance method Public Method Updates Data After Execution 20040204
13 SELECT_DATA_AND_FILL_TAB Instance method Private Method Fill Data 20040126
Events
Class CL_WB_TESTTOOL_ALV_VIEW has no event.
Types
Class CL_WB_TESTTOOL_ALV_VIEW has no local type.
Method Signatures

Method ADJUST_COLUMN_AREA Signature

Method ADJUST_COLUMN_AREA on class CL_WB_TESTTOOL_ALV_VIEW has no parameter.
Method ADJUST_COLUMN_AREA on class CL_WB_TESTTOOL_ALV_VIEW has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FDESC Call by reference Type reference (TYPE) ANY TABLE 20040126
2 Importing IT_STRUC_INFO_TABLE Call by reference Type reference (TYPE) ANY TABLE 20040318
3 Importing I_TESTSTEP Call by reference Type reference (TYPE) CHAR3 Feld der Laenge 3 Bytes 20040126
4 Importing OBJ_NAME Call by reference Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20040126
5 Importing OBJ_TYPE Call by reference Type reference (TYPE) TROBJTYPE Objekttyp 20040126

Method CONSTRUCTOR on class CL_WB_TESTTOOL_ALV_VIEW has no exception.

Method CREATE_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20040126

Method CREATE_CONTROL on class CL_WB_TESTTOOL_ALV_VIEW has no exception.

Method DESTROY_CONTROL Signature

Method DESTROY_CONTROL on class CL_WB_TESTTOOL_ALV_VIEW has no parameter.
Method DESTROY_CONTROL on class CL_WB_TESTTOOL_ALV_VIEW has no exception.

Method FILL_OUTLINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing L_OUTLINE Call by reference Type reference (TYPE) TEST_FUNC_ALV WB Testumgebung 20040127
2 Importing PARAM_DESC Call by reference Type reference (TYPE) ANY 20040127

Method FILL_OUTLINE on class CL_WB_TESTTOOL_ALV_VIEW has no exception.

Method FILL_OUTLINE_EXC_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing L_OUTLINE Call by reference Type reference (TYPE) TEST_FUNC_ALV WB Testumgebung 20060120
2 Importing PARAM_DESC Call by reference Type reference (TYPE) ANY 20060120

Method FILL_OUTLINE_EXC_CL on class CL_WB_TESTTOOL_ALV_VIEW has no exception.

Method FILL_PARAM_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_COLUMN Call by reference Type reference (TYPE) LVC_S_COL ALV-Control: Spalten-ID 20040128
2 Importing E_ROW Call by reference Type reference (TYPE) LVC_S_ROW ALV-Control: Beschreibung einer Zeile 20040128
# Exception Resumable Description Created on
1 ERROR_OCCURED Fehler 20040218

Method ON_CONTEXT_MENU_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Call by reference Attribute reference (LIKE) 20040126

Method ON_CONTEXT_MENU_REQUEST on class CL_WB_TESTTOOL_ALV_VIEW 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 Call by reference Attribute reference (LIKE) 20040126
2 Importing E_UCOMM Call by reference Attribute reference (LIKE) 20040126

Method ON_DATA_CHANGED on class CL_WB_TESTTOOL_ALV_VIEW has no exception.

Method ON_HOTSPOT_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20040126
2 Importing E_COLUMN_ID Call by reference Attribute reference (LIKE) 20040126
3 Importing E_ROW_ID Call by reference Attribute reference (LIKE) 20040126

Method ON_HOTSPOT_CLICK on class CL_WB_TESTTOOL_ALV_VIEW 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 Call by reference Attribute reference (LIKE) 20040130

Method ON_USER_COMMAND on class CL_WB_TESTTOOL_ALV_VIEW has no exception.

Method RESFRESH_DATA_IN_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TESTSTEP Call by reference Type reference (TYPE) CHAR3 Feld der Laenge 3 Bytes 20040204

Method RESFRESH_DATA_IN_CONTROL on class CL_WB_TESTTOOL_ALV_VIEW has no exception.

Method SELECT_DATA_AND_FILL_TAB Signature

Method SELECT_DATA_AND_FILL_TAB on class CL_WB_TESTTOOL_ALV_VIEW has no parameter.
Method SELECT_DATA_AND_FILL_TAB on class CL_WB_TESTTOOL_ALV_VIEW has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 700