SAP ABAP Class CL_DP_WD_MSGHDL (Dealerportal: WD Message Handler)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
LO-WTY (Application Component) Warranty Claim Processing
⤷
DP_COMMON (Package) Common functions for Dealerportal - unswitched objects

⤷

⤷

Properties
Class | CL_DP_WD_MSGHDL | |
Short Description | Dealerportal: WD Message Handler | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | DP_COMMON | Common functions for Dealerportal - unswitched objects |
Created | 20080414 | SAP |
Last change | 20100310 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_DP_WD_MSGHDL has no interface implemented.
Friends
Class CL_DP_WD_MSGHDL has no friend class.
Attributes
Class CL_DP_WD_MSGHDL has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Add Message Table to Message Table | 20080414 |
2 | ![]() |
Static method | Public | Method | Append single Text to Message Table | 20080414 |
3 | ![]() |
Static method | Public | Method | Append Text and SY-Variables to Message Table | 20080414 |
4 | ![]() |
Static method | Public | Method | Check whether Message Tabel containes Exceptions | 20080414 |
5 | ![]() |
Static method | Public | Method | Check whether exceptions exist in message manager table | 20080627 |
6 | ![]() |
Static method | Public | Method | Get POWL Message Table | 20080421 |
7 | ![]() |
Static method | Public | Method | Display Error Message | 20080414 |
8 | ![]() |
Static method | Public | Method | Displays Message Table in Web Dynpro UI | 20080414 |
Events
Class CL_DP_WD_MSGHDL has no event.
Types
Class CL_DP_WD_MSGHDL has no local type.
Method Signatures
Method ADD_MESSAGETAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_BAPIRET2 | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20080414 | ||
2 | ![]() |
IT_BAPIRET2 | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20080414 |
Method ADD_MESSAGETAB on class CL_DP_WD_MSGHDL has no exception.
Method ADD_MESSAGETXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_BAPIRET2 | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20080414 | ||
2 | ![]() |
IV_MSGTYPE | Call by reference | Type reference (TYPE) | BAPI_MTYPE | IF_DP_CONSTANTS=>CV_MSG_ERROR | Message type: S Success, E Error, W Warning, I Info, A Abort | 20080414 | |
3 | ![]() |
IV_TEXT | Call by reference | Type reference (TYPE) | BAPI_MSG | Vorschlagswerte bei Anlage von Debitoren aus Workbench | 20080414 |
Method ADD_MESSAGETXT on class CL_DP_WD_MSGHDL has no exception.
Method ADD_SYMESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_BAPIRET2 | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20080414 | ||
2 | ![]() |
ES_BAPIRET2 | Call by reference | Type reference (TYPE) | BAPIRET2 | Return Parameter | 20080701 |
Method ADD_SYMESSAGE on class CL_DP_WD_MSGHDL has no exception.
Method CHECK_EXCEPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_RETURN | Value transfer | Type reference (TYPE) | CHAR1 | Single-Character Indicator | 20080414 | ||
2 | ![]() |
IT_BAPIRET2 | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20080414 |
Method CHECK_EXCEPTION on class CL_DP_WD_MSGHDL has no exception.
Method CHECK_EXCEPTION_MSG_MGR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_RETURN | Value transfer | Type reference (TYPE) | FLAG | General Flag | 20080627 | ||
2 | ![]() |
IT_MESSAGES | Call by reference | Type reference (TYPE) | IF_WD_MESSAGE_MANAGER=>TY_T_MESSAGES | 20080627 |
Method CHECK_EXCEPTION_MSG_MGR on class CL_DP_WD_MSGHDL has no exception.
Method GET_POWL_MESSAGETAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_POWL_MESSAGES | Call by reference | Type reference (TYPE) | POWL_MSG_TTY | Message META description | 20080421 | ||
2 | ![]() |
IT_BAPIRET2 | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20080421 |
Method GET_POWL_MESSAGETAB on class CL_DP_WD_MSGHDL has no exception.
Method REPORT_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_API_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTROLLER | Web Dynpro: Controller Interface | 20080414 | ||
2 | ![]() |
IO_FPM_MSG_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_FPM_MESSAGE_MANAGER | FPM message manager public use | 20080414 | ||
3 | ![]() |
IV_CANCEL_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20080414 | ||
4 | ![]() |
IV_MESSAGE | Call by reference | Type reference (TYPE) | STRING | Return parameter table | 20080414 | ||
5 | ![]() |
IV_MESSAGE_TYPE | Call by reference | Type reference (TYPE) | BAPI_MTYPE | SAP message type | 20080414 | ||
6 | ![]() |
IV_SHOW_AS_POPUP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20080414 | ||
7 | ![]() |
IV_VIEW | Call by reference | Type reference (TYPE) | STRING | 20080723 |
Method REPORT_MESSAGE on class CL_DP_WD_MSGHDL has no exception.
Method REPORT_MESSAGE_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_API_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTROLLER | Web Dynpro: Controller Interface | 20080414 | ||
2 | ![]() |
IO_FPM_MSG_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_FPM_MESSAGE_MANAGER | FPM message manager public use | 20080414 | ||
3 | ![]() |
IT_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20080414 | ||
4 | ![]() |
IV_CANCEL_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20080414 | ||
5 | ![]() |
IV_SHOW_AS_POPUP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20080414 | ||
6 | ![]() |
IV_VIEW | Call by reference | Type reference (TYPE) | STRING | 20080723 |
Method REPORT_MESSAGE_TABLE on class CL_DP_WD_MSGHDL has no exception.
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 604 |