SAP ABAP Class CL_CC_MESSAGE_HANDLING (Message Handling)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
CA (Application Component) Cross-Application Components
⤷
ISX_MD_CC_ADAPTER (Package) Adapter for SAP Convergent Charging
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISX_MD_CC_CONSTANTS | Constants for SAP CC contract call | 20101119 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISX_MD_COL_CONSTANTS | Constants for master data replictaion | 20120713 |
Properties
| Class | CL_CC_MESSAGE_HANDLING | |
| Short Description | Message Handling | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ISX_MD_CC_ADAPTER | Adapter for SAP Convergent Charging |
| Created | 20101119 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CC_MESSAGE_HANDLING has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ISX_MD_CC_CONSTANTS | Constants for SAP CC contract call | 20101119 | ||
| 2 | IF_ISX_MD_COL_CONSTANTS | Constants for master data replictaion | 20120713 |
Friends
Class CL_CC_MESSAGE_HANDLING has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add error from exception cx_ai_application_fault | 20120713 | |
| 2 | Instance method | Public | Method | Add message from service response to BAPIRET2 | 20101119 | |
| 3 | Instance method | Protected | Method | Add response from service to BAPIRET2 | 20120713 | |
| 4 | Instance method | Public | Method | Add response from maintain service to BAPIRET2 | 20120713 | |
| 5 | Instance method | Public | Method | Add response from read service to BAPIRET2 | 20120713 | |
| 6 | Instance method | Public | Method | Add error from exception cx_ai_system_fault | 20120713 | |
| 7 | Instance method | Public | Method | Add SY message to BAPIRET2 | 20101119 | |
| 8 | Static method | Public | Method | Get instance | 20101119 |
Events
Class CL_CC_MESSAGE_HANDLING has no event.
Types
Class CL_CC_MESSAGE_HANDLING has no local type.
Method Signatures
Method ADD_APPLICATION_FAULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20120713 | |||
| 2 | IR_CX_AI_APPLICATION_FAULT | Call by reference | Object reference (TYPE REF TO) | CX_AI_APPLICATION_FAULT | Application Integration: Application Error | 20120713 |
Method ADD_APPLICATION_FAULT on class CL_CC_MESSAGE_HANDLING has no exception.
Method ADD_RESPONSE_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20101119 | |||
| 2 | IV_CATEGORY | Call by reference | Type reference (TYPE) | BAPI_PARAM | Parameter Name | 20110117 | |||
| 3 | IV_MESSAGE | Call by reference | Type reference (TYPE) | STRING | Message from service | 20101119 | |||
| 4 | IV_MSG_TYPE | Call by reference | Type reference (TYPE) | BAPI_MTYPE | Message type: S Success, E Error, W Warning, I Info, A Abort | 20101119 |
Method ADD_RESPONSE_MESSAGE on class CL_CC_MESSAGE_HANDLING has no exception.
Method ADD_SERVICE_RESPONSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20120713 | |||
| 2 | IS_RESPONSE | Call by reference | Type reference (TYPE) | ISX_RESPONSE | Proxy Structure (generated) | 20120713 | |||
| 3 | IT_MESSAGE | Call by reference | Type reference (TYPE) | APPLMSGTAB | Return Table for Messages | 20120713 | |||
| 4 | IV_ID | Call by reference | Type reference (TYPE) | ANY | Proxy Data Element (generated) | 20120713 |
Method ADD_SERVICE_RESPONSE on class CL_CC_MESSAGE_HANDLING has no exception.
Method ADD_SERVICE_RESPONSE_MAINTAIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20120713 | |||
| 2 | IS_RESPONSE | Call by reference | Type reference (TYPE) | ISX_RESPONSE | Proxy Structure (generated) | 20120713 | |||
| 3 | IT_MESSAGE | Call by reference | Type reference (TYPE) | APPLMSGTAB | Return Table for Messages | 20120713 | |||
| 4 | IV_ID | Call by reference | Type reference (TYPE) | ANY | Proxy Data Element (generated) | 20120713 |
Method ADD_SERVICE_RESPONSE_MAINTAIN on class CL_CC_MESSAGE_HANDLING has no exception.
Method ADD_SERVICE_RESPONSE_READ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20120713 | |||
| 2 | IS_RESPONSE | Call by reference | Type reference (TYPE) | ISX_RESPONSE | Proxy Structure (generated) | 20120713 | |||
| 3 | IT_MESSAGE | Call by reference | Type reference (TYPE) | APPLMSGTAB | Return Table for Messages | 20120713 | |||
| 4 | IV_ID | Call by reference | Type reference (TYPE) | ANY | Proxy Data Element (generated) | 20120713 |
Method ADD_SERVICE_RESPONSE_READ on class CL_CC_MESSAGE_HANDLING has no exception.
Method ADD_SYSTEM_FAULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20120713 | |||
| 2 | IR_CX_AI_SYS_FAULT | Call by reference | Object reference (TYPE REF TO) | CX_AI_SYSTEM_FAULT | Application Integration: Technical Error | 20120713 |
Method ADD_SYSTEM_FAULT on class CL_CC_MESSAGE_HANDLING has no exception.
Method ADD_SY_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20101119 | |||
| 2 | IV_CATEGORY | Call by reference | Type reference (TYPE) | BAPI_PARAM | Parameter Name | 20110118 |
Method ADD_SY_MESSAGE on class CL_CC_MESSAGE_HANDLING has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_CC_MESSAGE_HANDLING | Message Handler | 20101119 |
Method GET_INSTANCE on class CL_CC_MESSAGE_HANDLING has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 606 |