SAP ABAP Class CL_SRT_WSP_ASSIGN_CONFIG_RT (Runtime version of config assign)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
     SOAP_CONFIG (Package) SOAP Configuration Framework
Properties
Class CL_SRT_WSP_ASSIGN_CONFIG_RT  
Short Description Runtime version of config assign    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_CONFIG   SOAP Configuration Framework 
Created 20101222   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SRT_WSP_ASSIGN_CONFIG_RT has no forward declaration.
Interfaces
Class CL_SRT_WSP_ASSIGN_CONFIG_RT has no interface implemented.
Friends
Class CL_SRT_WSP_ASSIGN_CONFIG_RT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_DEFAULT_SERVICE_DEFINITION Constant Private Type reference (TYPE) SRT_WSP_DT_OBJ_NAME '%DEFAULT%' 20101222
2 CO_RC_COMM_ERR Constant Public Type reference (TYPE) SRT_WSP_CONFIG_RC 'COMM_ERR' 20101222
3 CO_RC_EVAL_ERR Constant Public Type reference (TYPE) SRT_WSP_CONFIG_RC 'EVAL_ERR' 20101222
4 CO_RC_OK Constant Public Type reference (TYPE) SRT_WSP_CONFIG_RC 'OK' 20101222
5 CO_RC_UNKNOWN_ERR Constant Public Type reference (TYPE) SRT_WSP_CONFIG_RC 'OTHER_ERR' 20101222
6 MC_ICF_ROOT_BASE Constant Public Type reference (TYPE) STRING '/sap/bc/srt' 20101222
7 MC_ICF_ROOT_SCS Constant Public Type reference (TYPE) STRING '/scs' 20101222
8 MC_ICF_ROOT_SCS_ALIAS Constant Public Type reference (TYPE) STRING '/scsa' 20101222
9 MC_PROTOCOL_HTTP Constant Private Type reference (TYPE) STRING 'http' 20101222
10 MC_PROTOCOL_HTTPS Constant Private Type reference (TYPE) STRING 'https' 20101222
11 MC_SEPARATOR Constant Private Type reference (TYPE) C '/' 20101222
12 MS_DEFAULT_HTTPS_PORT Constant Private Type reference (TYPE) STRING '443' 20101222
13 MS_DEFAULT_HTTP_PORT Constant Private Type reference (TYPE) STRING '80' 20101222
14 MS_REGISTRY Static Attribute Private Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_REGISTRY 20101222
15 MS_SERV_CACHE Static Attribute Private Type reference (TYPE) TT_SERV_ASSIGN 20101222
Methods
# Method Level Visibility Method type Description Created on
1 ADD_SERV_CACHE Static method Private Method Add entry to server cache 20101222
2 CALCULATE_HASH Static method Private Method Calculate Hash Value from URL and Virtual Host 20101222
3 CHECK_SCP_CALL Static method Public Method Check if HTTP object is a simple client provider call 20101222
4 CLEAR_CACHE Static method Public Method Clear cached assignments 20101222
5 EQUALS_URL Static method Private Method Checks Equality of Specified URLs 20101222
6 EXISTS_SERVER Static method Public Method Check existence of provider configuration 20101222
7 EXTRACT_TASK_DATA Static method Private Method Extract Task Details Information 20101222
8 GENERATE_HASH Static method Private Method Generates Hash for URL and Virtual Host at Runtime 20101222
9 GET_HOST_NUMBER Static method Private Method Gets Number of Virtual Host 20101222
10 GET_HOST_SERVICE Static method Private Method Get Local Host and Service Based on Protocol 20101222
11 GET_INFO_FROM_REQUEST Static method Private Method Gets Information from Header Fields of Request 20101222
12 GET_NUMBER_URL_COMPONENTS Static method Private Method Gets Number of URL Components 20101222
13 GET_PROTOCOL_INDEX Static method Private Method Maps Protocol Names to Task Handler Protocol Index 20101222
14 GET_PROVIDER_ISOLATION_TEXT Static method Public Method Get text in case of accessing an isolated provider 20101222
15 GET_SCP_INFO_BY_BINDING_KEY Static method Private Method Get simple client provider information by binding key 20101222
16 GET_SIMPLE_CLIENT_BASE_URL Static method Public Method Get simple client provider based URL 20101222
17 HANDLE_PENDING_TASK Static method Private Method Check for Pending Client Configuration Task 20101222
18 INIT_CONFIG_INFO Static method Private Method Gets Configuration for Specified URL 20101222
19 IS_CLIENT_RELATED Static method Private Method Check for Client Relationship 20101222
20 IS_SCP_RELATED_URL Static method Private Method Check for simple client provider URL 20101222
21 IS_URL_PART_OF Static method Private Method Check if specified URL is part of complete URL 20101222
22 IS_XI_RELATED Static method Private Method Check for XI Relationship 20101222
23 READ_CLIENT Static method Public Method Read consumer config 20101222
24 READ_DATABASE_TARGET_PROXIES Static method Private Method Read database for target proxies 20101222
25 READ_DEFAULT_LP_PROXY Static method Public Method Gets Default LP for Proxy from Database 20101222
26 READ_SERVER Static method Public Method Read provider config 20101222
27 READ_SERV_CACHE Static method Private Method Read entry from server cache 20101222
28 REWRITE_SCS_ALIAS_TO_STANDARD Static method Private Method Rewrite alias SCS URL to standard URL 20101222
29 SPLIT_PATH Static method Private Method Divides URL Path 20101222
30 STRIPE_OFF_QUERY_EXTENSION Static method Private Method Stripe off query extension from URL 20101222
Events
Class CL_SRT_WSP_ASSIGN_CONFIG_RT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 CLIENT_ASSIGN Public Type reference (TYPE) SRT_CFG_CLI_ASGN 20101222
2 SERVER_ASSIGN Public Type reference (TYPE) SRT_CFG_SRV_ASGN 20101222
Method Signatures

