SAP ABAP Interface IF_SRT_WSP_QUERY_ASSIGN_CONFIG (Query API for configuration assignment)
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_ASSIGN_CONFIG Assignment of Configuration to Bindings 20081120
Properties
Interface IF_SRT_WSP_QUERY_ASSIGN_CONFIG  
Short Description Query API for configuration assignment    
General Data
Package SOAP_CONFIG   SOAP Configuration Framework 
Created 20081120   SAP 
Last changed 20141121    
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_SRT_WSP_QUERY_ASSIGN_CONFIG has no interface.
Friends
Interface IF_SRT_WSP_QUERY_ASSIGN_CONFIG has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 SOURCE_PROXY_ROLE Constant Public Type reference (TYPE) SRT_PROXY_ROLE 'SOURCE' Role of proxy 20110111
2 TARGET_PROXY_ROLE Constant Public Type reference (TYPE) SRT_PROXY_ROLE 'TARGET' Role of proxy 20110111
Methods
# Method Level Visibility Method type Description Created on
1 COUNT_LP_USING_STS_URL Instance method Public Method Count proxy LP using a certain STS URL 20090217
2 EXISTS Instance method Public Method Check existence of LP 20101215
3 EXISTS_BINDING_KEY_IN_CONS Instance method Public Method Check for existence of binding key in consumer config 20110111
4 EXISTS_BINDING_KEY_IN_PROV Instance method Public Method Check for existence of binding key in provider config 20110111
5 EXISTS_LOG_PORT_FOR_PROXY_MSG Instance method Public Method Check existence for event LP based on XML message 20081217
6 EXISTS_LP_USING_STS_URL Instance method Public Method Check existence for proxies LP 20090217
7 EXISTS_PROXY_IN_MAPPING Instance method Public Method Check if specified proxy is part of mapping LP 20110111
8 EXISTS_STCM Instance method Public Method 20120727
9 GET_ALL_PROVIDER_BY_SAP_CLIENT Instance method Public Method Get provider assignments for specified SAP-client 20110111
10 GET_CONS_INFO_BY_BIND_KEY Instance method Public Method 20120727
11 GET_ISOLATION_STATUS_CONSUMER Instance method Public Method Get status of isolation for consumer 20131114
12 GET_ISOLATION_STATUS_PROVIDER Instance method Public Method Get status of isolation for provider 20131114
13 GET_LOG_PORTS_FOR_PROXY_MSG Instance method Public Method Get all logical ports for proxy messages 20081120
14 GET_LOG_PORTS_FOR_PROXY_URL Static method Public Method Get all LPs defined for the given proxy and access URL 20081120
15 GET_SCP_INFO_BY_BINDING_KEY Instance method Public Method Get simple client provider information by binding key 20081211
16 GET_STCM_MAP_KEY_BY_TARGET_LP Instance method Public Method 20120727
17 GET_STCM_TARGET_BY_SOURCE_LP Static method Public Method STCM: Get target LP for a given source LP 20120727
18 GET_TIMESTAMP_CONSUMER Static method Public Method Get timestamp of consumer configuration 20110111
19 IS_DEST_USED Instance method Public Method Check if specified HTTP-destinaiton is used 20110504
20 IS_ISOLATED_CONSUMER Instance method Public Method Check for isolation status of specified consumer 20101222
21 IS_ISOLATED_PROVIDER Instance method Public Method Check for isolation status of specified provider 20101222
22 IS_ISOLATION_PERMANENT_CONS Instance method Public Method Check if isolation of consumer is permanent 20101222
23 IS_ISOLATION_PERMANENT_PROV Instance method Public Method Check if isolation of provider is permanent 20101222
24 IS_STS_PROXY Static method Public Method Checks for STS proxy 20081215
25 IS_STS_PROXY_ASSIGNED Instance method Public Method Check if STS proxy is already assigned to specified URL 20081128
26 IS_USED_AS_TARGET_LP Instance method Public Method Check if LP is used as target LP in some MLP 20110111
27 LIST_FACADE_LPS Instance method Public Method List LPs used in facade 20110111
28 LIST_LP_FOR_STS_URL Instance method Public Method List all LPs for specified STS-URL 20090217
29 LIST_MLP_RELATION_OF_PROXY Instance method Public Method List all mapping LP related for specified consumer proxy 20110111
30 LIST_STCM_SOURCE_LP Instance method Public Method 20120727
31 LIST_STCM_TARGET_LP Instance method Public Method 20120727
Events
Interface IF_SRT_WSP_QUERY_ASSIGN_CONFIG has no event.
Types
Interface IF_SRT_WSP_QUERY_ASSIGN_CONFIG has no local type.
Method Signatures

