SAP ABAP Class CL_WSD_SAPGUI_ASSIST (Assistance class for SAP GUI applications)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
SD-MD-MM-CS (Application Component) Additional Material Functions
⤷
WSD_CS_UI (Package) UI Enhanced Material Search
⤷
⤷
Properties
| Class | CL_WSD_SAPGUI_ASSIST | |
| Short Description | Assistance class for SAP GUI applications | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WSD_CS_UI | UI Enhanced Material Search |
| Created | 20061122 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WSD_SAPGUI_ASSIST has no forward declaration.
Interfaces
Class CL_WSD_SAPGUI_ASSIST has no interface implemented.
Friends
Class CL_WSD_SAPGUI_ASSIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20061123 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | 20061123 | ||
| 2 | Static method | Private | Method | 20061127 | ||
| 3 | Static method | Private | Method | Add a message to BAL log | 20061123 | |
| 4 | Static method | Private | Method | Clear log content | 20061127 | |
| 5 | Static method | Private | Method | Create BAL log | 20061122 | |
| 6 | Static method | Private | Method | Display BAL log as popup | 20061123 | |
| 7 | Static method | Private | Method | Get excepton type for message | 20061122 | |
| 8 | Static method | Public | Method | Report WSD exception | 20061122 | |
| 9 | Static method | Public | Method | Report WSD message | 20061122 | |
| 10 | Static method | Public | Method | Report messages and exceptions from WSD Message Center | 20061122 | |
| 11 | Static method | Public | Method | Method to report Messages only in the grid | 20090219 |
Events
Class CL_WSD_SAPGUI_ASSIST has no event.
Types
Class CL_WSD_SAPGUI_ASSIST has no local type.
Method Signatures
Method ADD_EXCEPTION_TO_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstract Superclass for All Global Exceptions | 20061123 |
Method ADD_EXCEPTION_TO_LOG on class CL_WSD_SAPGUI_ASSIST has no exception.
Method ADD_MESSAGE_TO_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_MESSAGE | Call by reference | Type reference (TYPE) | WSD_MESSAGE_STY | Structure for WSD exception messages | 20061127 |
Method ADD_MESSAGE_TO_LOG on class CL_WSD_SAPGUI_ASSIST has no exception.
Method ADD_TO_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MSG_ID | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20061123 | |||
| 2 | I_MSG_NO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20061123 | |||
| 3 | I_MSG_TYPE | Call by reference | Type reference (TYPE) | SYMSGTY | Message Type | 20061123 | |||
| 4 | I_PARAM1 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20061123 | |||
| 5 | I_PARAM2 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20061123 | |||
| 6 | I_PARAM3 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20061123 | |||
| 7 | I_PARAM4 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20061123 |
Method ADD_TO_LOG on class CL_WSD_SAPGUI_ASSIST has no exception.
Method CLEAR_LOG Signature
Method CLEAR_LOG on class CL_WSD_SAPGUI_ASSIST has no parameter.
Method CLEAR_LOG on class CL_WSD_SAPGUI_ASSIST has no exception.
Method CREATE_LOG Signature
Method CREATE_LOG on class CL_WSD_SAPGUI_ASSIST has no parameter.
Method CREATE_LOG on class CL_WSD_SAPGUI_ASSIST has no exception.
Method DISPLAY_LOG Signature
Method DISPLAY_LOG on class CL_WSD_SAPGUI_ASSIST has no parameter.
Method DISPLAY_LOG on class CL_WSD_SAPGUI_ASSIST has no exception.
Method GET_MSG_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EXC_TYPE | Call by reference | Type reference (TYPE) | SYMSGTY | Message Type | 20061122 | |||
| 2 | R_MSG_TYPE | Value transfer | Type reference (TYPE) | SYMSGTY | Message Type | 20061122 |
Method GET_MSG_TYPE on class CL_WSD_SAPGUI_ASSIST has no exception.
Method REPORT_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstract Superclass for All Global Exceptions | 20061122 | |||
| 2 | I_DISPLAY_AS_SUCCESS | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070123 |
Method REPORT_EXCEPTION on class CL_WSD_SAPGUI_ASSIST has no exception.
Method REPORT_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_MSG | Call by reference | Type reference (TYPE) | WSD_MESSAGE_STY | Structure for WSD exception messages | 20061122 | |||
| 2 | I_DISPLAY_AS_SUCCESS | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070123 |
Method REPORT_MESSAGE on class CL_WSD_SAPGUI_ASSIST has no exception.
Method REPORT_MSGS_FROM_MSG_CENTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DISPLAY_AS_SUCCESS | Call by reference | Type reference (TYPE) | BOOLE_D | Display E type messages as success ones when E not allowed | 20070123 |
Method REPORT_MSGS_FROM_MSG_CENTER on class CL_WSD_SAPGUI_ASSIST has no exception.
Method REPORT_MSGS_IN_GRID Signature
Method REPORT_MSGS_IN_GRID on class CL_WSD_SAPGUI_ASSIST has no parameter.
Method REPORT_MSGS_IN_GRID on class CL_WSD_SAPGUI_ASSIST has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 700 |