Method ADD_SERV_CACHE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ASSIGN Call by reference Type reference (TYPE) SRT_CFG_SRV_ASGN 20101222
2 Importing PI_URL Call by reference Type reference (TYPE) STRING 20101222
3 Importing PI_VIRT_HOST Call by reference Type reference (TYPE) ICFHOSTNUM 0 20101222

Method ADD_SERV_CACHE on class CL_SRT_WSP_ASSIGN_CONFIG_RT has no exception.

Method CALCULATE_HASH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_HOST_NUMBER Call by reference Type reference (TYPE) ICFHOSTNUM 0 20101222
2 Importing PI_URL Call by reference Type reference (TYPE) STRING 20101222
3 Returning PR_HASH Value transfer Type reference (TYPE) HASH160 20101222
# Exception Resumable Description Created on
1 CX_SRT_WSP_ASSIGN_CONFIG 20101222

Method CHECK_SCP_CALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_SERVER Call by reference Object reference (TYPE REF TO) IF_HTTP_SERVER 20101222
2 Returning PR_CONT Value transfer Type reference (TYPE) BOOLEAN 20101222

Method CHECK_SCP_CALL on class CL_SRT_WSP_ASSIGN_CONFIG_RT has no exception.

Method CLEAR_CACHE Signature

Method CLEAR_CACHE on class CL_SRT_WSP_ASSIGN_CONFIG_RT has no parameter.
Method CLEAR_CACHE on class CL_SRT_WSP_ASSIGN_CONFIG_RT has no exception.

Method EQUALS_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_URL1 Call by reference Type reference (TYPE) STRING 20101222
2 Importing PI_URL2 Call by reference Type reference (TYPE) STRING 20101222
3 Returning PR_EQUALS Value transfer Type reference (TYPE) BOOLEAN 20101222

Method EQUALS_URL on class CL_SRT_WSP_ASSIGN_CONFIG_RT has no exception.

Method EXISTS_SERVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ICF_PATH Call by reference Type reference (TYPE) SRT_WSP_ICF_PATH 20101222
2 Importing PI_SERVER_OBJECT Call by reference Object reference (TYPE REF TO) IF_HTTP_SERVER 20101222
3 Importing PI_VIRT_HOST Call by reference Type reference (TYPE) ICFHOSTNUM Number of a Virtual Host 20121023
4 Returning PR_EXISTS Value transfer Type reference (TYPE) BOOLEAN 20101222

Method EXISTS_SERVER on class CL_SRT_WSP_ASSIGN_CONFIG_RT has no exception.