Method COUNT_LP_USING_STS_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_STS_URL Value transfer Type reference (TYPE) STRING STS-URL 20090217
2 Returning PR_COUNT Value transfer Type reference (TYPE) INT4 Number of BIZ proxies using specified STS-URL 20090217

Method COUNT_LP_USING_STS_URL on Interface IF_SRT_WSP_QUERY_ASSIGN_CONFIG has no exception.

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_LP_NAME Call by reference Type reference (TYPE) CSEQUENCE Logical Port Name 20101215
2 Importing PI_PROXY_NAME Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME Name of Proxy Definition 20101215
3 Returning PR_EXISTS Value transfer Type reference (TYPE) BOOLEAN X=Assignment already exists; space=Does not 20101215

Method EXISTS on Interface IF_SRT_WSP_QUERY_ASSIGN_CONFIG has no exception.

Method EXISTS_BINDING_KEY_IN_CONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BIND_KEY Call by reference Type reference (TYPE) GUID_32 20110111
2 Returning R_EXISTS Value transfer Type reference (TYPE) BOOLEAN 20110111

Method EXISTS_BINDING_KEY_IN_CONS on Interface IF_SRT_WSP_QUERY_ASSIGN_CONFIG has no exception.

Method EXISTS_BINDING_KEY_IN_PROV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BIND_KEY Call by reference Type reference (TYPE) GUID_32 20110111
2 Returning R_EXISTS Value transfer Type reference (TYPE) BOOLEAN 20110111

Method EXISTS_BINDING_KEY_IN_PROV on Interface IF_SRT_WSP_QUERY_ASSIGN_CONFIG has no exception.

Method EXISTS_LOG_PORT_FOR_PROXY_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_MSG_NAME Call by reference Type reference (TYPE) QNAME XML Message name 20081217
2 Importing PI_PROXY_NAME Call by reference Type reference (TYPE) SRT_LP_PROXYCLASS Proxy Class of Logical Port 20081217
3 Returning PR_EXISTS Value transfer Type reference (TYPE) BOOLEAN X=Event LP for message exists; space=otherwise 20081217
# Exception Resumable Description Created on
1 CX_SRT_WSP_ASSIGN_CONFIG RT Assignment 20090217

Method EXISTS_LP_USING_STS_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_STS_URL Call by reference Type reference (TYPE) STRING STS-URL 20090217
2 Returning PR_EXISTS Value transfer Type reference (TYPE) BOOLEAN X=there aer LPs for this STS-URL; space=no such LPs exists 20090217

Method EXISTS_LP_USING_STS_URL on Interface IF_SRT_WSP_QUERY_ASSIGN_CONFIG has no exception.

Method EXISTS_PROXY_IN_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting AS_SOURCE Call by reference Type reference (TYPE) BOOLEAN 20110111
2 Exporting AS_TARGET Call by reference Type reference (TYPE) BOOLEAN 20110111
3 Importing PROXY_NAME Call by reference Type reference (TYPE) CSEQUENCE 20110111

Method EXISTS_PROXY_IN_MAPPING on Interface IF_SRT_WSP_QUERY_ASSIGN_CONFIG has no exception.

Method EXISTS_STCM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LP_NAME Call by reference Type reference (TYPE) SRT_LP_NAME 20120727
2 Importing I_STCM_NAME Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20120727
3 Returning R_EXISTS Value transfer Type reference (TYPE) BOOLEAN 20120727
# Exception Resumable Description Created on
1 CX_SRT_WSP_ASSIGN_CONFIG 20120727
2 CX_SRT_WSP_CONFIG 20120727

