SAP ABAP Class CL_CLB2_METHOD (SAIL: Collaboration function implementation)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-AR-SM (Application Component) SAP UI Integration - Social Media Collaboration Enablement
⤷
CLB2_PROCESS (Package) Process Layer of the Collaboration Platform Library
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CLB2_METHOD_GENERIC | Generic method | 20130711 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CLB2_METHOD_PROCESS | Collaboration: Callback Methods for the Process Layer | 20130516 |
Properties
| Class | CL_CLB2_METHOD | |
| Short Description | SAIL: Collaboration function implementation | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CLB2_PROCESS | Process Layer of the Collaboration Platform Library |
| Created | 20130516 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CLB2_METHOD_GENERIC | Generic method | 20130711 | ||
| 2 | IF_CLB2_METHOD_PROCESS | Collaboration: Callback Methods for the Process Layer | 20130516 |
Friends
Class CL_CLB2_METHOD has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20130516 | |||||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_CLB2_HTTP_CONNECTOR | Connector | 20130516 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CLB2_DICTIONARY | CLAS CL_CLB2_METHOD | 20130516 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | IF_CLB2_CONFIGURATION=>TY_APPLICATION_CONFIG | CLAS CL_CLB2_METHOD | 20130516 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | IF_CLB2_METHOD_PROCESS=>TS_CONNECTION_DATA | Connection Data | 20130516 | |||
| 6 | Instance attribute | Private | See coding | 20130516 | |||||
| 7 | Instance attribute | Private | See coding | 20130516 | |||||
| 8 | Instance attribute | Protected | Type reference (TYPE) | TIHTTPNVP | CLAS CL_CLB2_METHOD | 20130516 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | XSTRING | CLAS CL_CLB2_METHOD | 20130516 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | CLB2_PLATFORM_METHOD | Method Name | 20130516 | |||
| 11 | Instance attribute | Protected | Type reference (TYPE) | XSTRING | Result | 20130516 | |||
| 12 | Instance attribute | Protected | Type reference (TYPE) | CLB2_RESULT_CODE | Result Code | 20130516 | |||
| 13 | Instance attribute | Protected | Type reference (TYPE) | STRING | Result Message | 20130516 | |||
| 14 | Instance attribute | Protected | Type reference (TYPE) | CLB2_PLATFORM_METHOD_VERSION | Method Version | 20130516 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add Form Field to HTTP Request | 20130516 | |
| 2 | Instance method | Public | Method | Add Header Field to HTTP Request | 20130516 | |
| 3 | Instance method | Public | Method | Get the Location Header from the HTTP Client | 20130516 | |
| 4 | Instance method | Public | Method | Get the Result Data as Delivered from the Target Platform | 20130516 | |
| 5 | Instance method | Public | Method | Get the Return Code of the Method Call | 20130516 | |
| 6 | Instance method | Public | Method | Initialize the Method | 20130516 | |
| 7 | Instance method | Public | Method | Set Data for Call Preparation | 20130516 |
Events
Class CL_CLB2_METHOD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_FIELD | Public | See coding | 20130516 | BEGIN OF ts_field,
name TYPE string,
value TYPE string,
END OF ts_field
|
Method Signatures
Method ADD_FORM_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20130516 | ||||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20130516 |
Method ADD_FORM_FIELD on class CL_CLB2_METHOD has no exception.
Method ADD_HEADER_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20130516 | ||||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20130516 |
Method ADD_HEADER_FIELD on class CL_CLB2_METHOD has no exception.
Method GET_LOCATION_HEADER 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_LOCATION_HEADER on class CL_CLB2_METHOD has no exception.
Method GET_RAW_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_VALUE | Value transfer | Type reference (TYPE) | XSTRING | 20130516 |
Method GET_RAW_DATA on class CL_CLB2_METHOD has no exception.
Method GET_RESULT_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_VALUE | Value transfer | Type reference (TYPE) | CLB2_RESULT_CODE | Result Code | 20130516 |
Method GET_RESULT_CODE on class CL_CLB2_METHOD has no exception.
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_APP_CONFIG | Call by reference | Type reference (TYPE) | IF_CLB2_CONFIGURATION=>TY_APPLICATION_CONFIG | Application-specific Configuration Data | 20130516 | |||
| 2 | IS_CONNECTION_DATA | Call by reference | Type reference (TYPE) | IF_CLB2_METHOD_PROCESS=>TS_CONNECTION_DATA | Method-specific Connection Data | 20130516 | |||
| 3 | IV_METHOD_NAME | Call by reference | Type reference (TYPE) | CLB2_PLATFORM_METHOD | Method Name | 20130516 | |||
| 4 | IV_VERSION | Call by reference | Type reference (TYPE) | CLB2_PLATFORM_METHOD_VERSION | Method version | 20130516 |
Method INIT on class CL_CLB2_METHOD has no exception.
Method SET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_XDATA | Call by reference | Type reference (TYPE) | XSTRING | 20131121 | ||||
| 2 | IV_XML | Call by reference | Type reference (TYPE) | STRING | 20130516 |
Method SET_DATA on class CL_CLB2_METHOD has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 100 |