Method EXTRACT_TASK_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_TASK Call by reference Type reference (TYPE) SRT_PEND_TASK 20101222
2 Returning PR_DATA Value transfer Type reference (TYPE) SRT_WSP_NAME_VALUE_LIST 20101222

Method EXTRACT_TASK_DATA on class CL_SRT_WSP_ASSIGN_CONFIG_RT has no exception.

Method GENERATE_HASH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_HASH Call by reference Type reference (TYPE) HASH160 20101222
2 Exporting PE_HOST_NUMBER Call by reference Type reference (TYPE) ICFHOSTNUM 20101222
3 Importing PI_HOST_NAME Call by reference Type reference (TYPE) STRING 20101222
4 Importing PI_HOST_NUMBER Call by reference Type reference (TYPE) ICFHOSTNUM -1 20101222
5 Importing PI_PROTOCOL Call by reference Type reference (TYPE) STRING 20101222
6 Importing PI_SERVICE Call by reference Type reference (TYPE) STRING 20101222
7 Importing PI_URL Call by reference Type reference (TYPE) STRING 20101222
# Exception Resumable Description Created on
1 CX_SRT_WSP_ASSIGN_CONFIG 20101222

Method GET_HOST_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_HOST_NAME Call by reference Type reference (TYPE) STRING 20101222
2 Importing PI_PROTOCOL Call by reference Type reference (TYPE) STRING 20101222
3 Importing PI_SERVICE Call by reference Type reference (TYPE) STRING 20101222
4 Returning PR_HOST_NUMBER Value transfer Type reference (TYPE) ICFHOSTNUM 20101222
# Exception Resumable Description Created on
1 CX_SRT_WSP_ASSIGN_CONFIG 20101222

Method GET_HOST_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_HOST_NAME Call by reference Type reference (TYPE) STRING 20101222
2 Exporting PE_SERVICE Call by reference Type reference (TYPE) STRING 20101222
3 Importing PI_PROTOCOL Call by reference Type reference (TYPE) STRING 20101222
# Exception Resumable Description Created on
1 CX_SRT_WSP_ASSIGN_CONFIG 20101222

Method GET_INFO_FROM_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_HOST_NAME Call by reference Type reference (TYPE) STRING 20101222
2 Exporting PE_PROTOCOL Call by reference Type reference (TYPE) STRING 20101222
3 Exporting PE_SERVICE Call by reference Type reference (TYPE) STRING 20101222
4 Exporting PE_URL Call by reference Type reference (TYPE) STRING 20101222
5 Exporting PE_URL_EXPANDED Call by reference Type reference (TYPE) STRING 20101222
6 Importing PI_SERVER_OBJECT Call by reference Object reference (TYPE REF TO) IF_HTTP_SERVER 20101222

Method GET_INFO_FROM_REQUEST on class CL_SRT_WSP_ASSIGN_CONFIG_RT has no exception.

Method GET_NUMBER_URL_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_URL Call by reference Type reference (TYPE) STRING 20101222
2 Returning PR_COUNT Value transfer Type reference (TYPE) INT4 20101222

Method GET_NUMBER_URL_COMPONENTS on class CL_SRT_WSP_ASSIGN_CONFIG_RT has no exception.

Method GET_PROTOCOL_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_PROTOCOL Call by reference Type reference (TYPE) STRING 20101222
2 Returning PR_PROTOCOL_INDEX Value transfer Type reference (TYPE) INT4 20101222
# Exception Resumable Description Created on
1 CX_SRT_WSP_ASSIGN_CONFIG 20101222

Method GET_PROVIDER_ISOLATION_TEXT 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 20101222
2 Returning PR_TEXT Value transfer Type reference (TYPE) SRT_WSP_SHORT_TEXT 20101222

Method GET_PROVIDER_ISOLATION_TEXT on class CL_SRT_WSP_ASSIGN_CONFIG_RT 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 20101222
2 Exporting PE_CERT_AUTH Call by reference Type reference (TYPE) BOOLEAN 20101222
3 Exporting PE_FAILURE Call by reference Type reference (TYPE) BOOLEAN 20101222
4 Exporting PE_TICKET_AUTH Call by reference Type reference (TYPE) BOOLEAN 20101222
5 Importing PI_BIND_KEY Call by reference Type reference (TYPE) GUID_32 20101222