Method GET_ALL_PROVIDER_BY_SAP_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_CLIENT Value transfer Type reference (TYPE) MANDT 20110111
2 Returning PR_PROVIDER Value transfer Type reference (TYPE) SRT_WSP_ASSIGN_SERV_OBJ_LIST 20110111
# Exception Resumable Description Created on
1 CX_SRT_WSP_ASSIGN_CONFIG 20110111
2 CX_SRT_WSP_CONFIG 20110111

Method GET_CONS_INFO_BY_BIND_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LP_NAME Call by reference Type reference (TYPE) SRT_LP_NAME 20120727
2 Exporting E_NOT_FOUND Call by reference Type reference (TYPE) BOOLEAN 20120727
3 Exporting E_PROXY_CLASS Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20120727
4 Importing I_BIND_KEY Call by reference Type reference (TYPE) GUID_32 20120727
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120727

Method GET_ISOLATION_STATUS_CONSUMER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_LP_NAME Call by reference Type reference (TYPE) SRT_LP_NAME Logical Port Name 20131114
2 Importing PI_PROXY_NAME Call by reference Type reference (TYPE) SRT_LP_PROXYCLASS Proxy Class of Logical Port 20131114
3 Returning PR_ISOLATE_TYPE Value transfer Type reference (TYPE) SRT_WSP_ISOLATE_TYPE Isolation type: non-isolated, resume-isolated, stop-isolated 20131114

Method GET_ISOLATION_STATUS_CONSUMER on Interface IF_SRT_WSP_QUERY_ASSIGN_CONFIG has no exception.

Method GET_ISOLATION_STATUS_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_SERVICE_DEF Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME Service definition name 20131114
2 Returning PR_ISOLATE_TYPE Value transfer Type reference (TYPE) SRT_WSP_ISOLATE_TYPE Isolation type: non-isolated, resume-isolated, stop-isolated 20131114

Method GET_ISOLATION_STATUS_PROVIDER on Interface IF_SRT_WSP_QUERY_ASSIGN_CONFIG has no exception.

Method GET_LOG_PORTS_FOR_PROXY_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_MSG_NAME Call by reference Type reference (TYPE) QNAME Message name 20081120
2 Importing PI_PROXY_NAME Call by reference Type reference (TYPE) SRT_LP_PROXYCLASS Proxy Class of Logical Port 20081120
3 Returning PR_LP_LIST Value transfer Type reference (TYPE) SRT_WSP_LP_XI_LIST List of logical ports including indicator of XI relation 20081120
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081120

Method GET_LOG_PORTS_FOR_PROXY_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_EXIST Call by reference Type reference (TYPE) BOOLEAN X=LPs exist and are returned; space=no LPs exist 20081120
2 Exporting PE_LP_LIST Call by reference Type reference (TYPE) SRT_LP_NAMES List of logical pors for the specified input 20081120
3 Importing PI_EXT_SEARCH Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE X=search outside appl. index; space=only appl.index search 20081120
4 Importing PI_PROXY_NAME Call by reference Type reference (TYPE) CSEQUENCE Proxy Class of Logical Port 20081120
5 Importing PI_URL Call by reference Type reference (TYPE) STRING Complete URL 20081120

Method GET_LOG_PORTS_FOR_PROXY_URL on Interface IF_SRT_WSP_QUERY_ASSIGN_CONFIG has no exception.

Method GET_SCP_INFO_BY_BINDING_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_BASIC_AUTH Call by reference Type reference (TYPE) BOOLEAN X=basic authentication set; space=otherwise 20081211
2 Exporting PE_CERT_AUTH Call by reference Type reference (TYPE) BOOLEAN X=certificate authentication set; space=otherwise 20081211
3 Exporting PE_FAILURE Call by reference Type reference (TYPE) BOOLEAN X=failure occurred; space=settings determined 20081211
4 Exporting PE_TICKET_AUTH Call by reference Type reference (TYPE) BOOLEAN X=ticket authentication set; space=otherwise 20081211
5 Importing PI_BIND_KEY Call by reference Type reference (TYPE) GUID_32 Binding key 20081211

