SAP ABAP Class CL_TWB_CUST_FUNC_CORR (TWB: Functional Correctness Message Priority)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TWB-ORG (Application Component) Test Organizer
     S_TWB (Package) Test Workbench
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_TWB_CUST_FC_MSG_STAT TWB: Functional Correctness Message Priority 20050824
Properties
Class CL_TWB_CUST_FUNC_CORR  
Short Description TWB: Functional Correctness Message Priority    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_TWB   Test Workbench 
Created 20050803   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_TWB_CUST_FUNC_CORR has no forward declaration.
Interfaces
Class CL_TWB_CUST_FUNC_CORR has no interface implemented.
Friends
Class CL_TWB_CUST_FUNC_CORR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALV_GRID Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20050803
2 ALV_S_OUTTAB Instance attribute Public Type reference (TYPE) TWB_FC_FUNC_CORR ALV: Display Table Structure 20050805
3 ALV_TAB Instance attribute Public Type reference (TYPE) TWBMAN_TEST_OBJ_TABTYP TWBM: Test Objects 20050803
4 ALV_T_OUTTAB Instance attribute Public Type reference (TYPE) TABTYPE_TWB_FC_FUNC_CORR ALV: Tabelle Display Table 20050805
5 CHANGE_FLAG Instance attribute Protected Type reference (TYPE) CHAR1 Changed 20050823
6 DELETE_TABLE Instance attribute Private Type reference (TYPE) TABTYPE_CUST_PRIO Message Status Customizing 20050819
7 EDIT_MODE Instance attribute Public Type reference (TYPE) FLAG Display ' ', Edit 'X' 20050816
8 MSG_TEMPLATE Instance attribute Public Type reference (TYPE) DOKU_OBJ Message Template 20050810
9 MSG_TYPE Instance attribute Public Type reference (TYPE) CHAR1 Message Type 20050810
10 RFC_DEST Instance attribute Public Type reference (TYPE) RFCDEST Basis Message RFC Destination 20050810
11 RFC_DEST_WITHOUT_LOGIN Instance attribute Public Type reference (TYPE) RFCDEST CSS Message RFC Destination w/o LOGIN 20050810
12 RFC_DEST_WITH_LOGIN Instance attribute Public Type reference (TYPE) RFCDEST CSS Message RFC Destination with LOGIN 20050810
13 T_MSG_PRIO_BASIS Instance attribute Private Object reference (TYPE REF TO) DATA Basis Priorities 20060104
14 T_MSG_PRIO_CRM Instance attribute Private Object reference (TYPE REF TO) DATA CRM Priorities 20060105
15 T_MSG_PRIO_CSS Instance attribute Private Type reference (TYPE) TABTYPE_CSS_PRIO CSS Priorities 20050815
16 T_TWB_PROFIL Instance attribute Public Type reference (TYPE) TABTYPE_TWB_PROFIL Profile for Test Workbench Customizing 20050815
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_DATA_CHANGED Instance method Public Method Check whether Data is Changed, including Popup 20050822
2 CHECK_ENTER Instance method Public Method Check Entries in ALV 20050812
3 CHECK_FIELD_INPUT Instance method Protected Method Check Field Entries 20050817
4 CHECK_MSG_BASIS Instance method Protected Method Basis Message Priority Input Check 20060104
5 CHECK_MSG_CRM Instance method Protected Method Input Check of the CRM Message Priority 20060109
6 CHECK_MSG_CSS Instance method Protected Method CSS Message Priority Input Check 20050824
7 CONSTRUCTOR Instance method Public Constructor Class Constructor 20050803
8 CREATE_ALV Instance method Public Method ALV GRID Structure 20050803
9 CREATE_FIELDCAT Instance method Protected Method Field Catalog Structure 20050803
10 DISPATCH_USER_COMMAND Instance method Public Method Pass On Screen Function Code 20050816
11 F4_MSG_BASIS Instance method Protected Method F4 Help for Basis Message Priority 20051219
12 F4_MSG_CRM Instance method Protected Method F4 Help for CRM Message Priority 20051220
13 F4_MSG_CSS Instance method Protected Method F4 Help for CSS Message Priority 20050824
14 FC_DELETE_ROW Instance method Protected Method Insert a Row 20050812
15 FC_INSERT_ROW Instance method Protected Method Insert a Row 20050805
16 FREE_ALV_GRID Instance method Public Method ALV GRID: Reset 20050803
17 HANDLE_F4 Instance method Protected Event handling method F4 Help 20050803
18 HANDLE_PUSH_ENTER Instance method Protected Event handling method Event Handling: Press the ENTER Key 20050803
19 HANDLE_TOOLBAR Instance method Protected Event handling method Event Handling: ALV Toolbar 20050805
20 HANDLE_USER_COMMAND Instance method Protected Event handling method Event Handling: Command Handling 20050803
21 HIDE_BUTTONS Instance method Protected Method Turn Off Pushbuttons 20050803
22 READ_DATA Instance method Protected Method Read data from database 20050817
23 READ_MSG_BASIS_DATA Instance method Protected Method Read Basis Message Data 20060105
24 READ_MSG_CRM_DATA Instance method Protected Method Reading of CRM Message Data 20060105
25 READ_MSG_PRIO_BASIS_TEXT Instance method Protected Method Reading of Basis Message Texts 20051221
26 READ_MSG_PRIO_CRM_TEXT Instance method Protected Method Reading of CRM Message Texts 20051221
27 READ_MSG_PRIO_TEXT Instance method Protected Method Read Message Texts 20050822
28 REFRESH_ALV_LIST Instance method Protected Method Refresh ALV Display 20050805
29 REGISTER_EVENTS Instance method Protected Method Register Events 20050803
30 SAVE_DATA Instance method Protected Method Save Data 20050816
31 SELECT_CENTRAL_DATA Instance method Protected Method Read Central Data 20050815
32 SET_CELL Instance method Protected Method Set Cell 20050815
Events
Class CL_TWB_CUST_FUNC_CORR has no event.
Types
Class CL_TWB_CUST_FUNC_CORR has no local type.
Method Signatures

