SAP ABAP Class IF_SRT_WSP_ASSIGN_QUERY (Query API for SRT Assignments)
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 Assignment of Profile to RT Configurations 20060929
Properties
Class IF_SRT_WSP_ASSIGN_QUERY  
Short Description Query API for SRT Assignments    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20060929   SAP 
Last change 20090618   SAP 
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)
Interfaces
Class IF_SRT_WSP_ASSIGN_QUERY has no interface implemented.
Friends
Class IF_SRT_WSP_ASSIGN_QUERY has no friend class.
Attributes
Class IF_SRT_WSP_ASSIGN_QUERY 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 20061004
2 EXISTS_PENDING_TASK Static method Public Method Checks Existence of Task 20061019
3 GET_CONFIG_BINDING_BY_ESR_INFO Static method Public Method Checks Configuration for IIF and Channel 20060929
4 GET_DESTINATIONS_BY_PROFILE Static method Public Method Gets Destinations by Profile 20061004
5 GET_DESTINATION_FOR_TASK Static method Public Method Gets name of destination for task if it exists 20070418
6 GET_PEND_TASK_BY_LPNAME_PROXY Static method Public Method Gets Pending Task by LP and Proxy Name 20061005
7 GET_PROFILE_FOR_DESTINATION Static method Public Method Gets Profile for Given Destination 20061004
8 GET_PROFILE_INFO_FOR_CONFIG Static method Public Method Gets Profile Information for Configuration 20061004
9 GET_WSDL_URL_FOR_PENDING_TASK Static method Public Method Gets WSDL URL for reset task 20070306
10 LIST_ALL_ASSIGN_INFO_FOR_PROF Static method Public Method Gets all assignment details for profile assignment 20080802
11 LIST_ASSIGN Static method Public Method Assignment List 20070201
12 LIST_ASSIGNS_FOR_CONFIG Static method Public Method Lists Assignments for Specified Configuration 20061004
13 LIST_ASSIGNS_FOR_PROFILE Static method Public Method Lists Assignments for Specified Profile 20061004
14 LIST_ASSIGN_DT_CLIENT_OBJ Static method Public Method Lists Assignments for Specified Client DT Object 20061010
15 LIST_ASSIGN_DT_SERVER_OBJ Static method Public Method Lists Assignments for Specified Server DT Object 20060929
16 LIST_CONFIGS_FOR_PROFILE Static method Public Method Lists Configurations for Profile 20061004
17 LIST_CONFIG_DT_SERVER_OBJ Static method Public Method Lists RT Configurations for Assigned DT Object 20060929
18 LIST_PENDING_TASKS Static method Public Method Lists Pending Assignments 20061004
19 PROFILE_EXISTS_IN_ASSIGN Static method Public Method Checks Existence of Profile in Assignment 20061004
Events
Class IF_SRT_WSP_ASSIGN_QUERY has no event.
Types
Class IF_SRT_WSP_ASSIGN_QUERY 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 the RT config 20061004
2 Importing PI_CONFIG_TYPE Call by reference Type reference (TYPE) SRT_WSP_CONFIG_TYPE WSP configuration type 20061004
3 Importing PI_DT_OBJ_NAME Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME WSP name of the interface object 20061004
4 Returning PR_EXISTS Value transfer Type reference (TYPE) BOOLEAN X=Konfiguration existiert; space=sonst 20061004
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20061004

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 Logischer Port Name 20061019
2 Importing PI_PROXY_CLASS Call by reference Type reference (TYPE) SRT_LP_PROXYCLASS Proxyklasse eines logischen Ports 20061019
3 Returning PR_EXISTS Value transfer Type reference (TYPE) BOOLEAN X=Task existiert; space=sonst 20061019