Method GET_SCP_INFO_BY_BINDING_KEY on Interface IF_SRT_WSP_QUERY_ASSIGN_CONFIG has no exception.

Method GET_STCM_MAP_KEY_BY_TARGET_LP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_BIND_KEY Call by reference Type reference (TYPE) GUID_32 20120727
2 Exporting E_NOT_FOUND Call by reference Type reference (TYPE) BOOLEAN 20120727
3 Importing I_LP_NAME Call by reference Type reference (TYPE) SRT_LP_NAME 20120727
4 Importing I_PROXY_CLASS Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20120727
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120727

Method GET_STCM_TARGET_BY_SOURCE_LP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NOT_FOUND Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20120727
2 Exporting E_TARGET_LP Call by reference Type reference (TYPE) SRT_LP_NAME Logical Port Name 20120727
3 Exporting E_TARGET_PROXY Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME WSP Name of Interface Object 20120727
4 Importing I_SOURCE_LP Call by reference Type reference (TYPE) SRT_LP_NAME Logical Port Name 20120727
5 Importing I_SOURCE_PROXY Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME WSP Name of Interface Object 20120727

Method GET_STCM_TARGET_BY_SOURCE_LP on Interface IF_SRT_WSP_QUERY_ASSIGN_CONFIG has no exception.

Method GET_TIMESTAMP_CONSUMER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_DATE Call by reference Type reference (TYPE) SYDATUM 20110111
2 Exporting PE_TIME Call by reference Type reference (TYPE) SYUZEIT 20110111
3 Importing PI_LP_NAME Call by reference Type reference (TYPE) SRT_LP_NAME 20110111
4 Importing PI_PROXY_CLASS_NAME Call by reference Type reference (TYPE) SRT_LP_PROXYCLASS 20110111

Method GET_TIMESTAMP_CONSUMER on Interface IF_SRT_WSP_QUERY_ASSIGN_CONFIG has no exception.

Method IS_DEST_USED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEST_NAME Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110504
2 Returning R_IS_USED Value transfer Type reference (TYPE) BOOLEAN X=is used in SRT; space=otherwise 20110504

Method IS_DEST_USED on Interface IF_SRT_WSP_QUERY_ASSIGN_CONFIG has no exception.

Method IS_ISOLATED_CONSUMER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_LP_NAME Call by reference Type reference (TYPE) SRT_LP_NAME Logical Port Name 20101222
2 Importing PI_PROXY_NAME Call by reference Type reference (TYPE) SRT_LP_PROXYCLASS Proxy Class of Logical Port 20101222
3 Returning PR_ISOLATE_TYPE Value transfer Type reference (TYPE) SRT_WSP_ISOLATE_TYPE 20131114

Method IS_ISOLATED_CONSUMER on Interface IF_SRT_WSP_QUERY_ASSIGN_CONFIG has no exception.

Method IS_ISOLATED_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_SERVICE_DEF Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME Service definition name 20101222
2 Returning PR_IS_ISOLATED Value transfer Type reference (TYPE) BOOLEAN X=is isolated; space=is not isolated 20101222

Method IS_ISOLATED_PROVIDER on Interface IF_SRT_WSP_QUERY_ASSIGN_CONFIG has no exception.

Method IS_ISOLATION_PERMANENT_CONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_LP_NAME Call by reference Type reference (TYPE) SRT_LP_NAME Logical Port Name 20101222
2 Importing PI_PROXY_NAME Call by reference Type reference (TYPE) SRT_LP_PROXYCLASS Proxy Class of Logical Port 20101222
3 Returning PR_IS_ISOLATED Value transfer Type reference (TYPE) BOOLEAN X=is permanently isolated; space=otherwise 20101222

