SAP ABAP Class CL_WB_CHECKLIST_EDIT (Display Check Results)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB (Application Component) ABAP Workbench, Java IDE and Infrastructure
     SWB_WORKLIST (Package) Worklists
Properties
Class CL_WB_CHECKLIST_EDIT  
Short Description Display Check Results    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWB_WORKLIST   Worklists 
Created 19990825   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CNTL Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SWBME Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 T Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_WB_CHECKLIST_EDIT has no interface implemented.
Friends
Class CL_WB_CHECKLIST_EDIT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTIVE_REQUEST Instance attribute Private Object reference (TYPE REF TO) CL_WB_REQUEST Active Request 19990825
2 CHECKLIST Instance attribute Public Object reference (TYPE REF TO) CL_WB_CHECKLIST Reference to Error List 19990825
3 ERROR_DESCRIPTIONS Instance attribute Private Type reference (TYPE) RSLINLTAB Long Text Table for Syntax Error Messages 20000316
4 ERROR_TABLE Instance attribute Private Type reference (TYPE) SWBME_ERROR_TAB Error Message Table 19990825
5 FCODE_CORRECT Constant Public Type reference (TYPE) SY-UCOMM 'CORRECT' Correct Function 19990825
6 HEIGHT_HEADER Constant Private Type reference (TYPE) I 30 Height of Toolbar 19990825
7 HEIGHT_TOOLBAR Constant Private Type reference (TYPE) I 30 Height of Toolbar 19990825
8 MAX_EXTENSION Constant Private Type reference (TYPE) I 250 Maximum Extension 19990825
9 MIN_EXTENSION Constant Private Type reference (TYPE) I 100 Minimum Extension 19990825
10 PARENT_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Parent Container 19990825
11 PIXELS_PER_LINE Constant Private Type reference (TYPE) I 30 Pixels per Line in Grid 19990825
12 VIS_AS_GRID Constant Public Type reference (TYPE) CHAR1 'G' Display using Grid Control 19990825
13 VIS_AS_LIST Constant Public Type reference (TYPE) CHAR1 'L' Display using Grid Control 19990825
14 VIS_FIELDCAT Instance attribute Public Type reference (TYPE) LVC_T_FCAT ALV Field Catalog 19990825
15 VIS_GRID Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID Grid Control 19990825
16 VIS_TABLE Instance attribute Public Type reference (TYPE) WBCHKLSTTB Output table 19990825
17 VIS_TYPE Instance attribute Private Type reference (TYPE) CHAR1 Vizualization type 19990825
18 WB_MANAGER Instance attribute Private Object reference (TYPE REF TO) IF_WB_MANAGER Reference to Workbench Manager 19990825
Methods
# Method Level Visibility Method type Description Created on
1 CHECKLIST_CONVERT_TO_VIS_TABLE Instance method Private Method Convert Syntax Error list into Output Table 19990825
2 CONSTRUCTOR Instance method Public Constructor Constructor 19990825
3 DESTRUCT Instance method Public Method Destructor 19990825
4 DISPLAY Instance method Public Method Visualize 19990825
5 DISPLAY_CHECKLIST_IN_DIALOGBOX Static method Public Method Display Syntax Error List in Dialog Box 20070125
6 ERROR_CONVERT_TO_VIS Instance method Private Method Convert Errors into Visualization Format 19990825
7 FCODE_PROCESS Instance method Public Method Process Function Code 19990825
8 GET_CONTROL_REF Instance method Public Method Return Control Reference 19990825
9 GET_ERROR_FROM_ROW_ID Instance method Public Method Find entry in error list using its line number 19990825
10 GET_OBJECT_OUTPUT_NAME Instance method Private Method Find display name of the object 19990825
11 GET_OPTIMAL_EXTENSION Instance method Private Method Find optimal window size 19990825
12 HANDLE_CLOSE Instance method Private Event handling method Close Checklist Dialog Box 20070125
13 HANDLE_EVT_CONTEXT_MENU Instance method Protected Event handling method Display Context Menu 19990825
14 HANDLE_EVT_DOUBLE_CLICK Instance method Protected Event handling method Process double-click 19990825
15 HANDLE_EVT_HOTSPOT_CLICK Instance method Protected Event handling method Process hotspot click 19990825
16 HANDLE_EVT_TOOLBAR Instance method Protected Event handling method Construct Toolbar 19990825
17 HANDLE_EVT_USER_COMMAND Instance method Protected Event handling method Process Function from Toolbar/Context Menu 19990825
18 REQ_CORRECT_ERROR Instance method Private Method Function Code: Correct Error 19990825
19 REQ_END Instance method Private Method Function Code: Close 19990825
20 REQ_SELECT_ERROR Instance method Private Method Function Code: Double-Click on Error 19990825
21 REQ_SEND_REQUEST Instance method Private Method Function Code: Send Request from Error List to WB Manager 19990825
22 REQ_SHOW_ERROR_DOCU Instance method Private Method Function Code: Display Help for Error 20000316
23 VIS_SET_FIELDCATALOG Instance method Private Method Set Field Catalog 19990825
Events
Class CL_WB_CHECKLIST_EDIT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_COLUMNS Private See coding T_COLUMNS 19990825 t_columns type standard table of treev_col with default key
2 T_HEADERS Private See coding T_HEADERS 19990825 t_headers type standard table of treev_hdr with default key
Method Signatures