Method EXISTS_PENDING_TASK on class IF_SRT_WSP_ASSIGN_QUERY 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 20060929
2 Exporting PE_BINDING_NAME Call by reference Type reference (TYPE) QNAME Binding Name 20060929
3 Exporting PE_RT_CONFIG_NAME Call by reference Type reference (TYPE) SRT_WSP_RT_CONFIG_NAME WSP name of the RT config 20060929
4 Importing PI_CHANNEL_ID Call by reference Type reference (TYPE) STRING ESR Channel 20060929
5 Importing PI_INBOUND_INTERFACE Call by reference Type reference (TYPE) QNAME Inbound Interface 20060929
6 Importing PI_IS_PI_SCENARIO Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE X=is PI scenario; space=regular scenario 20090220
7 Importing PI_SOFTWARE_VERSION Call by reference Type reference (TYPE) GUID_32 XI Software Version 20070117
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060929

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 Profilname 20061004
2 Importing PI_PROFILE_TYPE Call by reference Type reference (TYPE) SRT_WSP_PROFILE_TYPE Profiltyp 20061004
3 Returning PR_DESTINATION_LIST Value transfer Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME_LS Liste von DT Profilnamen 20061004
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20061004

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 Zurückgestellte SRT Konfigurationsaufgaben 20070418
2 Returning PR_DEST Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_DEST SRT Destination 20070418

Method GET_DESTINATION_FOR_TASK on class IF_SRT_WSP_ASSIGN_QUERY 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 gefunden; space=keine Task gefunden 20061005
2 Exporting PE_TASK Call by reference Type reference (TYPE) SRT_PEND_TASK Zurückgestellte SRT Konfigurationsaufgaben 20061005
3 Importing PI_LP_NAME Call by reference Type reference (TYPE) SRT_LP_NAME Logischer Port Name 20061005
4 Importing PI_PROXY_CLASS_NAME Call by reference Type reference (TYPE) SRT_LP_PROXYCLASS Proxyklasse eines logischen Ports 20061005

Method GET_PEND_TASK_BY_LPNAME_PROXY on class IF_SRT_WSP_ASSIGN_QUERY 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 the profile config 20061004
2 Returning PR_PROFILE_NAME Value transfer Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME WSP name of the profile config 20061004
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20061004

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 the profile config 20061004
2 Exporting PE_PROFILE_STATE Call by reference Type reference (TYPE) SRT_WSP_CONFIG_STATE WSP config state 20061004
3 Exporting PE_PROFILE_TYPE Call by reference Type reference (TYPE) SRT_WSP_PROFILE_TYPE WSP profile type 20061004
4 Importing PI_CONFIG_NAME Call by reference Type reference (TYPE) SRT_WSP_RT_CONFIG_NAME WSP name of the RT config 20061004
5 Importing PI_CONFIG_TYPE Call by reference Type reference (TYPE) SRT_WSP_CONFIG_TYPE WSP configuration type 20061004
6 Importing PI_DT_OBJ_NAME Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME WSP name of the interface object 20061004
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG Zuordnung RT 20070219

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 Taks-ID der SRT Konfiguration 20070306
2 Importing PI_TASK_INFO Call by reference Type reference (TYPE) SRT_PEND_TASK Zurückgestellte SRT Konfigurationsaufgaben 20070306
3 Returning PR_WSDL_URL Value transfer Type reference (TYPE) STRING WSDL URL 20070306

Method GET_WSDL_URL_FOR_PENDING_TASK on class IF_SRT_WSP_ASSIGN_QUERY 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_LIST List of complete assignment information 20080802
2 Importing PI_PROFILE_NAME Call by reference Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME WSP Name of Profile Configuration 20080802
3 Importing PI_PROFILE_TYPE Call by reference Type reference (TYPE) SRT_WSP_PROFILE_TYPE WSP Profile Type 20080802

Method LIST_ALL_ASSIGN_INFO_FOR_PROF on class IF_SRT_WSP_ASSIGN_QUERY 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 Name der Zuordnung 20070201
2 Importing PI_STATE Value transfer Type reference (TYPE) SRT_WSP_CONFIG_STATE Zuordnungsstatus 20070201
3 Importing PI_TYPE Value transfer Type reference (TYPE) SRT_WSP_ASSIGN_TYPE Typ der Zuordnung 20070201
4 Returning PR_ASSIGN Value transfer Type reference (TYPE) SRT_WSP_ASSIGN_KEY_LIST Liste von Zuordnungsschlüsseln 20070201

