SAP ABAP Interface IF_SRT_WSP_ASSIGN_QUERY_XI (Query API for SRT Assignments.)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-XI-IBC (Application Component) Integration Builder - Configuration
     SAI_SOAP_SERVICES (Package) SRT Services for PI
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SRT_WSP_ASSIGN_ROOT_XI Assignment of Profile to RT Configurations 20100430
Properties
Interface IF_SRT_WSP_ASSIGN_QUERY_XI  
Short Description Query API for SRT Assignments.    
General Data
Package SAI_SOAP_SERVICES   SRT Services for PI 
Created 20100303   SAP 
Last changed 20110908   SAP 
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_ASSIGN_QUERY_XI has no interface.
Friends
Interface IF_SRT_WSP_ASSIGN_QUERY_XI has no friend.
Attributes
Interface IF_SRT_WSP_ASSIGN_QUERY_XI has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CONFIG_EXISTS_IN_ASSIGN Static method Public Method Checks Existence of Configuration in Assignment 20100430
2 EXISTS_PENDING_TASK Static method Public Method Checks Existence of Task 20100430
3 GET_CONFIG_BINDING_BY_ESR_INFO Static method Public Method Checks Configuration for IIF and Channel 20100430
4 GET_DESTINATIONS_BY_PROFILE Static method Public Method Gets Destinations by Profile 20100430
5 GET_DESTINATION_FOR_TASK Static method Public Method Gets name of destination for task if it exists 20100430
6 GET_PEND_TASK_BY_LPNAME_PROXY Static method Public Method Gets Pending Task by LP and Proxy Name 20100430
7 GET_PROFILE_FOR_DESTINATION Static method Public Method Gets Profile for Given Destination 20100430
8 GET_PROFILE_INFO_FOR_CONFIG Static method Public Method Gets Profile Information for Configuration 20100430
9 GET_WSDL_URL_FOR_PENDING_TASK Static method Public Method Gets WSDL URL for reset task 20100430
10 LIST_ALL_ASSIGN_INFO_FOR_PROF Static method Public Method Gets all assignment details for profile assignment 20100430
11 LIST_ASSIGN Static method Public Method Assignment List 20100430
12 LIST_ASSIGNS_FOR_CONFIG Static method Public Method Lists Assignments for Specified Configuration 20100430
13 LIST_ASSIGNS_FOR_PROFILE Static method Public Method Lists Assignments for Specified Profile 20100430
14 LIST_ASSIGN_DT_CLIENT_OBJ Static method Public Method Lists Assignments for Specified Client DT Object 20100430
15 LIST_ASSIGN_DT_SERVER_OBJ Static method Public Method Lists Assignments for Specified Server DT Object 20100430
16 LIST_CONFIGS_FOR_PROFILE Static method Public Method Lists Configurations for Profile 20100430
17 LIST_CONFIG_DT_SERVER_OBJ Static method Public Method Lists RT Configurations for Assigned DT Object 20100430
18 LIST_PENDING_TASKS Static method Public Method Lists Pending Assignments 20100430
19 PROFILE_EXISTS_IN_ASSIGN Static method Public Method Checks Existence of Profile in Assignment 20100430
Events
Interface IF_SRT_WSP_ASSIGN_QUERY_XI has no event.
Types
Interface IF_SRT_WSP_ASSIGN_QUERY_XI has no local type.
Method Signatures

Method CONFIG_EXISTS_IN_ASSIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_CONFIG_NAME Call by reference Type reference (TYPE) SRT_WSP_RT_CONFIG_NAME WSP Name of RT Configuration 20100430
2 Importing PI_CONFIG_TYPE Call by reference Type reference (TYPE) SRT_WSP_CONFIG_TYPE WSP Configuration Type 20100430
3 Importing PI_DT_OBJ_NAME Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME WSP Name of Interface Object 20100430
4 Returning PR_EXISTS Value transfer Type reference (TYPE) BOOLEAN X = Configuration exists; space = Other 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method EXISTS_PENDING_TASK 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 20100430
2 Importing PI_PROXY_CLASS Call by reference Type reference (TYPE) SRT_LP_PROXYCLASS Proxy Class of Logical Port 20100430
3 Returning PR_EXISTS Value transfer Type reference (TYPE) BOOLEAN X=Task exists; space=Otherwise 20100430

Method EXISTS_PENDING_TASK on Interface IF_SRT_WSP_ASSIGN_QUERY_XI has no exception.