Method CHECK_DATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_POPUP_ANSWER Call by reference Type reference (TYPE) FLAG Popupbutton 20050822

Method CHECK_DATA_CHANGED on class CL_TWB_CUST_FUNC_CORR has no exception.

Method CHECK_ENTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INTERNAL Call by reference Type reference (TYPE) FLAG Klasseninterne Verarbeitung 20050812

Method CHECK_ENTER on class CL_TWB_CUST_FUNC_CORR has no exception.

Method CHECK_FIELD_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD Call by reference Type reference (TYPE) LVC_FNAME Feldname 20050817
2 Importing I_ROW_ID Call by reference Type reference (TYPE) LVC_S_ROW ALV-Control: Beschreibung einer Zeile 20050817
3 Importing I_S_OUTTAB Call by reference Type reference (TYPE) TWB_FC_FUNC_CORR Feldkatalog für Functional Correctness 20050817
4 Importing I_TABLE Call by reference Type reference (TYPE) TABLE Tabelle mit Check-Werten 20050817
5 Importing I_VALUE Call by reference Type reference (TYPE) CHAR20 Feldinhalt 20050817
# Exception Resumable Description Created on
1 FALSE_CONTENT Falscher Feldinhalt 20050817
2 MULTIPLE_ENTRYS Mehrfache Einträge 20050818

Method CHECK_MSG_BASIS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ET_GOOD_CELLS Call by reference Type reference (TYPE) LVC_T_MODI ALV Control: Tabelle der geänderten Zellen für Anwendung 20060104
2 Importing E_MODIFIED Call by reference Type reference (TYPE) CHAR01 Modified 20060104

Method CHECK_MSG_BASIS on class CL_TWB_CUST_FUNC_CORR has no exception.

Method CHECK_MSG_CRM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ET_GOOD_CELLS Call by reference Type reference (TYPE) LVC_T_MODI ALV Control: Tabelle der geänderten Zellen für Anwendung 20060109
2 Importing E_MODIFIED Call by reference Type reference (TYPE) CHAR01 Modified 20060109

