SAP ABAP Class IF_CLB2_METHOD_PROCESS (Collaboration: Callback Methods for the Process Layer)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_CLB2_METHOD_GENERIC | Generic method | 20130711 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_AR_FND_JAM_MTH_SESSION_GET | Jam Process Method: Get Session | 20130529 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_AR_FND_JAM_MTH_TOKEN_GET | Process Method Class: Get Access Token from SAP Jam | 20130529 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_AR_FND_JAM_MTH_TOKEN_REVOKE | Process Method Class: Revoke Token | 20130529 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_AR_FND_JAM_MTH_USERFEED | 20140120 | |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CLB2_METHOD | SAIL: Collaboration function implementation | 20130516 |
| 7 | Interface implementation (CLASS c. INTERFACES i_ref) | TD_CLB2_GENERAL_ABSTRACT | Collaboration: General Test Double (Abstract) | 20130516 |
Properties
| Class | IF_CLB2_METHOD_PROCESS | |
| Short Description | Collaboration: Callback Methods for the Process Layer | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20130516 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_CLB2_METHOD_PROCESS has no interface implemented.
Friends
Class IF_CLB2_METHOD_PROCESS has no friend class.
Attributes
Class IF_CLB2_METHOD_PROCESS has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Evaluate Result After SET_RESULT Has Been Called | 20130516 | |
| 2 | Instance method | Public | Method | Get Method-Specific Data for the Connectivity | 20130516 | |
| 3 | Instance method | Public | Method | Return the Name of the Method | 20130516 | |
| 4 | Instance method | Public | Method | Prepare the Call | 20130516 |
Events
Class IF_CLB2_METHOD_PROCESS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_CONNECTION_DATA | Public | See coding | 20130516 | BEGIN OF ts_connection_data,
endpoint TYPE string,
request_method TYPE CLB2_REQUEST_METHOD,
auth_context TYPE CLB2_AUTH_CONTEXT,
no_xml_check type abap_bool,
END OF ts_connection_data
|
Method Signatures
Method EVALUATE_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CLIENT | Call by reference | Object reference (TYPE REF TO) | IF_CLB2_HTTP_CONNECTOR | 20130516 | ||||
| 2 | IT_RESULT_HEADER | Call by reference | Type reference (TYPE) | TIHTTPNVP | 20130516 | ||||
| 3 | IV_RESULT | Call by reference | Type reference (TYPE) | XSTRING | 20130516 | ||||
| 4 | IV_RESULT_CODE | Call by reference | Type reference (TYPE) | NUM4 | 20130516 | ||||
| 5 | IV_RESULT_MESSAGE | Call by reference | Type reference (TYPE) | STRING | 20130516 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130516 |
Method GET_CONNECTION_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_DATA | Value transfer | Type reference (TYPE) | IF_CLB2_METHOD_PROCESS=>TS_CONNECTION_DATA | 20130516 |
Method GET_CONNECTION_DATA on class IF_CLB2_METHOD_PROCESS has no exception.
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_VALUE | Value transfer | Type reference (TYPE) | STRING | 20130516 |
Method GET_NAME on class IF_CLB2_METHOD_PROCESS has no exception.
Method PREPARE_CALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONNECTOR | Call by reference | Object reference (TYPE REF TO) | IF_CLB2_HTTP_CONNECTOR | 20130516 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130516 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in |