SAP ABAP Class CL_GRFN_CCI_TS_CONFIGURATION (CCI_TS Configuration)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_INTEGRATION_ENGINE (Package) GRC Integration Engine
Properties
Class CL_GRFN_CCI_TS_CONFIGURATION  
Short Description CCI_TS Configuration    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRFN_INTEGRATION_ENGINE   GRC Integration Engine 
Created 20090826   SAP 
Last change 20141106    
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)
2 GRFN0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_GRFN_CCI_TS_CONFIGURATION has no interface implemented.
Friends
Class CL_GRFN_CCI_TS_CONFIGURATION has no friend class.
Attributes
Class CL_GRFN_CCI_TS_CONFIGURATION has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 AUTHORIZE_CONNECTOR Static method Public Method Get the authorization for the connectors 20100721
2 GET_ADAPATOR_CONNECTORS Static method Public Method Retrieve all the connectors, filepath etc;(need to rename me 20090919
3 GET_CONNECTIONTYPES Static method Public Method Retrieve the connection types defined for CCI-TS 20091020
4 GET_CONNECTORS Static method Public Method Retrieve the global connectors list 20091022
5 GET_CONNECTOR_DETAILS Static method Public Method Retrieve the connector details 20090915
6 GET_CONNECTOR_GROUP Static method Public Method Retrieve the assigned connector groups for a connector 20091003
7 GET_CONNECTOR_GROUPS Static method Public Method Retrieve the global connector groups 20091021
8 GET_CONNECTOR_GRP_DETAILS Static method Public Method Retrieve the connector group details 20091022
9 GET_CONNECTOR_GRP_TYPE Static method Public Method Retrieve the connector group's group type 20091203
10 GET_FILEPATH Static method Public Method Retrieve file path details for an integration scenario 20090828
11 GET_FILE_CONNECTORS Static method Public Method Retrieve the file details for the connector 20100105
12 GET_GROUPING_CONNECTOR Static method Public Method Retrieve connector details from connector group 20090902
13 GET_GROUP_CONNECTORS Static method Public Method Get all connectors for a Connector Group 20100322
14 GET_LOGICALPORT Static method Public Method Get logical port 20100531
15 GET_PROVISIONING_CONNECTORS Static method Public Method Get All Connectors For Provisioning 20110507
16 GET_SCENARIO_CONNECTORGRPS Static method Public Method Retrieve connector groups for an integ.scenario,subscenario 20091021
17 GET_SCENARIO_CONNECTORS Static method Public Method Retrieve the connectors assigned to a scenario and subscen. 20091022
18 GET_SCENARIO_CONNECTTYPES Static method Public Method Retrieve the connection types assigned to a Scenario 20091020
19 GET_SCENARIO_HANDLER Static method Public Method Retrieve implementation class(s) 20090828
20 GET_SOD_CONNECTORS Static method Public Method Retrieve connector details for SOD 20091012
21 GET_SUBSCENARIOS Static method Public Method Retrieve the subscenarios for an Integration scenario 20090826
22 GET_SUBSEQUENT_CONNECTORS Static method Public Method Get the subsequent connector data 20100522
23 PING Instance method Public Method Ping connector 20090828
Events
Class CL_GRFN_CCI_TS_CONFIGURATION has no event.
Types
Class CL_GRFN_CCI_TS_CONFIGURATION has no local type.
Method Signatures

Method AUTHORIZE_CONNECTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VALUE1 Call by reference Type reference (TYPE) AGVAL Authorization value 20100721
2 Returning RV_AUTHORIZED Value transfer Type reference (TYPE) ABAP_BOOL 20100721

Method AUTHORIZE_CONNECTOR on class CL_GRFN_CCI_TS_CONFIGURATION has no exception.

Method GET_ADAPATOR_CONNECTORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONNECTION_TYPE Call by reference Type reference (TYPE) GRFN_CONNECTTYPE Connection Type 20090919
2 Importing IV_INTEG_SCENARIO Call by reference Type reference (TYPE) GRFN_INTEGSCEN Integration Scenario 20090919
3 Importing IV_SUB_SCENARIO Call by reference Type reference (TYPE) GRFN_SUBSCENARIO Sub Scenario Definition 20090919
4 Returning RT_ADAPTOR_CONNECTOR Value transfer Type reference (TYPE) GRFN_T_ADAPTOR_CONNECTOR Connector list for scenario and sub scenario 20090919

Method GET_ADAPATOR_CONNECTORS on class CL_GRFN_CCI_TS_CONFIGURATION has no exception.

Method GET_CONNECTIONTYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20091020
2 Returning RT_CONNECTIONTYPES Value transfer Type reference (TYPE) GRFN_T_CONNECTION_TYPES Connection Types table 20091020

Method GET_CONNECTIONTYPES on class CL_GRFN_CCI_TS_CONFIGURATION has no exception.

Method GET_CONNECTORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CONNECTOR_RANGE Call by reference Type reference (TYPE) GRFN_T_CCICONNECTOR_RANGE Connector Range Table 20091023
2 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20091023
3 Importing IV_NO_AUTHORITY_CHK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100729
4 Returning RT_CONNECTORS Value transfer Type reference (TYPE) GRFN_T_CCI_CONNECTORS Connector list for scenario and sub scenario 20091023

Method GET_CONNECTORS on class CL_GRFN_CCI_TS_CONFIGURATION has no exception.

Method GET_CONNECTOR_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONNECTOR_DATA Call by reference Type reference (TYPE) GRFN_T_CCICONNECTOR_DATA CCI Connector data 20090915
2 Importing IT_CONNECTORS Call by reference Type reference (TYPE) GRFN_T_CCICONNECTOR Connector list for scenario and sub scenario 20091022
3 Importing IV_CONNECTOR Call by reference Type reference (TYPE) GRFN_CONNECTORID Connector Id 20090915
4 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU Language Key 20090918
5 Importing IV_NO_AUTHORITY_CHK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100729

Method GET_CONNECTOR_DETAILS on class CL_GRFN_CCI_TS_CONFIGURATION has no exception.

Method GET_CONNECTOR_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONNECTOR Call by reference Type reference (TYPE) GRFN_CONNECTORID Connector Id 20091003
2 Importing IV_NO_AUTHORITY_CHK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100729
3 Returning RT_CONNECTOR_GROUP Value transfer Type reference (TYPE) GRFN_T_CONNECTOR_GROUP Connector Group 20091003

Method GET_CONNECTOR_GROUP on class CL_GRFN_CCI_TS_CONFIGURATION has no exception.

Method GET_CONNECTOR_GROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20091021
2 Returning RT_CONNECTOR_GROUPS Value transfer Type reference (TYPE) GRFN_T_CONNECTOR_GROUP Connector Group 20091021

Method GET_CONNECTOR_GROUPS on class CL_GRFN_CCI_TS_CONFIGURATION has no exception.

Method GET_CONNECTOR_GRP_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONNECTOR_GRP_DATA Call by reference Type reference (TYPE) GRFN_T_CONNECTOR_GROUP CCI Connector data 20091022
2 Importing IT_CONNECTOR_GRPS Call by reference Type reference (TYPE) GRFN_T_CONNECTOR_GROUP Connector list for scenario and sub scenario 20091022
3 Importing IV_CONNECTOR_GRP Call by reference Type reference (TYPE) GRFN_CONNECTORGRP Connector Id 20091022
4 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU Language Key 20091022

Method GET_CONNECTOR_GRP_DETAILS on class CL_GRFN_CCI_TS_CONFIGURATION has no exception.

Method GET_CONNECTOR_GRP_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONNGRPTYPE Call by reference Type reference (TYPE) GRFN_T_CONNGRPTYPE Connector Group type 20091204
2 Importing IV_CONNECTOR_GRP Call by reference Type reference (TYPE) GRFN_CONNECTORGRP Connector Group 20091203

Method GET_CONNECTOR_GRP_TYPE on class CL_GRFN_CCI_TS_CONFIGURATION has no exception.

Method GET_FILEPATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INTEG_SCENARIO Call by reference Type reference (TYPE) GRFN_INTEGSCEN Integration Scenario 20090828
2 Returning RT_FILEPATH Value transfer Type reference (TYPE) GRFN_T_FILEPATH File path detail for an integration scenario 20090828

Method GET_FILEPATH on class CL_GRFN_CCI_TS_CONFIGURATION has no exception.

Method GET_FILE_CONNECTORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONNECTOR_FILE Call by reference Type reference (TYPE) GRFN_T_CONNECTOR_FILEPATHS Connector Id 20100105
2 Importing IV_CONNECTOR Call by reference Type reference (TYPE) GRFN_CONNECTORID Connector Id 20100105
3 Importing IV_INTEG_SCENARIO Call by reference Type reference (TYPE) GRFN_INTEGSCEN Integration Scenario 20100105
4 Importing IV_NO_AUTHORITY_CHK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100729
5 Importing IV_SUBSCENARIO Call by reference Type reference (TYPE) GRFN_SUBSCENARIO Sub Scenario Definition 20100105

Method GET_FILE_CONNECTORS on class CL_GRFN_CCI_TS_CONFIGURATION has no exception.

Method GET_GROUPING_CONNECTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONNECTOR_GROUP Call by reference Type reference (TYPE) GRFN_CONNECTORGRP Connector Group 20090917
2 Importing IV_INTEG_SCENARIO Call by reference Type reference (TYPE) GRFN_INTEGSCEN Integration Scenario 20091022
3 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20091022
4 Importing IV_NO_AUTHORITY_CHK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100729
5 Importing IV_SUB_SCENARIO Call by reference Type reference (TYPE) GRFN_SUBSCENARIO Sub Scenario Definition 20091022
6 Returning RT_CONNECTOR Value transfer Type reference (TYPE) GRFN_T_CCICONNECTOR Connector list for scenario and sub scenario 20090902

Method GET_GROUPING_CONNECTOR on class CL_GRFN_CCI_TS_CONFIGURATION has no exception.

Method GET_GROUP_CONNECTORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONNECTOR_GRP Value transfer Type reference (TYPE) GRFN_CONNECTORGRP Connector Group 20100322
2 Importing IV_NO_AUTHORITY_CHK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100729
3 Exporting RT_CONNECTORS Call by reference Type reference (TYPE) GRAC_T_GRFNCGRPCONLK Connector Group and Connector Type Link 20100322

Method GET_GROUP_CONNECTORS on class CL_GRFN_CCI_TS_CONFIGURATION has no exception.

Method GET_LOGICALPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONNECTOR Call by reference Type reference (TYPE) GRFN_CONNECTORID Connector Id 20100531
2 Returning RV_LOGICALPORT Value transfer Type reference (TYPE) GRFN_LOGICALPORT Logical Port 20100531

Method GET_LOGICALPORT on class CL_GRFN_CCI_TS_CONFIGURATION has no exception.

Method GET_PROVISIONING_CONNECTORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CONNECTORS Value transfer Type reference (TYPE) GRFN_T_CCI_CONNECTORS CCI_TS Configuration 20110507

Method GET_PROVISIONING_CONNECTORS on class CL_GRFN_CCI_TS_CONFIGURATION has no exception.

Method GET_SCENARIO_CONNECTORGRPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONNECTION_TYPE Call by reference Type reference (TYPE) GRFN_CONNECTTYPE Connection Type 20091021
2 Importing IV_INTEG_SCENARIO Call by reference Type reference (TYPE) GRFN_INTEGSCEN Integration Scenario 20091021
3 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20091021
4 Importing IV_SUB_SCENARIO Call by reference Type reference (TYPE) GRFN_SUBSCENARIO Sub Scenario Definition 20091021
5 Returning RT_CONNECTOR_GROUP Value transfer Type reference (TYPE) GRFN_T_CONNECTOR_GROUP Connector list for scenario and sub scenario 20091021

Method GET_SCENARIO_CONNECTORGRPS on class CL_GRFN_CCI_TS_CONFIGURATION has no exception.

Method GET_SCENARIO_CONNECTORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SCENARIO_CONNECTORS Call by reference Type reference (TYPE) GRFN_T_CCICONNECTOR Connector list for scenario and sub scenario 20091024
2 Importing IT_CONNECTOR_RANGE Call by reference Type reference (TYPE) GRFN_T_CCICONNECTOR_RANGE Connector Range Table 20091023
3 Importing IV_CONNECTION_TYPE Call by reference Type reference (TYPE) GRFN_CONNECTTYPE Connector Id 20091022
4 Importing IV_INTEG_SCENARIO Call by reference Type reference (TYPE) GRFN_INTEGSCEN Integration Scenario 20091022
5 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20091022
6 Importing IV_NO_AUTHORITY_CHK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100729
7 Importing IV_SUB_SCENARIO Call by reference Type reference (TYPE) GRFN_SUBSCENARIO Sub Scenario Definition 20091022

Method GET_SCENARIO_CONNECTORS on class CL_GRFN_CCI_TS_CONFIGURATION has no exception.

Method GET_SCENARIO_CONNECTTYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INTEG_SCENARIO Call by reference Type reference (TYPE) GRFN_INTEGSCEN Integration Scenario 20091020
2 Importing IV_LANGU Call by reference Type reference (TYPE) LANGU Language Key 20091020
3 Importing IV_SUB_SCENARIO Call by reference Type reference (TYPE) GRFN_SUBSCENARIO Sub Scenario Definition 20091020
4 Returning RT_CONNECTION_TYPES Value transfer Type reference (TYPE) GRFN_T_CONNECTION_TYPES Connection Types table 20091020

Method GET_SCENARIO_CONNECTTYPES on class CL_GRFN_CCI_TS_CONFIGURATION has no exception.

Method GET_SCENARIO_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONNECTION_TYPE Call by reference Type reference (TYPE) GRFN_CONNECTTYPE Connection Type 20090828
2 Importing IV_CONNECTOR Call by reference Type reference (TYPE) GRFN_CONNECTORID Connector Id 20091028
3 Importing IV_INTEG_SCENARIO Call by reference Type reference (TYPE) GRFN_INTEGSCEN Integration Scenario 20090828
4 Importing IV_SUB_SCENARIO Call by reference Type reference (TYPE) GRFN_SUBSCENARIO Sub Scenario Definition 20090828
5 Returning RT_SCENARIO_HANDLER Value transfer Type reference (TYPE) GRFN_T_CLASS Integration Engine Class Implementation 20090828

Method GET_SCENARIO_HANDLER on class CL_GRFN_CCI_TS_CONFIGURATION has no exception.

Method GET_SOD_CONNECTORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONNECTORS Call by reference Type reference (TYPE) GRFN_T_SOD_CONNECTOR_DATA Connector list for scenario and sub scenario 20091031
2 Importing IT_CONNECTOR_RANGE Call by reference Type reference (TYPE) GRAC_T_SOD_CONNECTOR_RANGE Connector Range Table 20091013
3 Importing IV_CONNECTION_TYPE Call by reference Type reference (TYPE) GRFN_CONNECTTYPE Connection Type 20091012
4 Importing IV_INCL_LOGSYS Value transfer Type reference (TYPE) GRFN_BOOLEAN Boolean 20091013
5 Importing IV_INCL_XSYS Value transfer Type reference (TYPE) GRFN_BOOLEAN Boolean 20091013
6 Importing IV_INTEG_SCENARIO Call by reference Type reference (TYPE) GRFN_INTEGSCEN Integration Scenario 20091012
7 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20091014
8 Importing IV_NO_AUTHORITY_CHK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100729
9 Importing IV_SUB_SCENARIO Call by reference Type reference (TYPE) GRFN_SUBSCENARIO Sub Scenario Definition 20091012

Method GET_SOD_CONNECTORS on class CL_GRFN_CCI_TS_CONFIGURATION has no exception.

Method GET_SUBSCENARIOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INTEG_SCENARIO Value transfer Type reference (TYPE) GRFN_INTEGSCEN Integration Scenario 20090826
2 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20091020
3 Returning RT_SUBSCENARIOS Value transfer Type reference (TYPE) GRFN_T_SUBSCENARIOS Table type subscenario 20090826

Method GET_SUBSCENARIOS on class CL_GRFN_CCI_TS_CONFIGURATION has no exception.

Method GET_SUBSEQUENT_CONNECTORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SUBSEQCONNECTOR_DATA Call by reference Type reference (TYPE) GRFN_T_SUBSEQCONNECTOR_LIST CCI Connector data 20100522
2 Importing IT_CONNECTORS Call by reference Type reference (TYPE) GRFN_T_CCICONNECTOR Connector list for scenario and sub scenario 20100522
3 Importing IV_CONNECTOR Call by reference Type reference (TYPE) GRFN_CONNECTORID Connector Id 20100522
4 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU Language Key 20100522
5 Importing IV_NO_AUTHORITY_CHK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100729

Method GET_SUBSEQUENT_CONNECTORS on class CL_GRFN_CCI_TS_CONFIGURATION has no exception.

Method PING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RETURN_CODE Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20090828
2 Importing IV_CONNECTOR Call by reference Type reference (TYPE) GRFN_CONNECTORID Connector Id 20090828

Method PING on class CL_GRFN_CCI_TS_CONFIGURATION has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 600