SAP ABAP Interface IF_CLB2_CONFIGURATION (Collaboration: Access the Configuration)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-AR-SM (Application Component) SAP UI Integration - Social Media Collaboration Enablement
⤷
CLB2_CUST (Package) Customizing 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_CONFIG | Collaboration Platform: Access to configuration | 20130516 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | TD_CLB2_GENERAL_ABSTRACT | Collaboration: General Test Double (Abstract) | 20130516 |
Properties
Interface | IF_CLB2_CONFIGURATION | |
Short Description | Collaboration: Access the Configuration |
General Data
Package | CLB2_CUST | Customizing of the Collaboration Platform Library |
Created | 20130516 | SAP |
Last changed | 20141120 | |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_CLB2_CONFIGURATION has no interface.
Friends
Interface IF_CLB2_CONFIGURATION has no friend.
Attributes
Interface IF_CLB2_CONFIGURATION has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Check Whether a Given Application Exists | 20130516 |
2 | ![]() |
Instance method | Public | Method | Check Whether a Platform Type/Platform/Application Exists | 20130516 |
3 | ![]() |
Instance method | Public | Method | Retrieve All Configuration Data on Application Level | 20130516 |
4 | ![]() |
Instance method | Public | Method | Get Authentication Method | 20130516 |
5 | ![]() |
Instance method | Public | Method | Get the Implementing Class for a Dispatcher | 20130516 |
6 | ![]() |
Instance method | Public | Method | Get the Implementing Class of an Interface | 20130516 |
7 | ![]() |
Instance method | Public | Method | Retrieve All Information for a Method | 20130516 |
8 | ![]() |
Instance method | Public | Method | Get Service | 20130603 |
Events
Interface IF_CLB2_CONFIGURATION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_APPLICATION_CONFIG | Public | See coding | 20130516 | BEGIN OF ty_application_config ,
platform TYPE clb2_platform_id.
INCLUDE TYPE clb2_s_appli_platf_key AS appli_platf_key.
INCLUDE TYPE clb2_s_platf_data AS platf_data.
INCLUDE TYPE clb2_s_appli_data_data AS appli_data.
TYPES: END OF ty_application_config
|
||
2 | TY_METHOD_DATA | Public | See coding | 20130516 | BEGIN OF ty_method_data.
TYPES: method_version TYPE clb2_platform_method_version.
TYPES: proc_meth_class TYPE clb2_process_method_class.
TYPES END OF ty_method_data
|
||
3 | TY_S_APPLI_ID | Public | See coding | 20130516 | BEGIN OF ty_s_appli_id,
application_id TYPE clb2_application_id,
END OF ty_s_appli_id
|
||
4 | TY_T_APPLI_ID | Public | See coding | 20130516 | ty_t_appli_id TYPE SORTED TABLE OF ty_s_appli_id WITH UNIQUE KEY application_id
|
Method Signatures
Method APPLICATION_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | Boolean Variable (X=True, -=False, Space=Unknown) | 20130516 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130516 |
Method CHECK_CONSISTENCY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_NO_APPL | Call by reference | Type reference (TYPE) | ABAP_BOOL | X if the application does not exist | 20130516 | ||
2 | ![]() |
EV_NO_PLATF | Call by reference | Type reference (TYPE) | ABAP_BOOL | X if the platform does not exist | 20130516 | ||
3 | ![]() |
EV_NO_PTYPE | Call by reference | Type reference (TYPE) | ABAP_BOOL | X if the platform type does not exist | 20130516 |
Method CHECK_CONSISTENCY on Interface IF_CLB2_CONFIGURATION has no exception.
Method GET_APPLICATION_CONFIG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_VALUE | Value transfer | Type reference (TYPE) | IF_CLB2_CONFIGURATION=>TY_APPLICATION_CONFIG | 20130516 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130516 |
Method GET_AUTHENTICATION_METHOD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_AUTH_CONTEXT | Call by reference | Type reference (TYPE) | CLB2_AUTH_CONTEXT | 20130516 | |||
2 | ![]() |
RV_METHOD | Value transfer | Type reference (TYPE) | CLB2_AUTH_METHOD | 20130516 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130516 |
Method GET_DISPATCHER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_CLASSNAME | Value transfer | Type reference (TYPE) | STRING | Name of implementing class | 20130516 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SAIL: Configuration exception | 20130516 |
Method GET_IMPL_CLASS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_IF_NAME | Call by reference | Type reference (TYPE) | STRING | Interface name sought | 20130516 | ||
2 | ![]() |
RV_CLASSNAME | Value transfer | Type reference (TYPE) | STRING | Name of implementing class | 20130516 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SAIL: Configuration exception | 20130516 |
Method GET_METHOD_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_METHOD | Call by reference | Type reference (TYPE) | CLB2_PLATFORM_METHOD | 20130516 | |||
2 | ![]() |
RS_VALUE | Value transfer | Type reference (TYPE) | IF_CLB2_CONFIGURATION=>TY_METHOD_DATA | 20130516 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130516 |
Method GET_SERVICE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PTYPE | Call by reference | Type reference (TYPE) | CLB2_PLATFORM_TYPE | Collaboration: Service Provider Type | 20130603 | ||
2 | ![]() |
IV_SERVICE | Call by reference | Type reference (TYPE) | CLB2_SERVICE | Collaboration: Service | 20130604 | ||
3 | ![]() |
RS_SERVICE_DATA | Value transfer | Type reference (TYPE) | CLB2_S_SERVICE_DATA | Data Structure of Tables CLBS/C_SERVICE | 20130603 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Collaboration: Configuration exception | 20130604 |
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 100 |