SAP ABAP Class CL_XMS_MSGHDR30_SOAP_FAULT (XI: Fault SOAP Header)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-XI-IS-IEN (Application Component) Integration Engine
⤷
SXMSMSG (Package) XI: Message Handling
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_XMS_MSGHDR30_SOAP_FAULT | XI: Fault SOAP Header | 20030911 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_XMS_PROP | A Property Serializable in a String | 20030911 |
Properties
| Class | CL_XMS_MSGHDR30_SOAP_FAULT | |
| Short Description | XI: Fault SOAP Header | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SXMSMSG | XI: Message Handling |
| Created | 20030911 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_XMS_MSGHDR30_SOAP_FAULT | XI: Fault SOAP Header | 20030911 | ||
| 2 | IF_XMS_PROP | A Property Serializable in a String | 20030911 |
Friends
Class CL_XMS_MSGHDR30_SOAP_FAULT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | SXMS_MSGHDR30_SOAP_FAULT | XI: Error SOAP Header | 20030911 | |||
| 2 | Instance attribute | Private | Attribute reference (LIKE) | 20030911 | |||||
| 3 | Instance attribute | Private | Attribute reference (LIKE) | 20030911 | |||||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'faultactor' | Tag Name | 20030911 | ||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'faultcode' | Tag Name | 20030911 | ||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'detail' | Tag Name | 20030911 | ||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'faultstring' | Tag Name | 20030911 | ||
| 8 | Instance attribute | Protected | Type reference (TYPE) | SXMSFLAG | SOAP Attribute | 20030911 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | LCL_PARSER | Parser | 20030911 | |||
| 10 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_XMS_MSGHDR30_ERROR | 20030924 |
Methods
Events
Class CL_XMS_MSGHDR30_SOAP_FAULT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_SOAP_FAULT | Public | See coding | 20040506 | BEGIN OF ty_soap_fault,
faultcode TYPE string,
faultstring TYPE string,
faultactor TYPE string,
faultdetail TYPE string,
xi_error TYPE cl_xms_msghdr30_error=>ty_xi_error,
END OF ty_soap_fault
|
Method Signatures
Method AFTER_PARSE_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_HEADER | Call by reference | Type reference (TYPE) | TY_SOAP_FAULT | 20040506 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XI: Systemfehler | 20040506 |
Method BEFORE_RENDER_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_HEADER | Call by reference | Type reference (TYPE) | TY_SOAP_FAULT | 20040528 |
Method BEFORE_RENDER_MAPPING on class CL_XMS_MSGHDR30_SOAP_FAULT has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PROP | Call by reference | Object reference (TYPE REF TO) | IF_XMS_PROP | in einen String serialisierbare Property | 20060814 |
Method CONSTRUCTOR on class CL_XMS_MSGHDR30_SOAP_FAULT has no exception.
Method COPY_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PROP | Call by reference | Object reference (TYPE REF TO) | IF_XMS_PROP | in einen String serialisierbare Property | 20060814 |
Method COPY_ATTRIBUTES on class CL_XMS_MSGHDR30_SOAP_FAULT has no exception.
Method GET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SOAP_ATTR | Call by reference | Type reference (TYPE) | SXMS_SOAP_ATTR | SOAP Error Header | 20070911 |
Method GET_ATTRIBUTES on class CL_XMS_MSGHDR30_SOAP_FAULT has no exception.
Method GET_FAULT_ACTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_ACTOR | Value transfer | Type reference (TYPE) | STRING | 20030911 |
Method GET_FAULT_ACTOR on class CL_XMS_MSGHDR30_SOAP_FAULT has no exception.
Method GET_FAULT_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_CODE | Value transfer | Type reference (TYPE) | STRING | 20030911 |
Method GET_FAULT_CODE on class CL_XMS_MSGHDR30_SOAP_FAULT has no exception.
Method GET_FAULT_DETAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_DETAIL | Value transfer | Type reference (TYPE) | STRING | 20030911 |
Method GET_FAULT_DETAIL on class CL_XMS_MSGHDR30_SOAP_FAULT has no exception.
Method GET_FAULT_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_STRING | Value transfer | Type reference (TYPE) | STRING | 20030911 |
Method GET_FAULT_STRING on class CL_XMS_MSGHDR30_SOAP_FAULT has no exception.
Method GET_XI_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_ERROR | Value transfer | Object reference (TYPE REF TO) | CL_XMS_MSGHDR30_ERROR | 20030911 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XI: Systemfehler | 20030911 |
Method SET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SOAP_ATTR | Call by reference | Type reference (TYPE) | SXMS_SOAP_ATTR | SOAP Error Header | 20070911 |
Method SET_ATTRIBUTES on class CL_XMS_MSGHDR30_SOAP_FAULT has no exception.
Method SET_FAULT_ACTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ACTOR | Call by reference | Type reference (TYPE) | STRING | 20030911 |
Method SET_FAULT_ACTOR on class CL_XMS_MSGHDR30_SOAP_FAULT has no exception.
Method SET_FAULT_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_CODE | Call by reference | Type reference (TYPE) | STRING | 20030911 |
Method SET_FAULT_CODE on class CL_XMS_MSGHDR30_SOAP_FAULT has no exception.
Method SET_FAULT_DETAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_DETAIL | Call by reference | Type reference (TYPE) | STRING | 20030911 |
Method SET_FAULT_DETAIL on class CL_XMS_MSGHDR30_SOAP_FAULT has no exception.
Method SET_FAULT_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_STRING | Call by reference | Type reference (TYPE) | STRING | 20030911 |
Method SET_FAULT_STRING on class CL_XMS_MSGHDR30_SOAP_FAULT has no exception.
Method SET_XI_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ERROR | Call by reference | Object reference (TYPE REF TO) | CL_XMS_MSGHDR30_ERROR | 20030924 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XI: Systemfehler | 20030924 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 640 |