Method CHECK_MSG_CRM on class CL_TWB_CUST_FUNC_CORR has no exception.

Method CHECK_MSG_CSS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ET_GOOD_CELLS Call by reference Type reference (TYPE) LVC_T_MODI ALV Control: Tabelle der geänderten Zellen für Anwendung 20050824
2 Importing E_MODIFIED Call by reference Type reference (TYPE) CHAR01 Modified 20050824

Method CHECK_MSG_CSS on class CL_TWB_CUST_FUNC_CORR has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MSG_TYPE Call by reference Type reference (TYPE) CHAR1 Meldungstyp 20050810
2 Importing I_PARENT_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Custom Containers 20050824
3 Importing I_RFC_DEST Call by reference Type reference (TYPE) RFCDEST RFC Destination für Basismeldungen 20050810
4 Importing I_RFC_DEST_WITHOUT_LOGIN Call by reference Type reference (TYPE) RFCDEST RFC Destination für CSS Meldungen ohne LOGIN 20050810
5 Importing I_RFC_DEST_WITH_LOGIN Call by reference Type reference (TYPE) RFCDEST RFC Destination für CSS Meldungen mit LOGIN 20050810

Method CONSTRUCTOR on class CL_TWB_CUST_FUNC_CORR has no exception.

Method CREATE_ALV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALV_EDIT Call by reference Type reference (TYPE) FLAG ALV: 'X'-> Editierbar, ' ' nicht Editierbar 20050803
2 Importing ALV_OUTTAB Call by reference Type reference (TYPE) TABTYPE_TWB_FC_FUNC_CORR ALV: Ausgabetabelle 20050803
3 Importing ALV_STRUCTURE_NAME Call by reference Type reference (TYPE) DD02L-TABNAME Tabellenname 20050803
4 Importing ALV_TITLE Call by reference Type reference (TYPE) LVC_TITLE ALV-Control: Text der Titelzeile 20050824

Method CREATE_ALV on class CL_TWB_CUST_FUNC_CORR has no exception.

Method CREATE_FIELDCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALV_STRUCTURE_NAME Call by reference Type reference (TYPE) DD02L-TABNAME Tabellenname 20050803
2 Exporting FIELDCAT Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20050803

Method CREATE_FIELDCAT on class CL_TWB_CUST_FUNC_CORR has no exception.

Method DISPATCH_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FCODE Call by reference Type reference (TYPE) SY-UCOMM Funktionscode 20050816

Method DISPATCH_USER_COMMAND on class CL_TWB_CUST_FUNC_CORR has no exception.

Method F4_MSG_BASIS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ER_EVENT_DATA Call by reference Object reference (TYPE REF TO) CL_ALV_EVENT_DATA Changing Datencontainer für Events 20051219
2 Importing ES_ROW_NO Call by reference Type reference (TYPE) LVC_S_ROID Zuordnung Zeilennummer zu Zeilen-ID 20051219
3 Importing ET_BAD_CELLS Call by reference Type reference (TYPE) LVC_T_MODI ALV Control: Tabelle der geänderten Zellen für Anwendung 20051219
4 Importing E_DISPLAY Call by reference Type reference (TYPE) CHAR01 Charakterfeld der Länge 1 20051219
5 Importing E_FIELDNAME Call by reference Type reference (TYPE) LVC_FNAME ALV-Control: Feldname internes Tabellenfeld 20051219
6 Importing E_FIELDVALUE Call by reference Type reference (TYPE) LVC_VALUE ALV-Control: Zelleninhalt 20051219

Method F4_MSG_BASIS on class CL_TWB_CUST_FUNC_CORR has no exception.

