SAP ABAP Class IF_CLB2_CONFIGURATION (Collaboration: Access the Configuration)
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
Class IF_CLB2_CONFIGURATION  
Short Description Collaboration: Access the Configuration    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_CLB2_CONFIGURATION has no interface implemented.
Friends
Class IF_CLB2_CONFIGURATION has no friend class.
Attributes
Class IF_CLB2_CONFIGURATION has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 APPLICATION_EXISTS Instance method Public Method Check Whether a Given Application Exists 20130516
2 CHECK_CONSISTENCY Instance method Public Method Check Whether a Platform Type/Platform/Application Exists 20130516
3 GET_APPLICATION_CONFIG Instance method Public Method Retrieve All Configuration Data on Application Level 20130516
4 GET_AUTHENTICATION_METHOD Instance method Public Method Get Authentication Method 20130516
5 GET_DISPATCHER Instance method Public Method Get the Implementing Class for a Dispatcher 20130516
6 GET_IMPL_CLASS Instance method Public Method Get the Implementing Class of an Interface 20130516
7 GET_METHOD_DATA Instance method Public Method Retrieve All Information for a Method 20130516
8 GET_SERVICE Instance method Public Method Get Service 20130603
Events
Class 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 Returning R_VALUE Value transfer Type reference (TYPE) ABAP_BOOL Boolean Variable (X=True, -=False, Space=Unknown) 20130516
# Exception Resumable Description Created on
1 CX_CLB2_CONFIG 20130516

Method CHECK_CONSISTENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NO_APPL Call by reference Type reference (TYPE) ABAP_BOOL X if the application does not exist 20130516
2 Exporting EV_NO_PLATF Call by reference Type reference (TYPE) ABAP_BOOL X if the platform does not exist 20130516
3 Exporting EV_NO_PTYPE Call by reference Type reference (TYPE) ABAP_BOOL X if the platform type does not exist 20130516

Method CHECK_CONSISTENCY on class 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 Returning RS_VALUE Value transfer Type reference (TYPE) IF_CLB2_CONFIGURATION=>TY_APPLICATION_CONFIG 20130516
# Exception Resumable Description Created on
1 CX_CLB2_CONFIG 20130516

Method GET_AUTHENTICATION_METHOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_AUTH_CONTEXT Call by reference Type reference (TYPE) CLB2_AUTH_CONTEXT 20130516
2 Returning RV_METHOD Value transfer Type reference (TYPE) CLB2_AUTH_METHOD 20130516
# Exception Resumable Description Created on
1 CX_CLB2_CONFIG 20130516

Method GET_DISPATCHER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CLASSNAME Value transfer Type reference (TYPE) STRING Name of implementing class 20130516
# Exception Resumable Description Created on
1 CX_CLB2_CONFIG SAIL: Configuration exception 20130516

Method GET_IMPL_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IF_NAME Call by reference Type reference (TYPE) STRING Interface name sought 20130516
2 Returning RV_CLASSNAME Value transfer Type reference (TYPE) STRING Name of implementing class 20130516
# Exception Resumable Description Created on
1 CX_CLB2_CONFIG SAIL: Configuration exception 20130516

Method GET_METHOD_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_METHOD Call by reference Type reference (TYPE) CLB2_PLATFORM_METHOD 20130516
2 Returning RS_VALUE Value transfer Type reference (TYPE) IF_CLB2_CONFIGURATION=>TY_METHOD_DATA 20130516
# Exception Resumable Description Created on
1 CX_CLB2_CONFIG 20130516

Method GET_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PTYPE Call by reference Type reference (TYPE) CLB2_PLATFORM_TYPE Collaboration: Service Provider Type 20130603
2 Importing IV_SERVICE Call by reference Type reference (TYPE) CLB2_SERVICE Collaboration: Service 20130604
3 Returning 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 CX_CLB2_CONFIG Collaboration: Configuration exception 20130604
History
Last changed by/on SAP  20141120 
SAP Release Created in