SAP ABAP Class CL_WCB_FATAL_ERROR_VIEW (Display Fatal Error)
Hierarchy
☛
EA-GLTRADE (Software Component) SAP Enterprise Extension Global Trade
⤷
LO-GT-CHB (Application Component) Chargeback
⤷
WCB_CC_UI_DYNPR (Package) Condition Contract User Interface with Screen Technology
⤷
⤷
Properties
| Class | CL_WCB_FATAL_ERROR_VIEW | |
| Short Description | Display Fatal Error | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WCB_CC_UI_DYNPR | Condition Contract User Interface with Screen Technology |
| Created | 20050602 | SAP |
| Last change | 20050615 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WCB_FATAL_ERROR_VIEW has no forward declaration.
Interfaces
Class CL_WCB_FATAL_ERROR_VIEW has no interface implemented.
Friends
Class CL_WCB_FATAL_ERROR_VIEW has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TY_WCB_ERROR_TAB | Error Messages | 20050602 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SALV_TABLE | Basis Class for Simple Tables | 20050602 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20050602 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container for Custom Controls in Screen Area | 20050602 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_TEXTEDIT | SAP TextEdit Control | 20050602 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20050602 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CX_WCB_FATAL_ERROR | Fatal Error | 20050602 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | WCB_GUID | Condition Contract GUID | 20050602 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | WCB_COCO_NUM | Condition Contract Number | 20050602 | |||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Splitter Control | 20050602 | |||
| 11 | Constant | Private | Type reference (TYPE) | SCRFNAME | 'WCBERRCONT' | Container Name | 20050602 | ||
| 12 | Constant | Private | Type reference (TYPE) | DYNNR | '0600' | Screen Container | 20050602 | ||
| 13 | Constant | Private | Type reference (TYPE) | PFSTAT | 'WCB_INTERNAL_ERROR' | GUI Status | 20050602 | ||
| 14 | Constant | Private | Type reference (TYPE) | BALOBJ_D | 'W_CC' | Application Log: Object Name (Application Code) | 20050602 | ||
| 15 | Constant | Private | Type reference (TYPE) | SYREPID | 'SAPLWCB_MAIN_SCREEN' | ABAP Program: Current Main Program | 20050602 | ||
| 16 | Constant | Private | Type reference (TYPE) | FCODE | 'WCB_EBACK' | Function Code | 20050602 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20050602 | |
| 2 | Instance method | Public | Method | Display Internal Error | 20050602 | |
| 3 | Instance method | Private | Method | Error Text | 20050602 | |
| 4 | Instance method | Private | Event handling method | Double-Clicked | 20050602 | |
| 5 | Instance method | Public | Method | Process Function Code | 20050602 | |
| 6 | Instance method | Private | Method | Write to the Application Log | 20050602 |
Events
Class CL_WCB_FATAL_ERROR_VIEW has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_WCB_ERROR_TAB | Private | See coding | Error Messages | 20050602 | TY_WCB_ERROR_TAB type standard table of wcb_error
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CC_GUID | Call by reference | Type reference (TYPE) | WCB_GUID | GUID eines Konditionskontraktes | 20050602 | |||
| 2 | I_ERROR | Call by reference | Object reference (TYPE REF TO) | CX_WCB_FATAL_ERROR | fataler Fehler | 20050602 | |||
| 3 | I_NUM | Call by reference | Type reference (TYPE) | WCB_COCO_NUM | Konditionskontraktnummer | 20050602 |
Method CONSTRUCTOR on class CL_WCB_FATAL_ERROR_VIEW has no exception.
Method DISPLAY_ERROR Signature
Method DISPLAY_ERROR on class CL_WCB_FATAL_ERROR_VIEW has no parameter.
Method DISPLAY_ERROR on class CL_WCB_FATAL_ERROR_VIEW has no exception.
Method GET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MSG | Call by reference | Type reference (TYPE) | WCB_ERROR | Fehlermeldung | 20050602 | |||
| 2 | RE_TEXT | Value transfer | Type reference (TYPE) | SY-LISEL | Inhalt ener ausgewählten Listenzeile | 20050602 |
Method GET_TEXT on class CL_WCB_FATAL_ERROR_VIEW has no exception.
Method HANDLE_DOUBLE_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COLUMN | Value transfer | Attribute reference (LIKE) | 20050602 | |||||
| 2 | ROW | Value transfer | Attribute reference (LIKE) | 20050602 |
Method HANDLE_DOUBLE_CLICK on class CL_WCB_FATAL_ERROR_VIEW has no exception.
Method HANDLE_FCODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FCODE | Call by reference | Type reference (TYPE) | FCODE | Funktionscode | 20050602 |
Method HANDLE_FCODE on class CL_WCB_FATAL_ERROR_VIEW has no exception.
Method WRITE_INTO_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MSG | Call by reference | Type reference (TYPE) | TY_WCB_ERROR_TAB | Fehlermeldungen | 20050602 | |||
| 2 | I_CC_GUID | Call by reference | Type reference (TYPE) | WCB_GUID | GUID eines Konditionskontraktes | 20050602 | |||
| 3 | RE_EXTNUMBER | Value transfer | Type reference (TYPE) | BALNREXT | Anwendungs-Log: Externe Identifikation | 20050602 |
Method WRITE_INTO_LOG on class CL_WCB_FATAL_ERROR_VIEW has no exception.
History
| Last changed by/on | SAP | 20050615 |
| SAP Release Created in | 600 |