Method F4_MSG_CRM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ER_EVENT_DATA Call by reference Object reference (TYPE REF TO) CL_ALV_EVENT_DATA Changing Datencontainer für Events 20051220
2 Importing ES_ROW_NO Call by reference Type reference (TYPE) LVC_S_ROID Zuordnung Zeilennummer zu Zeilen-ID 20051220
3 Importing ET_BAD_CELLS Call by reference Type reference (TYPE) LVC_T_MODI ALV Control: Tabelle der geänderten Zellen für Anwendung 20051220
4 Importing E_DISPLAY Call by reference Type reference (TYPE) CHAR01 Charakterfeld der Länge 1 20051220
5 Importing E_FIELDNAME Call by reference Type reference (TYPE) LVC_FNAME ALV-Control: Feldname internes Tabellenfeld 20051220
6 Importing E_FIELDVALUE Call by reference Type reference (TYPE) LVC_VALUE ALV-Control: Zelleninhalt 20051220

Method F4_MSG_CRM on class CL_TWB_CUST_FUNC_CORR has no exception.

Method F4_MSG_CSS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ER_EVENT_DATA Call by reference Object reference (TYPE REF TO) CL_ALV_EVENT_DATA Changing Datencontainer für Events 20050824
2 Importing ES_ROW_NO Call by reference Type reference (TYPE) LVC_S_ROID Zuordnung Zeilennummer zu Zeilen-ID 20050824
3 Importing ET_BAD_CELLS Call by reference Type reference (TYPE) LVC_T_MODI ALV Control: Tabelle der geänderten Zellen für Anwendung 20050824
4 Importing E_DISPLAY Call by reference Type reference (TYPE) CHAR01 Charakterfeld der Länge 1 20050824
5 Importing E_FIELDNAME Call by reference Type reference (TYPE) LVC_FNAME ALV-Control: Feldname internes Tabellenfeld 20050824
6 Importing E_FIELDVALUE Call by reference Type reference (TYPE) LVC_VALUE ALV-Control: Zelleninhalt 20050824

Method F4_MSG_CSS on class CL_TWB_CUST_FUNC_CORR has no exception.

Method FC_DELETE_ROW Signature

Method FC_DELETE_ROW on class CL_TWB_CUST_FUNC_CORR has no parameter.
Method FC_DELETE_ROW on class CL_TWB_CUST_FUNC_CORR has no exception.

Method FC_INSERT_ROW Signature

Method FC_INSERT_ROW on class CL_TWB_CUST_FUNC_CORR has no parameter.
Method FC_INSERT_ROW on class CL_TWB_CUST_FUNC_CORR has no exception.

Method FREE_ALV_GRID Signature

Method FREE_ALV_GRID on class CL_TWB_CUST_FUNC_CORR has no parameter.
Method FREE_ALV_GRID on class CL_TWB_CUST_FUNC_CORR has no exception.

Method HANDLE_F4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ER_EVENT_DATA Call by reference Attribute reference (LIKE) 20050803
2 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20050803
3 Importing ET_BAD_CELLS Call by reference Attribute reference (LIKE) 20050803
4 Importing E_DISPLAY Call by reference Attribute reference (LIKE) 20050803
5 Importing E_FIELDNAME Call by reference Attribute reference (LIKE) 20050803
6 Importing E_FIELDVALUE Call by reference Attribute reference (LIKE) 20050803

Method HANDLE_F4 on class CL_TWB_CUST_FUNC_CORR has no exception.

Method HANDLE_PUSH_ENTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ET_GOOD_CELLS Call by reference Attribute reference (LIKE) 20050803
2 Importing E_MODIFIED Call by reference Attribute reference (LIKE) 20050803

Method HANDLE_PUSH_ENTER on class CL_TWB_CUST_FUNC_CORR has no exception.

Method HANDLE_TOOLBAR Signature

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

Method HANDLE_TOOLBAR on class CL_TWB_CUST_FUNC_CORR has no exception.

Method HANDLE_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) 20050803

Method HANDLE_USER_COMMAND on class CL_TWB_CUST_FUNC_CORR has no exception.

Method HIDE_BUTTONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting TOOLBAR_FUNCTIONS Call by reference Type reference (TYPE) UI_FUNCTIONS Funktionscodestabelle 20050803

