SAP ABAP Class IF_CLB2_METHOD_GENERIC (Generic method)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_CLB2_METHOD_PROCESS | Collaboration: Callback Methods for the Process Layer | 20130711 |
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
| Class | IF_CLB2_METHOD_GENERIC | |
| Short Description | Generic method | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20130711 | 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 IF_CLB2_METHOD_GENERIC has no interface implemented.
Friends
Class IF_CLB2_METHOD_GENERIC has no friend class.
Attributes
Class 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
Class 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 class 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 class IF_CLB2_METHOD_GENERIC has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in |