Method LIST_ASSIGN on class IF_SRT_WSP_ASSIGN_QUERY 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 config state 20061004
2 Importing PI_CONFIG_NAME Value transfer Type reference (TYPE) SRT_WSP_RT_CONFIG_NAME WSP name of the RT config 20061004
3 Importing PI_CONFIG_TYPE Value transfer Type reference (TYPE) SRT_WSP_CONFIG_TYPE WSP config state 20061004
4 Importing PI_DT_OBJ_NAME Value transfer Type reference (TYPE) SRT_WSP_DT_OBJ_NAME WSP profile type 20061004
5 Returning PR_ASSIGN_IDS Value transfer Type reference (TYPE) SRT_WSP_ASSIGN_KEY_LIST Liste von Zuordnungsschlüsseln 20061004
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20061004

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 config state 20061004
2 Importing PI_PROFILE_NAME Call by reference Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME WSP name of the profile config 20061004
3 Importing PI_PROFILE_TYPE Call by reference Type reference (TYPE) SRT_WSP_PROFILE_TYPE WSP profile type 20061004
4 Returning PR_ASSIGN_IDS Value transfer Type reference (TYPE) SRT_WSP_ASSIGN_KEY_LIST Liste von Zuordnungsschlüsseln 20061004
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20061004

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 Objekt Name 20061010
2 Returning PR_ASSIGN_LIST Value transfer Type reference (TYPE) SRT_WSP_ASSIGN_KEY_LIST Liste von Zuordnungsschlüsseln 20061010

Method LIST_ASSIGN_DT_CLIENT_OBJ on class IF_SRT_WSP_ASSIGN_QUERY 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 Objekt Name 20060929
2 Returning PR_ASSIGN_LIST Value transfer Type reference (TYPE) SRT_WSP_ASSIGN_KEY_LIST Liste von Zuordnungsschlüsseln 20060929

Method LIST_ASSIGN_DT_SERVER_OBJ on class IF_SRT_WSP_ASSIGN_QUERY 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 the profile config 20061004
2 Importing PI_PROFILE_TYPE Call by reference Type reference (TYPE) SRT_WSP_PROFILE_TYPE WSP profile type 20061004
3 Returning PR_CONFIG_LIST Value transfer Type reference (TYPE) SRT_WSP_RT_CONFIG_ID_LIST Liste von IDs von RT Konfigurationen 20061004
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20061004

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 Objektname 20060929
2 Importing PI_PROFILE_NAME Call by reference Type reference (TYPE) CSEQUENCE Profilname 20060929
3 Importing PI_PROFILE_TYPE Call by reference Type reference (TYPE) SRT_WSP_PROFILE_TYPE Profiltyp 20070129
4 Returning PR_CONFIG_LIST Value transfer Type reference (TYPE) SRT_WSP_RT_CONFIG_LIST Liste von RT Konfigurationen 20060929
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20060929

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 Name der Zuordnung 20061110
2 Importing PI_ASSIGN_TYPE Call by reference Type reference (TYPE) SRT_WSP_ASSIGN_TYPE Typ der Zuordnung 20061110
3 Returning PR_PENDING_TASKS Value transfer Type reference (TYPE) SRT_PEND_TASK_LIST Liste ausstehender Ausfgaben der Zuordnung 20061004

Method LIST_PENDING_TASKS on class IF_SRT_WSP_ASSIGN_QUERY 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 Profilname 20061004
2 Importing PI_PROFILE_TYPE Call by reference Type reference (TYPE) SRT_WSP_PROFILE_TYPE Profiltyp 20061004
3 Returning PR_EXISTS Value transfer Type reference (TYPE) BOOLEAN X=wahr, space=falsch 20061004
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20061004
History
Last changed by/on SAP  20090618 
SAP Release Created in