SAP ABAP Class CL_WS_MESSAGE_UTIL (Utility Methods for WS Message)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
⤷
SOAP_WS_MESSAGE (Package) Access to WS Message
⤷
⤷
Properties
| Class | CL_WS_MESSAGE_UTIL | |
| Short Description | Utility Methods for WS Message | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SOAP_WS_MESSAGE | Access to WS Message |
| Created | 20060224 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WS_MESSAGE_UTIL has no forward declaration.
Interfaces
Class CL_WS_MESSAGE_UTIL has no interface implemented.
Friends
Class CL_WS_MESSAGE_UTIL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | TRAFFIC_LIGHT_STATUS | 'E' | Light Display for Request/Response Status: Error | 20060629 | ||
| 2 | Constant | Public | Type reference (TYPE) | TRAFFIC_LIGHT_STATUS | 'N' | Light Display for Request/Response Status: No Display | 20060629 | ||
| 3 | Constant | Public | Type reference (TYPE) | TRAFFIC_LIGHT_STATUS | 'S' | Light Display for Request/Response Status: Success | 20060629 | ||
| 4 | Constant | Public | Type reference (TYPE) | TRAFFIC_LIGHT_STATUS | 'W' | Light Display for Request/Response Status: Warning | 20060629 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Message State Mapping (External to Internal) | 20060407 | |
| 2 | Static method | Public | Method | Message State Mapping (Internal to External) | 20060224 | |
| 3 | Static method | Public | Method | Map Message Status from Internal to Traffic Light | 20060629 |
Events
Class CL_WS_MESSAGE_UTIL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TRAFFIC_LIGHT_STATUS | Public | Type reference (TYPE) | CHAR1 | Light Display for Request/Response Status (S/W/E) | 20060629 | |
Method Signatures
Method MAP_STATE_EXTERNAL_TO_INTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATE_EXTERNAL | Call by reference | Type reference (TYPE) | SRT_WS_MESSAGE_STATE | externer Status einer WS Message | 20060407 | |||
| 2 | STATE_INTERNAL | Value transfer | Type reference (TYPE) | SXMSPMSTAT | interner Status einer Message | 20060407 |
Method MAP_STATE_EXTERNAL_TO_INTERNAL on class CL_WS_MESSAGE_UTIL has no exception.
Method MAP_STATE_INTERNAL_TO_EXTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATE_EXTERNAL | Value transfer | Type reference (TYPE) | SRT_WS_MESSAGE_STATE | externer Status einer WS Message | 20060224 | |||
| 2 | STATE_INTERNAL | Call by reference | Type reference (TYPE) | SXMSPMSTAT | interner Status einer Message | 20060224 |
Method MAP_STATE_INTERNAL_TO_EXTERNAL on class CL_WS_MESSAGE_UTIL has no exception.
Method MAP_STATE_INT_TO_TRAFFIC_LIGHT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATE_INTERNAL | Call by reference | Type reference (TYPE) | SXMSPMSTAT | Integration Engine: Status einer Message | 20060629 | |||
| 2 | STATE_TRAFFIC_LIGHT | Value transfer | Type reference (TYPE) | TRAFFIC_LIGHT_STATUS | Ampelanzeige für Request/Response Status (S/W/E) | 20060629 |
Method MAP_STATE_INT_TO_TRAFFIC_LIGHT on class CL_WS_MESSAGE_UTIL has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |