SAP ABAP Class /IWBEP/CL_SB_GEN_DPC_RT_UTIL (DPC generator RT utility)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SB (Application Component) Gateway Service Builder
⤷
/IWBEP/SB_GENDPC_CMN (Package) Gateway Service Builder # Generator DPC for CMN
⤷
⤷
Properties
| Class | /IWBEP/CL_SB_GEN_DPC_RT_UTIL | |
| Short Description | DPC generator RT utility | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /IWBEP/SB_GENDPC_CMN | Gateway Service Builder # Generator DPC for CMN |
| Created | 20120125 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class /IWBEP/CL_SB_GEN_DPC_RT_UTIL has no interface implemented.
Friends
Class /IWBEP/CL_SB_GEN_DPC_RT_UTIL has no friend class.
Attributes
Class /IWBEP/CL_SB_GEN_DPC_RT_UTIL has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Get RFC destination | 20130121 | |
| 2 | Static method | Public | Method | Pretty printer | 20120131 | |
| 3 | Static method | Public | Method | Raise business error to ODC consumers | 20120201 | |
| 4 | Static method | Public | Method | Raise technical error to ODC consumers | 20120201 | |
| 5 | Static method | Public | Method | Constant translation | 20120125 | |
| 6 | Static method | Public | Method | RFC call exception handling | 20120201 | |
| 7 | Static method | Public | Method | Save the RFC call log in the application log | 20120201 |
Events
Class /IWBEP/CL_SB_GEN_DPC_RT_UTIL has no event.
Types
Class /IWBEP/CL_SB_GEN_DPC_RT_UTIL has no local type.
Method Signatures
Method GET_RFC_DESTINATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_DP_FACADE | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_MGW_DP_FACADE | OData Channel - Data Provider Facade | 20130121 | |||
| 2 | RV_RFC_DESTINATION | Value transfer | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20130121 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Technical Exception | 20130121 |
Method PRETTY_PRINTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_SOURCE | Call by reference | Type reference (TYPE) | RSWSOURCET | ABAP Source | 20120131 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | DPC handler exception class | 20120222 |
Method RAISE_BUSINESS_ERR_TO_CONSUMER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_LOGGER | Call by reference | Object reference (TYPE REF TO) | /IWBEP/CL_COS_LOGGER | Logger for local AppsLog and CCMS | 20120625 | |||
| 2 | IO_MESSAGE_CONTAINER | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_MESSAGE_CONTAINER | Message Container Interface | 20120202 | |||
| 3 | IS_T100KEY | Call by reference | Type reference (TYPE) | SCX_T100KEY | T100 Key with Parameters Mapped to Attribute Names | 20120201 | |||
| 4 | IV_GENERIC_ERROR | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20120201 | |||
| 5 | IV_MESSAGE_VAR | Call by reference | Type reference (TYPE) | /IWBEP/MGW_BOP_RFC_EXCEP_TEXT | RFC Exception Text | 20120625 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Business Exception | 20120625 |
Method RAISE_TECH_ERR_TO_CONSUMER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_LOGGER | Call by reference | Object reference (TYPE REF TO) | /IWBEP/CL_COS_LOGGER | Logger for local AppsLog and CCMS | 20120625 | |||
| 2 | IS_T100KEY | Call by reference | Type reference (TYPE) | SCX_T100KEY | T100 Key with Parameters Mapped to Attribute Names | 20120201 | |||
| 3 | IV_MESSAGE_VAR | Call by reference | Type reference (TYPE) | /IWBEP/MGW_BOP_RFC_EXCEP_TEXT | RFC Exception Text | 20120625 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Technical Exception | 20120625 |
Method RESOLVE_CONSTANT_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_VALUE | Call by reference | Type reference (TYPE) | ANY | 20120125 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | System Exception for Overflow When Converting | 20120125 |
Method RFC_EXCEPTION_HANDLING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_LOGGER | Call by reference | Object reference (TYPE REF TO) | /IWBEP/CL_COS_LOGGER | Logger for local AppsLog and CCMS | 20120625 | |||
| 2 | IV_EXP_MESSAGE_TEXT | Call by reference | Type reference (TYPE) | /IWBEP/MGW_BOP_RFC_EXCEP_TEXT | RFC Exception Text | 20120201 | |||
| 3 | IV_SUBRC | Call by reference | Type reference (TYPE) | SY-SUBRC | Return Value of ABAP Statements | 20120201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Business Exception | 20120201 | ||
| 2 | Technical Exception | 20120201 |
Method RFC_SAVE_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_LOGGER | Call by reference | Object reference (TYPE REF TO) | /IWBEP/CL_COS_LOGGER | Logger for local AppsLog and CCMS | 20120201 | |||
| 2 | IO_MESSAGE_CONTAINER | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_MESSAGE_CONTAINER | Message Container Interface | 20120201 | |||
| 3 | IS_RETURN | Call by reference | Type reference (TYPE) | ANY | Return Parameter | 20120201 | |||
| 4 | IT_KEY_TAB | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_NAME_VALUE_PAIR | table for name value pairs | 20120201 | |||
| 5 | IT_RETURN | Call by reference | Type reference (TYPE) | ANY TABLE | Return parameter table | 20120201 | |||
| 6 | IV_ENTITY_TYPE | Call by reference | Type reference (TYPE) | STRING | 20120201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Business Exception | 20120201 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 200 |