SAP ABAP Interface IF_SRT_WSP_CONFIG_RT_CO_GROUP (WSP Configuration Runtime Consumer Group)
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_CONFIG_RT_CO_GROUP WSP Configuration Runtime Consumer Group 20070508
Properties
Interface IF_SRT_WSP_CONFIG_RT_CO_GROUP  
Short Description WSP Configuration Runtime Consumer Group    
General Data
Package SOAP_CONFIG   SOAP Configuration Framework 
Created 20070412   SAP 
Last changed 20130531   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_CONFIG_RT_CO_GROUP has no interface.
Friends
Interface IF_SRT_WSP_CONFIG_RT_CO_GROUP has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 APPLICATION_KEY Instance attribute Public Type reference (TYPE) GUID_32 Application Key 20080222
2 APPLICATION_NAME Instance attribute Public Type reference (TYPE) STRING Application Name 20080222
3 BIZ_SYSTEM_NAME Instance attribute Public Type reference (TYPE) STRING Business System Name 20070625
4 CHANGED Instance attribute Public Type reference (TYPE) BOOLEAN Has changed = 'X' 20070412
5 COIM_CON Instance attribute Public Type reference (TYPE) SRT_WSP_DT_OBJ_NAME WSP Name of Interface Object 20120831
6 COIM_PRO_QNAME Instance attribute Public Type reference (TYPE) QNAME Qualified Name 20120831
7 CONSUMER_GROUP Instance attribute Public Type reference (TYPE) SRT_WSP_DT_OBJ_NAME WSP Name of Interface Object 20070511
8 CREATED_AT Instance attribute Public Type reference (TYPE) UZEIT Created At 20070412
9 CREATED_BY Instance attribute Public Type reference (TYPE) UNAME Created By 20070412
10 CREATED_CP Instance attribute Public Type reference (TYPE) PROGRAMM Calling Program/Create 20070412
11 CREATED_ON Instance attribute Public Type reference (TYPE) UDATUM Date of creation 20070412
12 CREATED_TC Instance attribute Public Type reference (TYPE) TCODE Transaction Code of Creation 20070412
13 DESTINATION Instance attribute Public Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_DEST WSP Configuration Profile 20070620
14 DESTINATION_NAME Instance attribute Public Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME WSP Name of Profile Configuration 20070704
15 DESTINATION_TYPE Instance attribute Public Type reference (TYPE) SRT_WSP_PROFILE_TYPE 20110117
16 DESTINATION_VERSION Instance attribute Public Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_VERSION Profile Version 20070704
17 EXTERNAL_APPL_ID Instance attribute Public Type reference (TYPE) STRING External Application ID 20080222
18 PROFILE_NAME Instance attribute Public Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME WSP Name of Profile Configuration 20070703
19 PROFILE_VERSION Instance attribute Public Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_VERSION Profile Version 20070703
20 QUERY_TYPE Instance attribute Public Type reference (TYPE) SRT_WSP_QUERY_TYPE Central Configuration: Endpoint Query Type 20120831
21 SLD_SYSTEM_NAME Instance attribute Public Type reference (TYPE) STRING SLD System Name 20070625
22 SYSTEM_KEY Instance attribute Public Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Upper Case 20080222
23 TERMINATED Instance attribute Public Type reference (TYPE) BOOLEAN Configuration is terminated 20070412
24 USE_XI Instance attribute Public Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20080311
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_CACHE Instance method Public Method Clears the internal cache 20080521
2 DELETE Instance method Public Method Deletes Configuration 20070626
3 GET_REQUIRED_USER_ACCOUNTS Instance method Public Method Returns the required user accounts 20110411
4 GET_STATE Instance method Public Method Returns the actual state 20081015
5 REDO_CONFIG Instance method Public Method Creates the configuration for the consumer group 20070511
6 SET_COIM_CON Instance method Public Method Sets contract implementation - Consumer 20120831
7 SET_COIM_PRO Instance method Public Method Sets contract implementation - Provider 20120831
8 SET_QUERY_TYPE Instance method Public Method Sets Services Registry Query Type 20120831
9 TERMINATE Instance method Public Method Terminates this configuration 20070412
Events
Interface IF_SRT_WSP_CONFIG_RT_CO_GROUP has no event.
Types
Interface IF_SRT_WSP_CONFIG_RT_CO_GROUP has no local type.
Method Signatures

Method CLEAR_CACHE Signature

Method CLEAR_CACHE on Interface IF_SRT_WSP_CONFIG_RT_CO_GROUP has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080521

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_NOT_DELETED_LPS Call by reference Type reference (TYPE) SRT_WSP_CG_RTC_DATA_TAB CG RTC Data Table 20100122
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20070626

Method GET_REQUIRED_USER_ACCOUNTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning USER_ACCOUNTS Value transfer Type reference (TYPE) SRT_WSP_REQ_USER_ACCOUNTS table of required user accounts for Business Scenario 20110411
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110411

Method GET_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STATE Value transfer Type reference (TYPE) SRT_WSP_CO_GROUP_ACT_STATE Actual state of consumer group (proxy level + user account) 20081015
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081015

Method REDO_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SUCCESS Value transfer Type reference (TYPE) BOOLEAN 'X' = success; ' ' = no success 20070704
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20070619

Method SET_COIM_CON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_COIM_CON Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME WSP Name of Interface Object 20120831
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120831

Method SET_COIM_PRO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_COIM_PRO_QNAME Call by reference Type reference (TYPE) QNAME Qualified Name 20120831
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120831

Method SET_QUERY_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_QUERY_TYPE Call by reference Type reference (TYPE) SRT_WSP_QUERY_TYPE Central Configuration: Endpoint Query Type 20120831
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120831

Method TERMINATE Signature

Method TERMINATE on Interface IF_SRT_WSP_CONFIG_RT_CO_GROUP has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20070412
History
Last changed by/on SAP  20130531 
SAP Release Created in 710