Method GET_CONFIG_BINDING_BY_ESR_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_BINDING_KEY Call by reference Type reference (TYPE) GUID_32 Binding Key 20100430
2 Exporting PE_BINDING_NAME Call by reference Type reference (TYPE) QNAME Binding Name 20100430
3 Exporting PE_RT_CONFIG_NAME Call by reference Type reference (TYPE) SRT_WSP_RT_CONFIG_NAME WSP Name of RT Configuration 20100430
4 Importing PI_CHANNEL_ID Call by reference Type reference (TYPE) STRING ESR Channel 20100430
5 Importing PI_INBOUND_INTERFACE Call by reference Type reference (TYPE) QNAME Inbound Interface 20100430
6 Importing PI_IS_PI_SCENARIO Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE X=is PI scenario; space=regular scenario 20100430
7 Importing PI_SOFTWARE_VERSION Call by reference Type reference (TYPE) GUID_32 XI Software Version 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method GET_DESTINATIONS_BY_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_PROFILE_NAME Call by reference Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME Profile Name 20100430
2 Importing PI_PROFILE_TYPE Call by reference Type reference (TYPE) SRT_WSP_PROFILE_TYPE Profile Type 20100430
3 Returning PR_DESTINATION_LIST Value transfer Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME_LS List of DT Profile Names 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method GET_DESTINATION_FOR_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_TASK_INFO Call by reference Type reference (TYPE) SRT_PEND_TASK Pending SRT Configuration Tasks 20100430
2 Returning PR_DEST Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_DEST_XI SRT Destination 20100430

Method GET_DESTINATION_FOR_TASK on Interface IF_SRT_WSP_ASSIGN_QUERY_XI has no exception.

Method GET_PEND_TASK_BY_LPNAME_PROXY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_FOUND Call by reference Type reference (TYPE) BOOLEAN X=Task found; space=No task found 20100430
2 Exporting PE_TASK Call by reference Type reference (TYPE) SRT_PEND_TASK Pending SRT Configuration Tasks 20100430
3 Importing PI_LP_NAME Call by reference Type reference (TYPE) SRT_LP_NAME Logical Port Name 20100430
4 Importing PI_PROXY_CLASS_NAME Call by reference Type reference (TYPE) SRT_LP_PROXYCLASS Proxy Class of Logical Port 20100430

Method GET_PEND_TASK_BY_LPNAME_PROXY on Interface IF_SRT_WSP_ASSIGN_QUERY_XI has no exception.

Method GET_PROFILE_FOR_DESTINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_DESTINATION Call by reference Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME WSP Name of Profile Configuration 20100430
2 Returning PR_PROFILE_NAME Value transfer Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME WSP Name of Profile Configuration 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method GET_PROFILE_INFO_FOR_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_PROFILE_NAME Call by reference Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME WSP Name of Profile Configuration 20100430
2 Exporting PE_PROFILE_STATE Call by reference Type reference (TYPE) SRT_WSP_CONFIG_STATE WSP Configuration State 20100430
3 Exporting PE_PROFILE_TYPE Call by reference Type reference (TYPE) SRT_WSP_PROFILE_TYPE WSP Profile Type 20100430
4 Importing PI_CONFIG_NAME Call by reference Type reference (TYPE) SRT_WSP_RT_CONFIG_NAME WSP Name of RT Configuration 20100430
5 Importing PI_CONFIG_TYPE Call by reference Type reference (TYPE) SRT_WSP_CONFIG_TYPE WSP Configuration Type 20100430
6 Importing PI_DT_OBJ_NAME Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME WSP Name of Interface Object 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG RT Assignment 20100430

Method GET_WSDL_URL_FOR_PENDING_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_TASK_ID Call by reference Type reference (TYPE) SRT_WSP_TASK_ID SRT Configuration Task IDs 20100430
2 Importing PI_TASK_INFO Call by reference Type reference (TYPE) SRT_PEND_TASK Pending SRT Configuration Tasks 20100430
3 Returning PR_WSDL_URL Value transfer Type reference (TYPE) STRING WSDL URL 20100430

Method GET_WSDL_URL_FOR_PENDING_TASK on Interface IF_SRT_WSP_ASSIGN_QUERY_XI has no exception.

Method LIST_ALL_ASSIGN_INFO_FOR_PROF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PC_ALL_ASSIGN_DATA Call by reference Type reference (TYPE) SRT_WSP_ALL_ASSIGN_INFO_LISTXI List of complete assignment information 20100430
2 Importing PI_PROFILE_NAME Call by reference Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME WSP Name of Profile Configuration 20100430
3 Importing PI_PROFILE_TYPE Call by reference Type reference (TYPE) SRT_WSP_PROFILE_TYPE WSP Profile Type 20100430

Method LIST_ALL_ASSIGN_INFO_FOR_PROF on Interface IF_SRT_WSP_ASSIGN_QUERY_XI has no exception.

Method LIST_ASSIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_NAME Value transfer Type reference (TYPE) SRT_WSP_ASSIGN_NAME Assignment Name 20100430
2 Importing PI_STATE Value transfer Type reference (TYPE) SRT_WSP_CONFIG_STATE Assignment Status 20100430
3 Importing PI_TYPE Value transfer Type reference (TYPE) SRT_WSP_ASSIGN_TYPE Assignment Type 20100430
4 Returning PR_ASSIGN Value transfer Type reference (TYPE) SRT_WSP_ASSIGN_KEY_LIST List of Assignment Keys 20100430

