SAP ABAP Class /IWBEP/CX_MGW_BASE_EXCEPTION (Base Exception)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SDE (Application Component) Gateway SAP Data Enablement
⤷
/IWBEP/MGW_GSR_CORE (Package) OData Channel - Service Interface - Core
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CX_STATIC_CHECK | Exceptions with Static and Dynamic Check of RAISING Clause | 20110310 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_T100_MESSAGE | Interface for Accessing T100 Texts | 20110310 |
Meta Relationship - Used By
Properties
| Class | /IWBEP/CX_MGW_BASE_EXCEPTION | |
| Short Description | Base Exception | |
| Super Class | CX_STATIC_CHECK | Exceptions with Static and Dynamic Check of RAISING Clause |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | /IWBEP/CM_MGW_RT | |
| Program status | ||
| Category | 40 | Exception Class |
| Package | /IWBEP/MGW_GSR_CORE | OData Channel - Service Interface - Core |
| Created | 20110310 | SAP |
| Last change | 20141120 | |
| 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_T100_MESSAGE | Interface for Accessing T100 Texts | 20110310 |
Friends
Class /IWBEP/CX_MGW_BASE_EXCEPTION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | /IWBEP/T_MGW_NAME_VALUE_PAIR | Http header parameters | 20120606 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | /IWBEP/MGW_HTTP_STATUS_CODE | http status code, see documentation for constants | 20120605 | |||
| 3 | Instance attribute | Public | Object reference (TYPE REF TO) | /IWBEP/IF_MESSAGE_CONTAINER | Message Container Interface | 20110712 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | /IWBEP/MGW_SAP_NOTE_ID | SAP Note number | 20131002 |
Methods
Events
Class /IWBEP/CX_MGW_BASE_EXCEPTION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_BAL_T_MSG | Public | See coding | 20110628 | TY_BAL_T_MSG TYPE Standard TABLE OF BAL_S_MSG
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HTTP_HEADER_PARAMETERS | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_NAME_VALUE_PAIR | 20120606 | ||||
| 2 | HTTP_STATUS_CODE | Call by reference | Type reference (TYPE) | /IWBEP/MGW_HTTP_STATUS_CODE | 20120605 | ||||
| 3 | MESSAGE_CONTAINER | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_MESSAGE_CONTAINER | 20110712 | ||||
| 4 | PREVIOUS | Call by reference | Attribute reference (LIKE) | PREVIOUS | 20110310 | ||||
| 5 | SAP_NOTE_ID | Call by reference | Type reference (TYPE) | /IWBEP/MGW_SAP_NOTE_ID | 20131002 | ||||
| 6 | TEXTID | Call by reference | Attribute reference (LIKE) | IF_T100_MESSAGE=>T100KEY | 20110310 |
Method CONSTRUCTOR on class /IWBEP/CX_MGW_BASE_EXCEPTION has no exception.
Method GET_HTTP_HEADER_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_HTTP_HEADER_PARAMETERS | Value transfer | Type reference (TYPE) | /IWBEP/T_MGW_NAME_VALUE_PAIR | table for name value pairs | 20120612 |
Method GET_HTTP_HEADER_ATTRIBUTES on class /IWBEP/CX_MGW_BASE_EXCEPTION has no exception.
Method GET_HTTP_STATUS_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_HTTP_STATUS_CODE | Value transfer | Type reference (TYPE) | /IWBEP/MGW_HTTP_STATUS_CODE | http status code, see documentation for constants | 20120612 |
Method GET_HTTP_STATUS_CODE on class /IWBEP/CX_MGW_BASE_EXCEPTION has no exception.
Method GET_MSG_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_MESSAGE_CONTAINER | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_MESSAGE_CONTAINER | Message Container Interface | 20110713 |
Method GET_MSG_CONTAINER on class /IWBEP/CX_MGW_BASE_EXCEPTION has no exception.
Method GET_SAP_NOTE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SAP_NOTE_ID | Value transfer | Type reference (TYPE) | /IWBEP/MGW_SAP_NOTE_ID | SAP Note | 20131002 |
Method GET_SAP_NOTE_ID on class /IWBEP/CX_MGW_BASE_EXCEPTION has no exception.
Method _GET_LONGTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PRESERVE_NEWLINES | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110627 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20110627 | ||||
| 3 | T100_PREPEND_SHORT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 'X' | 20110627 | |||
| 4 | TEXT | Value transfer | Object reference (TYPE REF TO) | IF_MESSAGE | Interface for Accessing Texts from Message Objects | 20110627 |
Method _GET_LONGTEXT on class /IWBEP/CX_MGW_BASE_EXCEPTION has no exception.
Method _GET_T100_LONGTEXT_FOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJ | Value transfer | Object reference (TYPE REF TO) | OBJECT | 20110627 | ||||
| 2 | PREPEND_SHORT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 'X' | 20110627 | |||
| 3 | RESULT | Call by reference | Type reference (TYPE) | STRING | 20110627 | ||||
| 4 | T100KEY | Call by reference | Type reference (TYPE) | SCX_T100KEY | T100 Key with Parameters Mapped to Attribute Names | 20110627 | |||
| 5 | TEXT | Value transfer | Object reference (TYPE REF TO) | IF_MESSAGE | Interface for Accessing Texts from Message Objects | 20110627 |
Method _GET_T100_LONGTEXT_FOR on class /IWBEP/CX_MGW_BASE_EXCEPTION has no exception.
Method _GET_T100_LONGTEXT_ITF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITF_ITAB | Call by reference | Type reference (TYPE) | TLINE_TAB | List of SAPscript Lines | 20110627 | |||
| 2 | OBJ | Value transfer | Object reference (TYPE REF TO) | OBJECT | 20110627 | ||||
| 3 | T100KEY | Call by reference | Type reference (TYPE) | SCX_T100KEY | T100 Key with Parameters Mapped to Attribute Names | 20110627 |
Method _GET_T100_LONGTEXT_ITF on class /IWBEP/CX_MGW_BASE_EXCEPTION has no exception.
Method _GET_T100_TEXT_FOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJ | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20110627 | ||||
| 2 | RESULT | Call by reference | Type reference (TYPE) | STRING | 20110627 | ||||
| 3 | T100KEY | Call by reference | Type reference (TYPE) | SCX_T100KEY | T100 Key with Parameters Mapped to Attribute Names | 20110627 |
Method _GET_T100_TEXT_FOR on class /IWBEP/CX_MGW_BASE_EXCEPTION has no exception.
Method _GET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20110627 | ||||
| 2 | TEXT | Value transfer | Object reference (TYPE REF TO) | IF_MESSAGE | Interface for Accessing Texts from Message Objects | 20110627 |
Method _GET_TEXT on class /IWBEP/CX_MGW_BASE_EXCEPTION has no exception.
Method _SET_SINGLE_MSG_VAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ARG | Call by reference | Type reference (TYPE) | CLIKE | 20110627 | ||||
| 2 | OBJ | Value transfer | Object reference (TYPE REF TO) | OBJECT | 20110627 | ||||
| 3 | TARGET | Call by reference | Type reference (TYPE) | C | 20110627 |
Method _SET_SINGLE_MSG_VAR on class /IWBEP/CX_MGW_BASE_EXCEPTION has no exception.
Method __GET_OTR_TEXT_RAW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Call by reference | Type reference (TYPE) | STRING | 20110627 | ||||
| 2 | TEXTID | Call by reference | Type reference (TYPE) | SOTR_CONC | Key for Logical Object in the OTR | 20110627 |
Method __GET_OTR_TEXT_RAW on class /IWBEP/CX_MGW_BASE_EXCEPTION has no exception.
Method __GET_TEXT_SPARAMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJ | Value transfer | Object reference (TYPE REF TO) | OBJECT | 20110627 | ||||
| 2 | PARAMS | Call by reference | Type reference (TYPE) | SBTFR_PARAM_TT | Table with Assignment of Parameter and Value (Type String) | 20110627 |
Method __GET_TEXT_SPARAMS on class /IWBEP/CX_MGW_BASE_EXCEPTION has no exception.
Method __REPLACE_TEXT_PARAMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJ | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20110627 | ||||
| 2 | RESULT | Call by reference | Type reference (TYPE) | STRING | 20110627 |
Method __REPLACE_TEXT_PARAMS on class /IWBEP/CX_MGW_BASE_EXCEPTION has no exception.
Method __STRIP_NEWLINES_FROM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MESSAGE | Call by reference | Type reference (TYPE) | STRING | 20110627 |
Method __STRIP_NEWLINES_FROM on class /IWBEP/CX_MGW_BASE_EXCEPTION has no exception.
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 200 |