SAP ABAP Interface IF_SRT_WSP_CENTRAL_SCENARIO_CB (Contract-Based Central Business Scenario)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
     SOAP_CONFIG (Package) SOAP Configuration Framework
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SRT_WSP_CENTRAL_SCENARIO_CB Contract-Based Central Business Scenario 20120627
Properties
Interface IF_SRT_WSP_CENTRAL_SCENARIO_CB  
Short Description Contract-Based Central Business Scenario    
General Data
Package SOAP_CONFIG   SOAP Configuration Framework 
Created 20120627   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 TSRTP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_SRT_WSP_CENTRAL_SCENARIO_CB has no interface.
Friends
Interface IF_SRT_WSP_CENTRAL_SCENARIO_CB has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHANGED Instance attribute Public Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20120627
2 CHANGED_AT Instance attribute Public Type reference (TYPE) UZEIT Time 20120627
3 CHANGED_BY Instance attribute Public Type reference (TYPE) UNAME User Name 20120627
4 CHANGED_CP Instance attribute Public Type reference (TYPE) PROGRAMM ABAP Program Name 20120627
5 CHANGED_ON Instance attribute Public Type reference (TYPE) UDATUM Last Changed On 20120627
6 CHANGED_TC Instance attribute Public Type reference (TYPE) TCODE Transaction Code 20120627
7 CO_CONN_TYPE_CONT_BASED Constant Public Type reference (TYPE) SRT_WSP_CB_CONNECTION_TYPE TSRTP_CB_CTYPE_COBASED_REQRES SRT: Contract Based Connection Type 20120716
8 CO_CONN_TYPE_CONT_BASED_1WAY Constant Public Type reference (TYPE) SRT_WSP_CB_CONNECTION_TYPE TSRTP_CB_CTYPE_COBASED_1WAY SRT: Contract Based Connection Type 20120716
9 CO_CONN_TYPE_PROVIDER_ONLY Constant Public Type reference (TYPE) SRT_WSP_CB_CONNECTION_TYPE TSRTP_CB_CTYPE_PROVIDER_ONLY SRT: Contract Based Connection Type 20120716
10 CO_CONN_TYPE_SCGR_BASED Constant Public Type reference (TYPE) SRT_WSP_CB_CONNECTION_TYPE TSRTP_CB_CTYPE_SGBASED_REQRES SRT: Contract Based Connection Type 20120716
11 CO_CONN_TYPE_SCGR_BASED_1WAY Constant Public Type reference (TYPE) SRT_WSP_CB_CONNECTION_TYPE TSRTP_CB_CTYPE_SGBASED_1WAY SRT: Contract Based Connection Type 20120716
12 CREATED_AT Instance attribute Public Type reference (TYPE) UZEIT Time 20120627
13 CREATED_BY Instance attribute Public Type reference (TYPE) UNAME User Name 20120627
14 CREATED_CP Instance attribute Public Type reference (TYPE) PROGRAMM ABAP Program Name 20120627
15 CREATED_ON Instance attribute Public Type reference (TYPE) UDATUM Last Changed On 20120627
16 CREATED_TC Instance attribute Public Type reference (TYPE) TCODE Transaction Code 20120627
17 DESCRIPTION Instance attribute Public Type reference (TYPE) SRT_WSP_CONFIG_DESCRIPTION WSP Configuration Description 20120627
18 NAME Instance attribute Public Type reference (TYPE) SRT_WSP_CONFIG_REQUEST_NAME WSP name of the configuration request (mass configuration) 20120627
19 NEW Instance attribute Public Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20120627
20 READ_ONLY Instance attribute Public Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20120627
21 SCENARIO_ID Instance attribute Public Type reference (TYPE) SRT_WSP_CONFIG_REQ_ID 20120627
22 STATE Instance attribute Public Type reference (TYPE) SRT_WSP_CONFIG_REQUEST_STATE WSP state of the config request (mass cfg) 20120627
23 TERMINATED Instance attribute Public Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20120627
24 TYPE Instance attribute Public Type reference (TYPE) SRT_WSP_CONFIG_REQUEST_TYPE WSP type of the configuration request (mass configuration) 20120627
25 VERSION Instance attribute Public Type reference (TYPE) SRT_WSP_CONFIG_REQUEST_VERSION WSP version of configuration request (mass configuration) 20120627
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Instance method Public Method Activates the configuration request 20120627
2 ADD_CONNECTION Instance method Public Method Add Connection 20121122
3 CHECK Instance method Public Method Checks scenario 20120913
4 CHECK_CONNECTION Instance method Public Method Checks single connection 20121010
5 DEACTIVATE Instance method Public Method Deactivates the configuration request 20120627
6 DELETE Instance method Public Method Deletes the configuration request 20120627
7 DELETE_CONNECTION Instance method Public Method Delete Connection 20121126
8 EXPORT_TO_CCON Static method Public Method Export Contract Based Connections to Managed Systems 20120627
9 GET_CONNECTION Instance method Public Method Get Connection 20121122
10 GET_CONNECTIONS Instance method Public Method Get Connections 20121126
11 PING Instance method Public Method Pings the connections in one scenario 20130418
12 PING_CONNECTION Instance method Public Method Pings single connection 20130418
13 SAVE Instance method Public Method Persists the configuration request on the database 20120627
14 SET_DESCRIPTION Instance method Public Method Sets Description 20120627
15 SET_EDIT_MODE Instance method Public Method Set the Edit Mode 20120627
Events
Interface IF_SRT_WSP_CENTRAL_SCENARIO_CB has no event.
Types
Interface IF_SRT_WSP_CENTRAL_SCENARIO_CB has no local type.
Method Signatures

