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 CL_XMS_MSGHDR30_ERROR 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 ATTR Instance attribute Protected Type reference (TYPE) SXMS_MSGHDR30_SOAP_FAULT XI: Error SOAP Header 20030911
2 CO_LCNAME Instance attribute Private Attribute reference (LIKE) 20030911
3 CO_NSURI Instance attribute Private Attribute reference (LIKE) 20030911
4 CO_TAG_FAULTACTOR Constant Public Type reference (TYPE) STRING 'faultactor' Tag Name 20030911
5 CO_TAG_FAULTCODE Constant Public Type reference (TYPE) STRING 'faultcode' Tag Name 20030911
6 CO_TAG_FAULTDETAIL Constant Public Type reference (TYPE) STRING 'detail' Tag Name 20030911
7 CO_TAG_FAULTSTRING Constant Public Type reference (TYPE) STRING 'faultstring' Tag Name 20030911
8 MUST_UNDERSTAND Instance attribute Protected Type reference (TYPE) SXMSFLAG SOAP Attribute 20030911
9 PARSER Instance attribute Private Object reference (TYPE REF TO) LCL_PARSER Parser 20030911
10 XI_ERROR Instance attribute Protected Object reference (TYPE REF TO) CL_XMS_MSGHDR30_ERROR 20030924
Methods
# Method Level Visibility Method type Description Created on
1 AFTER_PARSE_MAPPING Instance method Private Method 20040506
2 BEFORE_RENDER_MAPPING Instance method Private Method 20040506
3 CONSTRUCTOR Instance method Public Constructor Constructor 20030911
4 COPY_ATTRIBUTES Instance method Public Method 20060814
5 GET_ATTRIBUTES Instance method Protected Method 20070911
6 GET_FAULT_ACTOR Instance method Public Method 20030911
7 GET_FAULT_CODE Instance method Public Method 20030911
8 GET_FAULT_DETAIL Instance method Public Method 20030911
9 GET_FAULT_STRING Instance method Public Method 20030911
10 GET_XI_ERROR Instance method Public Method 20030911
11 SET_ATTRIBUTES Instance method Protected Method 20070911
12 SET_FAULT_ACTOR Instance method Public Method 20030911
13 SET_FAULT_CODE Instance method Public Method 20030911
14 SET_FAULT_DETAIL Instance method Public Method 20030911
15 SET_FAULT_STRING Instance method Public Method 20030911
16 SET_XI_ERROR Instance method Public Method 20030924
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 Importing IM_HEADER Call by reference Type reference (TYPE) TY_SOAP_FAULT 20040506
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20040506

Method BEFORE_RENDER_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting 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 Importing 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 Importing 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 Exporting 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning RE_ERROR Value transfer Object reference (TYPE REF TO) CL_XMS_MSGHDR30_ERROR 20030911
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20030911

Method SET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing IM_ERROR Call by reference Object reference (TYPE REF TO) CL_XMS_MSGHDR30_ERROR 20030924
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20030924
History
Last changed by/on SAP  20110908 
SAP Release Created in 640