Method GET_SCP_INFO_BY_BINDING_KEY on class CL_SRT_WSP_ASSIGN_CONFIG_RT has no exception.

Method GET_SIMPLE_CLIENT_BASE_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_ALIAS_URL Call by reference Type reference (TYPE) STRING 20101222
2 Exporting PE_URL Call by reference Type reference (TYPE) STRING 20101222

Method GET_SIMPLE_CLIENT_BASE_URL on class CL_SRT_WSP_ASSIGN_CONFIG_RT has no exception.

Method HANDLE_PENDING_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_RETURN_CODE Value transfer Type reference (TYPE) SRT_WSP_CONFIG_RC 20101222
2 Exporting PE_SUCCESS Value transfer Type reference (TYPE) BOOLEAN 20101222
3 Exporting PE_TASK_ID Value transfer Type reference (TYPE) SRT_WSP_TASK_ID 20101222
4 Importing PI_LP_NAME Call by reference Type reference (TYPE) SRT_LP_NAME 20101222
5 Importing PI_PROXY_CLASS_NAME Call by reference Type reference (TYPE) SRT_LP_PROXYCLASS 20101222

Method HANDLE_PENDING_TASK on class CL_SRT_WSP_ASSIGN_CONFIG_RT has no exception.

Method INIT_CONFIG_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_ASSIGN Call by reference Type reference (TYPE) SRT_CFG_SRV_ASGN 20101222
2 Exporting PE_PATH_EXTENSION Call by reference Type reference (TYPE) STRING 20101222
3 Importing PI_ICF_PATH Call by reference Type reference (TYPE) SRT_WSP_ICF_PATH 20101222
4 Importing PI_SERVER_OBJECT Call by reference Object reference (TYPE REF TO) IF_HTTP_SERVER 20101222
5 Importing PI_VIRT_HOST Call by reference Type reference (TYPE) ICFHOSTNUM 0 Number of a Virtual Host 20121023
# Exception Resumable Description Created on
1 CX_SRT_WSP_ASSIGN_CONFIG 20101222

Method IS_CLIENT_RELATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_TASK_TYPE Call by reference Type reference (TYPE) SRT_WSP_ASSIGN_TYPE 20101222
2 Returning PR_CLIENT_RELATED Value transfer Type reference (TYPE) BOOLEAN 20101222

Method IS_CLIENT_RELATED on class CL_SRT_WSP_ASSIGN_CONFIG_RT has no exception.

Method IS_SCP_RELATED_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ACCESS_PATH Call by reference Type reference (TYPE) CSEQUENCE 20101222
2 Importing PI_SERVER Call by reference Object reference (TYPE REF TO) IF_HTTP_SERVER 20101222
3 Returning PR_IS_SCP_URL Value transfer Type reference (TYPE) BOOLEAN 20101222

Method IS_SCP_RELATED_URL on class CL_SRT_WSP_ASSIGN_CONFIG_RT has no exception.

Method IS_URL_PART_OF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_PART_URL Call by reference Type reference (TYPE) STRING 20101222
2 Importing PI_URL Call by reference Type reference (TYPE) STRING 20101222
3 Returning PR_IS_PART Value transfer Type reference (TYPE) BOOLEAN 20101222

Method IS_URL_PART_OF on class CL_SRT_WSP_ASSIGN_CONFIG_RT has no exception.

Method IS_XI_RELATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_TASK_TYPE Call by reference Type reference (TYPE) SRT_WSP_ASSIGN_TYPE 20101222
2 Returning PR_XI_RELATED Value transfer Type reference (TYPE) BOOLEAN 20101222

Method IS_XI_RELATED on class CL_SRT_WSP_ASSIGN_CONFIG_RT has no exception.

