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 Name | Description | Visability |
| GET_CONTENT_ID | Get the Content ID of the batch of operation | Public |
| CALL METHOD /iwbep/if_gateway_exception_fw=>GET_CONTENT_ID...more details | ||
| GET_EXCEPTION_CATEGORY | Get the Exception category, see GCS_EXCEP_CATEGORIES | Public |
| CALL METHOD /iwbep/if_gateway_exception_fw=>GET_EXCEPTION_CATEGORY...more details | ||
| GET_EXCEPTION_CODE | Get the exception's error code | Public |
| CALL METHOD /iwbep/if_gateway_exception_fw=>GET_EXCEPTION_CODE...more details | ||
| GET_EXCEPTION_LANGUAGE | Get the Exception Text's language (sy-langu) | Public |
| CALL METHOD /iwbep/if_gateway_exception_fw=>GET_EXCEPTION_LANGUAGE...more details | ||
| GET_EXCEPTION_TEXT | Returns exception text | Public |
| CALL METHOD /iwbep/if_gateway_exception_fw=>GET_EXCEPTION_TEXT...more details | ||
| GET_FIRST_GATEWAY_EXCEPTION | Get the first previous/inner Gateway exception | Public |
| CALL METHOD /iwbep/if_gateway_exception_fw=>GET_FIRST_GATEWAY_EXCEPTION...more details | ||
|
| ||
| GET_HTTP_STATUS_CODE | Returns the http status code set in the exception | Public |
| CALL METHOD /iwbep/if_gateway_exception_fw=>GET_HTTP_STATUS_CODE...more details | ||
| GET_MESSAGES | Returns the list of messages | Public |
| CALL METHOD /iwbep/if_gateway_exception_fw=>GET_MESSAGES...more details | ||
| GET_MESSAGE_TARGET | Returns the message target set in the exception | Public |
| CALL METHOD /iwbep/if_gateway_exception_fw=>GET_MESSAGE_TARGET...more details | ||
| GET_MESSAGE_TARGETS_ADDITIONAL | Returns the list of message targets set in the exception | Public |
| CALL METHOD /iwbep/if_gateway_exception_fw=>GET_MESSAGE_TARGETS_ADDITIONAL...more details | ||
| GET_MESSAGE_TARGETS_ADDITIO_VC | Returns the list VC of message targets, set in the exception | Public |
| CALL METHOD /iwbep/if_gateway_exception_fw=>GET_MESSAGE_TARGETS_ADDITIO_VC...more details | ||
| GET_MESSAGE_TARGET_VC | Returns the message target VC, set in the exception | Public |
| CALL METHOD /iwbep/if_gateway_exception_fw=>GET_MESSAGE_TARGET_VC...more details | ||
| GET_ROOT_GATEWAY_EXCEPTION | Get the most previous/inner Gateway exception | Public |
| CALL METHOD /iwbep/if_gateway_exception_fw=>GET_ROOT_GATEWAY_EXCEPTION...more details | ||
| GET_SAP_NOTE_ID | Returns the SAP Note number set in the exception | Public |
| CALL METHOD /iwbep/if_gateway_exception_fw=>GET_SAP_NOTE_ID...more details | ||
| GET_T100_INFO | Returns T100 class and number of the exception | Public |
| CALL METHOD /iwbep/if_gateway_exception_fw=>GET_T100_INFO...more details | ||
| GET_T100_KEY | Returns the T100 text key | Public |
| CALL METHOD /iwbep/if_gateway_exception_fw=>GET_T100_KEY...more details | ||
| GET_T100_LONGTEXT_URL | Returns longtext Url from the T100 data | Public |
| CALL METHOD /iwbep/if_gateway_exception_fw=>GET_T100_LONGTEXT_URL...more details | ||
| GET_T100_TEXT | Returns the T100 based text | Public |
| CALL METHOD /iwbep/if_gateway_exception_fw=>GET_T100_TEXT...more details | ||
| REPLACE_MESSAGE_VARIABLES | Replace message variables | Public |
| CALL METHOD /iwbep/if_gateway_exception_fw=>REPLACE_MESSAGE_VARIABLES...more details | ||
| SET_RESPONSE_INFO | Set V4 response info | Public |
| CALL METHOD /iwbep/if_gateway_exception_fw=>SET_RESPONSE_INFO...more details | ||
| TO_RESPONSE_INFO_STRUCTURE | Get Response Info in Exception Format | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| GCS_SAP_NOTES_GATEWAY | Constant | LIKE | Public |
/IWBEP/IF_GATEWAY_EXCEPTION_FW types
TY_EXCEPTION_CATEGORY - Exception Category: /IWBEP/CX_GATEWAY=>GCS_EXCEP_CATEGORIESTY_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