Method IS_ISOLATION_PERMANENT_CONS on Interface IF_SRT_WSP_QUERY_ASSIGN_CONFIG has no exception.

Method IS_ISOLATION_PERMANENT_PROV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_SERVICE_DEF Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME Service definition name 20101222
2 Returning PR_IS_ISOLATED Value transfer Type reference (TYPE) BOOLEAN X=is permanently isolated; space=otherwise 20101222

Method IS_ISOLATION_PERMANENT_PROV on Interface IF_SRT_WSP_QUERY_ASSIGN_CONFIG has no exception.

Method IS_STS_PROXY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_PROXY_NAME Call by reference Type reference (TYPE) CSEQUENCE Internal proxy name 20081215
2 Returning PR_IS_STS_PROXY Value transfer Type reference (TYPE) BOOLEAN X=STS proxy; space=regular proxy 20081215
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081215

Method IS_STS_PROXY_ASSIGNED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_LP_NAME Call by reference Type reference (TYPE) SRT_LP_NAME Logical Port Name 20081128
2 Importing PI_PROXY_NAME Call by reference Type reference (TYPE) SRT_LP_PROXYCLASS Proxy Class of Logical Port 20081128
3 Importing PI_URL Call by reference Type reference (TYPE) STRING Complete URL 20081128
4 Returning PR_IS_ASSIGNED Value transfer Type reference (TYPE) BOOLEAN X=is already assigned; space=otherwise 20081128
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081128

Method IS_USED_AS_TARGET_LP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_LP_NAME Call by reference Type reference (TYPE) SRT_LP_NAME 20110111
2 Importing PI_PROXY_NAME Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20110111
3 Returning PR_IS_USED Value transfer Type reference (TYPE) BOOLEAN 20110111

Method IS_USED_AS_TARGET_LP on Interface IF_SRT_WSP_QUERY_ASSIGN_CONFIG has no exception.

Method LIST_FACADE_LPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PC_FACADE_LIST Call by reference Type reference (TYPE) SRT_FACADE_LPS_LIST 20110111
2 Importing PI_CONFIG_LOAD Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE Boolean Variable (X=True, -=False, Space=Unknown) 20130322
3 Importing PI_FACADE_NAME Value transfer Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20110111
4 Importing PI_SOURCE_LP_NAME Call by reference Type reference (TYPE) SRT_LP_NAME Logical Port Name 20130326
5 Importing PI_SOURCE_PROXY_NAME Value transfer Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20110111
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110111

Method LIST_LP_FOR_STS_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_STS_URL Value transfer Type reference (TYPE) STRING STS-URL 20090217
2 Returning PR_STS_PROXY_LIST Value transfer Type reference (TYPE) SRT_WSP_LPNAME_PROXY_LIST List of LP Names for Proxy Class Assignments 20090217
# Exception Resumable Description Created on
1 CX_SRT_WSP_ASSIGN_CONFIG RT Assignment 20090217

Method LIST_MLP_RELATION_OF_PROXY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PC_RELATION_LIST Call by reference Type reference (TYPE) SRT_PROXY_MLP_ROLE_LIST 20110111
2 Importing PI_PROXY_NAME Value transfer Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20110111
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110111

Method LIST_STCM_SOURCE_LP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_STCM_INFO Call by reference Type reference (TYPE) SRT_STCM_SOURCE_LP_LIST 20120727
2 Importing I_LP_NAME Value transfer Type reference (TYPE) SRT_LP_NAME 20120727
3 Importing I_STCM_NAME Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20120727

Method LIST_STCM_SOURCE_LP on Interface IF_SRT_WSP_QUERY_ASSIGN_CONFIG has no exception.

Method LIST_STCM_TARGET_LP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_STCM_INFO Call by reference Type reference (TYPE) SRT_STCM_TARGET_LP_LIST 20120727
2 Importing I_LP_NAME Value transfer Type reference (TYPE) SRT_LP_NAME 20120727
3 Importing I_STCM_NAME Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20120727

Method LIST_STCM_TARGET_LP on Interface IF_SRT_WSP_QUERY_ASSIGN_CONFIG has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 720