SAP /IWBEP/IF_GATEWAY_EXCEPTION_FW OO Class - SAP Gateway Exception - Framework API









/IWBEP/IF_GATEWAY_EXCEPTION_FW 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 /IWBEP/IF_GATEWAY_EXCEPTION_FW 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 /IWBEP/IF_GATEWAY_EXCEPTION_FW 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
GET_CONTENT_IDGet the Content ID of the batch of operationPublic
CALL METHOD /iwbep/if_gateway_exception_fw=>GET_CONTENT_ID...more details

GET_EXCEPTION_CATEGORYGet the Exception category, see GCS_EXCEP_CATEGORIESPublic
CALL METHOD /iwbep/if_gateway_exception_fw=>GET_EXCEPTION_CATEGORY...more details

GET_EXCEPTION_CODEGet the exception's error codePublic
CALL METHOD /iwbep/if_gateway_exception_fw=>GET_EXCEPTION_CODE...more details

GET_EXCEPTION_LANGUAGEGet the Exception Text's language (sy-langu)Public
CALL METHOD /iwbep/if_gateway_exception_fw=>GET_EXCEPTION_LANGUAGE...more details

GET_EXCEPTION_TEXTReturns exception textPublic
CALL METHOD /iwbep/if_gateway_exception_fw=>GET_EXCEPTION_TEXT...more details

GET_FIRST_GATEWAY_EXCEPTIONGet the first previous/inner Gateway exceptionPublic
CALL METHOD /iwbep/if_gateway_exception_fw=>GET_FIRST_GATEWAY_EXCEPTION...more details

GET_HTTP_STATUS_CODEReturns the http status code set in the exceptionPublic
CALL METHOD /iwbep/if_gateway_exception_fw=>GET_HTTP_STATUS_CODE...more details

GET_MESSAGESReturns the list of messagesPublic
CALL METHOD /iwbep/if_gateway_exception_fw=>GET_MESSAGES...more details

GET_MESSAGE_TARGETReturns the message target set in the exceptionPublic
CALL METHOD /iwbep/if_gateway_exception_fw=>GET_MESSAGE_TARGET...more details

GET_MESSAGE_TARGETS_ADDITIONALReturns the list of message targets set in the exceptionPublic
CALL METHOD /iwbep/if_gateway_exception_fw=>GET_MESSAGE_TARGETS_ADDITIONAL...more details

GET_MESSAGE_TARGETS_ADDITIO_VCReturns the list VC of message targets, set in the exceptionPublic
CALL METHOD /iwbep/if_gateway_exception_fw=>GET_MESSAGE_TARGETS_ADDITIO_VC...more details

GET_MESSAGE_TARGET_VCReturns the message target VC, set in the exceptionPublic
CALL METHOD /iwbep/if_gateway_exception_fw=>GET_MESSAGE_TARGET_VC...more details

GET_ROOT_GATEWAY_EXCEPTIONGet the most previous/inner Gateway exceptionPublic
CALL METHOD /iwbep/if_gateway_exception_fw=>GET_ROOT_GATEWAY_EXCEPTION...more details

GET_SAP_NOTE_IDReturns the SAP Note number set in the exceptionPublic
CALL METHOD /iwbep/if_gateway_exception_fw=>GET_SAP_NOTE_ID...more details

GET_T100_INFOReturns T100 class and number of the exceptionPublic
CALL METHOD /iwbep/if_gateway_exception_fw=>GET_T100_INFO...more details

GET_T100_KEYReturns the T100 text keyPublic
CALL METHOD /iwbep/if_gateway_exception_fw=>GET_T100_KEY...more details

GET_T100_LONGTEXT_URLReturns longtext Url from the T100 dataPublic
CALL METHOD /iwbep/if_gateway_exception_fw=>GET_T100_LONGTEXT_URL...more details

GET_T100_TEXTReturns the T100 based textPublic
CALL METHOD /iwbep/if_gateway_exception_fw=>GET_T100_TEXT...more details

REPLACE_MESSAGE_VARIABLESReplace message variablesPublic
CALL METHOD /iwbep/if_gateway_exception_fw=>REPLACE_MESSAGE_VARIABLES...more details

SET_RESPONSE_INFOSet V4 response infoPublic
CALL METHOD /iwbep/if_gateway_exception_fw=>SET_RESPONSE_INFO...more details

TO_RESPONSE_INFO_STRUCTUREGet Response Info in Exception FormatPublic
CALL METHOD /iwbep/if_gateway_exception_fw=>TO_RESPONSE_INFO_STRUCTURE...more details



/IWBEP/IF_GATEWAY_EXCEPTION_FW 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
GCS_SAP_NOTES_GATEWAYConstantLIKE
Public




/IWBEP/IF_GATEWAY_EXCEPTION_FW types

TY_EXCEPTION_CATEGORY - Exception Category: /IWBEP/CX_GATEWAY=>GCS_EXCEP_CATEGORIES
TY_HTTP_STATUS_CODE - HTTP status code: /IWBEP/CX_GATEWAY=>GCS_HTTP_STATUS_CODES
TY_SAP_NOTE_ID - SAP Note number
TY_S_EXCEPTION - Exception that was e.g. triggered by the application
TY_S_MESSAGE - T100 message
TY_S_T100_INFO -
TY_S_VARIABLE_VALUE - Variable value structure for variable replacement
TY_T_MESSAGE - List of messages (from the message container class)
TY_T_MESSAGE_TARGET - Table of message targets
TY_T_TARGETS_ADDITIONAL - Obsolete - use ty_t_message_target instead
TY_T_VARIABLE_VALUE - Variable value list for variable replacement

Links to Related Class(s)

/IWBEP/I...
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!