Method LIST_ASSIGN on Interface IF_SRT_WSP_ASSIGN_QUERY_XI has no exception.

Method LIST_ASSIGNS_FOR_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ASSIGN_STATE Value transfer Type reference (TYPE) SRT_WSP_CONFIG_STATE WSP Configuration State 20100430
2 Importing PI_CONFIG_NAME Value transfer Type reference (TYPE) SRT_WSP_RT_CONFIG_NAME WSP Name of RT Configuration 20100430
3 Importing PI_CONFIG_TYPE Value transfer Type reference (TYPE) SRT_WSP_CONFIG_TYPE WSP Configuration State 20100430
4 Importing PI_DT_OBJ_NAME Value transfer Type reference (TYPE) SRT_WSP_DT_OBJ_NAME WSP Profile Type 20100430
5 Returning PR_ASSIGN_IDS Value transfer Type reference (TYPE) SRT_WSP_ASSIGN_KEY_LIST List of Assignment Keys 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method LIST_ASSIGNS_FOR_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ASSIGN_STATE Call by reference Type reference (TYPE) SRT_WSP_CONFIG_STATE WSP Configuration State 20100430
2 Importing PI_PROFILE_NAME Call by reference Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME WSP Name of Profile Configuration 20100430
3 Importing PI_PROFILE_TYPE Call by reference Type reference (TYPE) SRT_WSP_PROFILE_TYPE WSP Profile Type 20100430
4 Returning PR_ASSIGN_IDS Value transfer Type reference (TYPE) SRT_WSP_ASSIGN_KEY_LIST List of Assignment Keys 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method LIST_ASSIGN_DT_CLIENT_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_DT_CLIENT Call by reference Type reference (TYPE) CSEQUENCE Client DT Object Name 20100430
2 Returning PR_ASSIGN_LIST Value transfer Type reference (TYPE) SRT_WSP_ASSIGN_KEY_LIST List of Assignment Keys 20100430

Method LIST_ASSIGN_DT_CLIENT_OBJ on Interface IF_SRT_WSP_ASSIGN_QUERY_XI has no exception.

Method LIST_ASSIGN_DT_SERVER_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_DT_SERVER Call by reference Type reference (TYPE) CSEQUENCE Server DT Object Name 20100430
2 Returning PR_ASSIGN_LIST Value transfer Type reference (TYPE) SRT_WSP_ASSIGN_KEY_LIST List of Assignment Keys 20100430

Method LIST_ASSIGN_DT_SERVER_OBJ on Interface IF_SRT_WSP_ASSIGN_QUERY_XI has no exception.

Method LIST_CONFIGS_FOR_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_PROFILE_NAME Call by reference Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME WSP Name of Profile Configuration 20100430
2 Importing PI_PROFILE_TYPE Call by reference Type reference (TYPE) SRT_WSP_PROFILE_TYPE WSP Profile Type 20100430
3 Returning PR_CONFIG_LIST Value transfer Type reference (TYPE) SRT_WSP_RT_CONFIG_ID_LIST List of IDs of RT Configurations 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method LIST_CONFIG_DT_SERVER_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_DT_SERVER Call by reference Type reference (TYPE) CSEQUENCE DT Server Object Name 20100430
2 Importing PI_PROFILE_NAME Call by reference Type reference (TYPE) CSEQUENCE Profile Name 20100430
3 Importing PI_PROFILE_TYPE Call by reference Type reference (TYPE) SRT_WSP_PROFILE_TYPE Profile Type 20100430
4 Returning PR_CONFIG_LIST Value transfer Type reference (TYPE) SRT_WSP_RT_CONFIG_LIST List of RT Configurations 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430

Method LIST_PENDING_TASKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ASSIGN_NAME Call by reference Type reference (TYPE) SRT_WSP_ASSIGN_NAME Assignment Name 20100430
2 Importing PI_ASSIGN_TYPE Call by reference Type reference (TYPE) SRT_WSP_ASSIGN_TYPE Assignment Type 20100430
3 Returning PR_PENDING_TASKS Value transfer Type reference (TYPE) SRT_PEND_TASK_LIST List of Pending Assignment Tasks 20100430

Method LIST_PENDING_TASKS on Interface IF_SRT_WSP_ASSIGN_QUERY_XI has no exception.

Method PROFILE_EXISTS_IN_ASSIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_PROFILE_NAME Call by reference Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME Profile Name 20100430
2 Importing PI_PROFILE_TYPE Call by reference Type reference (TYPE) SRT_WSP_PROFILE_TYPE Profile Type 20100430
3 Returning PR_EXISTS Value transfer Type reference (TYPE) BOOLEAN X=True, space=False 20100430
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20100430
History
Last changed by/on SAP  20110908 
SAP Release Created in