Method CHECKLIST_CONVERT_TO_VIS_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CHECKLIST Value transfer Object reference (TYPE REF TO) CL_WB_CHECKLIST Liste der Syntaxfehler 19990825
2 Returning P_VIS_TABLE Value transfer Type reference (TYPE) WBCHKLSTTB Ausgabetabelle 19990825

Method CHECKLIST_CONVERT_TO_VIS_TABLE on class CL_WB_CHECKLIST_EDIT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Parent Container 19990825
2 Importing P_VISTYPE Call by reference Type reference (TYPE) CHAR1 'G' Visualisierungsart: VIS_AS_GRID, VIS_AS_LIST 19990825
3 Importing P_WB_MANAGER Call by reference Object reference (TYPE REF TO) IF_WB_MANAGER Referenz auf Workbench Manager 19990825

Method CONSTRUCTOR on class CL_WB_CHECKLIST_EDIT has no exception.

Method DESTRUCT Signature

Method DESTRUCT on class CL_WB_CHECKLIST_EDIT has no parameter.
Method DESTRUCT on class CL_WB_CHECKLIST_EDIT has no exception.

Method DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CHECKLIST Value transfer Object reference (TYPE REF TO) CL_WB_CHECKLIST Prüfliste 19990825
2 Returning P_TODO_REQUEST Value transfer Object reference (TYPE REF TO) CL_WB_REQUEST TODO-Request 19990825

Method DISPLAY on class CL_WB_CHECKLIST_EDIT has no exception.

Method DISPLAY_CHECKLIST_IN_DIALOGBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CHECKLIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST Liste aller Fehlermeldungen eines Syntax-Checks 20070125

Method DISPLAY_CHECKLIST_IN_DIALOGBOX on class CL_WB_CHECKLIST_EDIT has no exception.

Method ERROR_CONVERT_TO_VIS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_ERROR_ENTRY Call by reference Type reference (TYPE) SWBME_ERROR_ENTRY Fehler 19990825
2 Importing P_INDEX Value transfer Type reference (TYPE) I Index in Fehlertabelle 19990825
3 Returning P_VIS_TABLE Value transfer Type reference (TYPE) WBCHKLSTTB Visualisierungstabelle des Fehlers 19990825

Method ERROR_CONVERT_TO_VIS on class CL_WB_CHECKLIST_EDIT has no exception.

Method FCODE_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_ERROR Call by reference Type reference (TYPE) SWBME_ERROR_ENTRY Zeile aus Fehlerliste 19990825
2 Importing P_FCODE Call by reference Type reference (TYPE) SY-UCOMM Funktionscode 19990825
3 Exporting P_TODO_REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST TODO-Request 19990825

Method FCODE_PROCESS on class CL_WB_CHECKLIST_EDIT has no exception.