Method HIDE_BUTTONS on class CL_TWB_CUST_FUNC_CORR has no exception.

Method READ_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_OUTTAB Call by reference Type reference (TYPE) TABTYPE_TWB_FC_FUNC_CORR Feldcatalog für Functional Correctness 20050817

Method READ_DATA on class CL_TWB_CUST_FUNC_CORR has no exception.

Method READ_MSG_BASIS_DATA Signature

Method READ_MSG_BASIS_DATA on class CL_TWB_CUST_FUNC_CORR has no parameter.
Method READ_MSG_BASIS_DATA on class CL_TWB_CUST_FUNC_CORR has no exception.

Method READ_MSG_CRM_DATA Signature

Method READ_MSG_CRM_DATA on class CL_TWB_CUST_FUNC_CORR has no parameter.
Method READ_MSG_CRM_DATA on class CL_TWB_CUST_FUNC_CORR has no exception.

Method READ_MSG_PRIO_BASIS_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ALV_S_OUTTAB Call by reference Type reference (TYPE) TWB_FC_FUNC_CORR Feldcatalog für Functional Correctness 20051221
2 Exporting E_OUTTAB_INDEX Call by reference Type reference (TYPE) LVC_INDEX ALV-Control: Zeilennummer (Index der internen Tabelle) 20051221
3 Importing I_NO_OUTTAB_UPDATE Call by reference Type reference (TYPE) FLAG Kein Outtab Update 20060105

Method READ_MSG_PRIO_BASIS_TEXT on class CL_TWB_CUST_FUNC_CORR has no exception.

Method READ_MSG_PRIO_CRM_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ALV_S_OUTTAB Call by reference Type reference (TYPE) TWB_FC_FUNC_CORR Kein Outtab Update 20051221
2 Exporting E_OUTTAB_INDEX Call by reference Type reference (TYPE) LVC_INDEX ALV-Control: Zeilennummer (Index der internen Tabelle) 20051221
3 Importing I_NO_OUTTAB_UPDATE Call by reference Type reference (TYPE) FLAG allgemeines flag 20060109

Method READ_MSG_PRIO_CRM_TEXT on class CL_TWB_CUST_FUNC_CORR has no exception.

Method READ_MSG_PRIO_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ALV_S_OUTTAB Call by reference Type reference (TYPE) TWB_FC_FUNC_CORR Feldcatalog für Functional Correctness 20050822
2 Exporting E_OUTTAB_INDEX Call by reference Type reference (TYPE) LVC_INDEX ALV-Control: Zeilennummer (Index der internen Tabelle) 20050822

Method READ_MSG_PRIO_TEXT on class CL_TWB_CUST_FUNC_CORR has no exception.

Method REFRESH_ALV_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SOFT_REFRESH Call by reference Type reference (TYPE) CHAR1 SPACE Sortierverhalten beim Refresh 20050805

Method REFRESH_ALV_LIST on class CL_TWB_CUST_FUNC_CORR has no exception.

Method REGISTER_EVENTS Signature

Method REGISTER_EVENTS on class CL_TWB_CUST_FUNC_CORR has no parameter.
Method REGISTER_EVENTS on class CL_TWB_CUST_FUNC_CORR has no exception.

Method SAVE_DATA Signature

Method SAVE_DATA on class CL_TWB_CUST_FUNC_CORR has no parameter.
Method SAVE_DATA on class CL_TWB_CUST_FUNC_CORR has no exception.

Method SELECT_CENTRAL_DATA Signature

Method SELECT_CENTRAL_DATA on class CL_TWB_CUST_FUNC_CORR has no parameter.
Method SELECT_CENTRAL_DATA on class CL_TWB_CUST_FUNC_CORR has no exception.

Method SET_CELL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Call by reference Type reference (TYPE) LVC_FNAME Feldname 20050815
2 Importing I_ROW_ID Call by reference Type reference (TYPE) INT4 Zeile 20050815

Method SET_CELL on class CL_TWB_CUST_FUNC_CORR has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710