Method READ_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_ASSIGN Call by reference Type reference (TYPE) CLIENT_ASSIGN 20101222
2 Exporting PE_IS_DEFAULT Call by reference Type reference (TYPE) BOOLEAN 20101222
3 Exporting PE_IS_MLP Call by reference Type reference (TYPE) BOOLEAN 20101222
4 Exporting PE_RETURN_CODE Call by reference Type reference (TYPE) SRT_WSP_CONFIG_RC 20101222
5 Exporting PE_STS_BASED Call by reference Type reference (TYPE) BOOLEAN 20101222
6 Exporting PE_STS_URL Call by reference Type reference (TYPE) STRING 20101222
7 Exporting PE_TARGET_PROXIES Call by reference Type reference (TYPE) SRT_WSP_PROXY_LP_LIST 20101222
8 Exporting PE_TASK_ID Call by reference Type reference (TYPE) SRT_WSP_TASK_ID 20101222
9 Exporting PE_XI_BASED Call by reference Type reference (TYPE) BOOLEAN 20101222
10 Importing PI_DETERMINE_DEFAULT_LP Call by reference Type reference (TYPE) BOOLEAN 20101222
11 Importing PI_LP_NAME Call by reference Type reference (TYPE) SRT_LP_NAME 20101222
12 Importing PI_PROXY_CLASS_NAME Call by reference Type reference (TYPE) SRT_LP_PROXYCLASS 20101222

Method READ_CLIENT on class CL_SRT_WSP_ASSIGN_CONFIG_RT has no exception.

Method READ_DATABASE_TARGET_PROXIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PC_TARGET_PROXIES Call by reference Type reference (TYPE) SRT_WSP_PROXY_LP_LIST 20101222
2 Importing PI_FACADE_NAME Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20101222
3 Importing PI_SOURCE_PROXY Call by reference Type reference (TYPE) SRT_LP_PROXYCLASS 20101222

Method READ_DATABASE_TARGET_PROXIES on class CL_SRT_WSP_ASSIGN_CONFIG_RT has no exception.

Method READ_DEFAULT_LP_PROXY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_PROXY_CLASS_NAME Call by reference Type reference (TYPE) SRT_LP_PROXYCLASS 20101222
2 Returning PR_DEFAULT_LP Value transfer Type reference (TYPE) SRT_LP_NAME 20101222

Method READ_DEFAULT_LP_PROXY on class CL_SRT_WSP_ASSIGN_CONFIG_RT has no exception.

Method READ_SERVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_ASSIGN Call by reference Type reference (TYPE) SERVER_ASSIGN 20101222
2 Exporting PE_PATH_EXTENSION Call by reference Type reference (TYPE) STRING 20101222
3 Importing PI_ICF_PATH Call by reference Type reference (TYPE) SRT_WSP_ICF_PATH 20101222
4 Importing PI_SERVER_OBJECT Call by reference Object reference (TYPE REF TO) IF_HTTP_SERVER 20101222
5 Importing PI_VIRT_HOST Call by reference Type reference (TYPE) ICFHOSTNUM Number of a Virtual Host 20121023

Method READ_SERVER on class CL_SRT_WSP_ASSIGN_CONFIG_RT has no exception.

Method READ_SERV_CACHE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_PATH_EXTENSION Call by reference Type reference (TYPE) STRING 20101222
2 Exporting PE_SERV_ASSIGN Call by reference Type reference (TYPE) SRT_CFG_SRV_ASGN 20101222
3 Importing PI_URL Call by reference Type reference (TYPE) STRING 20101222
4 Importing PI_VIRT_HOST Call by reference Type reference (TYPE) ICFHOSTNUM 0 20101222

Method READ_SERV_CACHE on class CL_SRT_WSP_ASSIGN_CONFIG_RT has no exception.

Method REWRITE_SCS_ALIAS_TO_STANDARD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ALIAS_URL Call by reference Type reference (TYPE) STRING 20101222
2 Returning PR_STANDARD_URL Value transfer Type reference (TYPE) SRT_WSP_ICF_PATH 20101222

Method REWRITE_SCS_ALIAS_TO_STANDARD on class CL_SRT_WSP_ASSIGN_CONFIG_RT has no exception.

Method SPLIT_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_LAST_COMPONENT Call by reference Type reference (TYPE) STRING 20101222
2 Exporting PE_PREFIX Call by reference Type reference (TYPE) STRING 20101222
3 Importing PI_PATH Call by reference Type reference (TYPE) STRING 20101222

Method SPLIT_PATH on class CL_SRT_WSP_ASSIGN_CONFIG_RT has no exception.

Method STRIPE_OFF_QUERY_EXTENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PC_URL Call by reference Type reference (TYPE) STRING 20101222

Method STRIPE_OFF_QUERY_EXTENSION on class CL_SRT_WSP_ASSIGN_CONFIG_RT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740