SAP IF_SOAP_FAULT OO Class -









IF_SOAP_FAULT is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class IF_SOAP_FAULT including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of IF_SOAP_FAULT SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ADD_NOT_UNDERSTOOD_HDRAdd header marked as mandatory but it is not understoodPublic
CALL METHOD if_soap_fault=>ADD_NOT_UNDERSTOOD_HDR...more details

ADD_REASONAdd Description for Fault ReasonPublic
CALL METHOD if_soap_fault=>ADD_REASON...more details

ADD_SUBCODEAdd Code to SubcodesPublic
CALL METHOD if_soap_fault=>ADD_SUBCODE...more details

ADD_SUPPORTED_ENVELOPEAdd Supported EnvelopePublic
CALL METHOD if_soap_fault=>ADD_SUPPORTED_ENVELOPE...more details

ADD_UPGRADE_HDRAdd Upgrade ElementPublic
CALL METHOD if_soap_fault=>ADD_UPGRADE_HDR...more details

GET_NOT_UNDERSTOOD_HDR_TABget table with not understood headersPublic
CALL METHOD if_soap_fault=>GET_NOT_UNDERSTOOD_HDR_TAB...more details

GET_UPGRADE_HDRGet Upgrade ElementPublic
CALL METHOD if_soap_fault=>GET_UPGRADE_HDR...more details

RAISE_FAULTTrigger Internal Exception to Send FaultPublic
CALL METHOD if_soap_fault=>RAISE_FAULT...more details

SET_CODE_BY_IDSet Fault Code and Fault Name from Fault IDPublic
CALL METHOD if_soap_fault=>SET_CODE_BY_ID...more details

SET_CODE_BY_NAMESet Fault Code and Fault Name from Fault NamePublic
CALL METHOD if_soap_fault=>SET_CODE_BY_NAME...more details

SET_NODENAMEWho is responsible for this fault?Public
CALL METHOD if_soap_fault=>SET_NODENAME...more details

SET_ROLESet Current Role of Current UserPublic
CALL METHOD if_soap_fault=>SET_ROLE...more details



IF_SOAP_FAULT attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
CODEInstance AttributeLIKE
TSOAP_FAULT_CODE_TYPE
Public
DETAILInstance AttributeAbstract SXML/SXMLP PartLIKE
IF_SXMLP_PART_ABSTRACT
Public
NODENAMEInstance AttributeURI of Node that Signals FaultLIKE
ANYURI
Public
NOT_UNDERSTOOD_TABInstance AttributeLIKE
TSOAP_12_NOT_UNDERSTOOD_TAB
Public
REASONInstance AttributeLIKE
TSOAP_FAULT_REASON_TAB
Public
ROLEInstance AttributeLIKE
ANYURI
Public
SUBCODESInstance AttributeLIKE
TSOAP_12_SUBCODES_TAB
Public
SUPPORTED_ENV_TABInstance AttributeLIKE
TSOAP_12_SUPPORTED_ENV_TAB
Public
TEXTInstance AttributeLIKE
TSOAP_12_REASONTEXT
Public
UPGRADEInstance AttributeLIKE
IF_SXMLP_LIST
Public
VALUEInstance AttributeLIKE
TSOAP_FAULT_CODE_TYPE
Public


Links to Related Class(s)

IF_SOAP_...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!