Method ACTIVATE Signature

Method ACTIVATE on Interface IF_SRT_WSP_CENTRAL_SCENARIO_CB has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120627

Method ADD_CONNECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ASSIGNMENT_ID Value transfer Type reference (TYPE) SRT_WSP_CONFIG_ASS_ID WSP ID of Configuration Request Assignment (Mass Config.) 20121122
2 Importing CONNECTION Call by reference Type reference (TYPE) SSTR_SRT_WSP_CB_CONNECTION SRT: Contract Based Connection 20121126
3 Exporting MESSAGES Call by reference Type reference (TYPE) SOAP_ERROR_INFO_LIST List of SOAP Framework Errors 20121126
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20121122

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONN_TYPE Call by reference Type reference (TYPE) SRT_WSP_IS_CONN_TYPE SRT: Connection types in Integration Scenario 20121115
2 Exporting MESSAGES Call by reference Type reference (TYPE) SOAP_ERROR_INFO_LIST List of SOAP Framework Errors 20121016
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120913

Method CHECK_CONNECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ASSIGNMENT_ID Call by reference Type reference (TYPE) SRT_WSP_CONFIG_ASS_ID WSP ID of Configuration Request Assignment (Mass Config.) 20121010
2 Exporting MESSAGES Call by reference Type reference (TYPE) SOAP_ERROR_INFO_LIST List of SOAP Framework Errors 20121016
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20121010

Method DEACTIVATE Signature

Method DEACTIVATE on Interface IF_SRT_WSP_CENTRAL_SCENARIO_CB has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120627

Method DELETE Signature

Method DELETE on Interface IF_SRT_WSP_CENTRAL_SCENARIO_CB has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120627

Method DELETE_CONNECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ASSIGNMENT_ID Call by reference Type reference (TYPE) SRT_WSP_CONFIG_ASS_ID WSP ID of Configuration Request Assignment (Mass Config.) 20121126
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20121126

Method EXPORT_TO_CCON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CB_CONNECTIONS Call by reference Type reference (TYPE) SSTR_SRT_WSP_CCON_CONFIG_SCEN2 Central Configuration: Configuration Scenario 20120716
2 Exporting MESSAGES Call by reference Type reference (TYPE) SRT_WSP_CNTRL_CONFIG_MESSAGES table of central configuration messages 20121204
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120627

Method GET_CONNECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ASSIGNMENT_ID Call by reference Type reference (TYPE) SRT_WSP_CONFIG_ASS_ID WSP ID of Configuration Request Assignment (Mass Config.) 20121122
2 Returning CONNECTION Value transfer Type reference (TYPE) SSTR_SRT_WSP_CB_CONNECTION SRT: Contract Based Connection 20121122
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20121122

Method GET_CONNECTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONNECTIONS Value transfer Type reference (TYPE) STTY_SRT_WSP_CB_CONNECTION SRT: Contract Based Connections 20121126
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20121126

Method PING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CONN_PING_RESULTS Call by reference Type reference (TYPE) STTY_SRT_WSP_CB_CONN_PING SRT: Contract Based Connections Ping Results 20130418
2 Importing CONN_TYPE Call by reference Type reference (TYPE) SRT_WSP_IS_CONN_TYPE SRT: Connection types in Integration Scenario 20130418
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20130418

Method PING_CONNECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONN_ASSIGN_ID Call by reference Type reference (TYPE) SRT_WSP_CONFIG_ASS_ID WSP ID of Configuration Request Assignment (Mass Config.) 20130418
2 Exporting CONN_PING_RESULTS Call by reference Type reference (TYPE) STTY_SRT_WSP_CB_CONN_PING SRT: Contract Based Connections Ping Results 20130418
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20130418

Method SAVE Signature

Method SAVE on Interface IF_SRT_WSP_CENTRAL_SCENARIO_CB has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120627

Method SET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESCRIPTION Call by reference Type reference (TYPE) SRT_WSP_CONFIG_DESCRIPTION WSP Configuration Description 20120627
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120627

Method SET_EDIT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing READ_ONLY Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20120627
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120627
History
Last changed by/on SAP  20140121 
SAP Release Created in 740