Method GET_CONTROL_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_GUI_CONTROL Value transfer Object reference (TYPE REF TO) CL_GUI_CONTROL Control-Referenz 19990825

Method GET_CONTROL_REF on class CL_WB_CHECKLIST_EDIT has no exception.

Method GET_ERROR_FROM_ROW_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_ERROR Value transfer Type reference (TYPE) SWBME_ERROR_ENTRY Eintrag in Fehlertabelle 19990825
2 Importing P_ROW_ID Call by reference Type reference (TYPE) LVC_S_ROW Zeilennummer 19990825

Method GET_ERROR_FROM_ROW_ID on class CL_WB_CHECKLIST_EDIT has no exception.

Method GET_OBJECT_OUTPUT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_OUTPUT_NAME Value transfer Type reference (TYPE) SEU_OBJKEY Ausgabename 19990825
2 Importing P_REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Anzeige-Request 19990825

Method GET_OBJECT_OUTPUT_NAME on class CL_WB_CHECKLIST_EDIT has no exception.

Method GET_OPTIMAL_EXTENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_EXTENSION Value transfer Type reference (TYPE) I optimale Fenstergröße 19990825

Method GET_OPTIMAL_EXTENSION on class CL_WB_CHECKLIST_EDIT has no exception.

Method HANDLE_CLOSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Object reference (TYPE REF TO) CL_GUI_DIALOGBOX_CONTAINER Container fuer Custom Controls in der Dynpro Area 20070125

Method HANDLE_CLOSE on class CL_WB_CHECKLIST_EDIT has no exception.

Method HANDLE_EVT_CONTEXT_MENU Signature

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

Method HANDLE_EVT_CONTEXT_MENU on class CL_WB_CHECKLIST_EDIT has no exception.

Method HANDLE_EVT_DOUBLE_CLICK Signature

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

Method HANDLE_EVT_DOUBLE_CLICK on class CL_WB_CHECKLIST_EDIT has no exception.

Method HANDLE_EVT_HOTSPOT_CLICK Signature

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

Method HANDLE_EVT_HOTSPOT_CLICK on class CL_WB_CHECKLIST_EDIT has no exception.

Method HANDLE_EVT_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) 19990825

Method HANDLE_EVT_TOOLBAR on class CL_WB_CHECKLIST_EDIT has no exception.

Method HANDLE_EVT_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) 19990825

Method HANDLE_EVT_USER_COMMAND on class CL_WB_CHECKLIST_EDIT has no exception.

Method REQ_CORRECT_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST WB Request 19990825
2 Exporting P_TODO_REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST TODO-Request 19990825

Method REQ_CORRECT_ERROR on class CL_WB_CHECKLIST_EDIT has no exception.

Method REQ_END Signature

Method REQ_END on class CL_WB_CHECKLIST_EDIT has no parameter.
Method REQ_END on class CL_WB_CHECKLIST_EDIT has no exception.

Method REQ_SELECT_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Anzeige-Request 19990825
2 Exporting P_TODO_REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST TODO-Request 19990825

Method REQ_SELECT_ERROR on class CL_WB_CHECKLIST_EDIT has no exception.

Method REQ_SEND_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST WB Request 19990825
2 Exporting P_TODO_REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST TODO-Request 19990825

Method REQ_SEND_REQUEST on class CL_WB_CHECKLIST_EDIT has no exception.

Method REQ_SHOW_ERROR_DOCU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_ERROR Call by reference Type reference (TYPE) SWBME_ERROR_ENTRY Fehler 20000316

Method REQ_SHOW_ERROR_DOCU on class CL_WB_CHECKLIST_EDIT has no exception.

Method VIS_SET_FIELDCATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_FIELDCAT Value transfer Type reference (TYPE) LVC_T_FCAT Feldkatalog 19990825
2 Importing P_VIS_TABLE Value transfer Type reference (TYPE) WBCHKLSTTB Ausgabetabelle 19990825

Method VIS_SET_FIELDCATALOG on class CL_WB_CHECKLIST_EDIT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in