SAP ABAP Interface IF_CLB2_METHOD_GENERIC (Generic method)
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 - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CLB2_METHOD | SAIL: Collaboration function implementation | 20130711 |
Properties
| Interface | IF_CLB2_METHOD_GENERIC | |
| Short Description | Generic method |
General Data
| Package | CLB2_PROCESS | Process Layer of the Collaboration Platform Library |
| Created | 20130711 | SAP |
| Last changed | 20131127 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_CLB2_CONFIGURATION | 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_PROCESS | Collaboration: Callback Methods for the Process Layer | 20130711 |
Friends
Interface IF_CLB2_METHOD_GENERIC has no friend.
Attributes
Interface IF_CLB2_METHOD_GENERIC has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130711 | ||
| 2 | Instance method | Public | Method | 20130711 |
Events
Interface IF_CLB2_METHOD_GENERIC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_FIELD | Public | See coding | 20130711 | BEGIN OF ts_field,
name TYPE string,
value TYPE string,
END OF ts_field
|
||
| 2 | TS_INPUT | Public | See coding | 20130711 | BEGIN OF ts_input,
method_name TYPE clb2_platform_method,
version TYPE clb2_platform_method_version,
appli_config TYPE if_clb2_configuration=>ty_application_config,
connection_data TYPE if_clb2_method_process=>ts_connection_data,
request_body TYPE xstring,
header_fields TYPE tt_field,
form_fields TYPE tt_field,
END OF ts_input
|
||
| 3 | TS_RESULT | Public | See coding | 20130711 | BEGIN OF ts_result,
response_body TYPE xstring,
header_fields TYPE tt_field,
result_code TYPE clb2_result_code,
END OF ts_result
|
||
| 4 | TT_FIELD | Public | See coding | 20130711 | tt_field TYPE STANDARD TABLE OF ts_field WITH DEFAULT KEY
|
Method Signatures
Method GET_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_RESULT | Value transfer | Type reference (TYPE) | TS_RESULT | 20130711 |
Method GET_RESULT on Interface IF_CLB2_METHOD_GENERIC has no exception.
Method SET_INPUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_INPUT | Call by reference | Type reference (TYPE) | TS_INPUT | 20130711 |
Method SET_INPUT on Interface IF_CLB2_METHOD_GENERIC has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 100 |