SAP ABAP Class CL_SRT_WSP_URL_GENERATOR (URL Generator)
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 - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRT_WSP_URL_GENERATOR URL Generator 20080218
Properties
Class CL_SRT_WSP_URL_GENERATOR  
Short Description URL Generator    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_CONFIG   SOAP Configuration Framework 
Created 20080218   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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 Abstract Final Description Created on
1 IF_SRT_WSP_URL_GENERATOR URL Generator 20080218
Friends
# Friend Modeled only Created on Description
1 CL_SRT_WSP_FACTORY 20080219 WSP Factory Class
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CLASS_NAME Constant Private Type reference (TYPE) STRING 'CL_SRT_WSP_URL_GENERATOR' 20080218
2 CO_INST_TYPE_API Constant Private Type reference (TYPE) T_INSTANCE_TYPE 'api' 20080218
3 CO_INST_TYPE_PROXY Constant Private Type reference (TYPE) T_INSTANCE_TYPE 'proxy' 20080218
4 CO_INST_TYPE_REQUEST Constant Private Type reference (TYPE) T_INSTANCE_TYPE 'request' 20080218
5 MT_REV_PROXIES Static Attribute Private Type reference (TYPE) SRT_REV_PROXY_TAB Reverse Proxy Table 20080218
6 M_ADMIN_HOST_NAME_HTTP Static Attribute Private Type reference (TYPE) STRING 20121108
7 M_ADMIN_HOST_NAME_HTTPS Static Attribute Private Type reference (TYPE) STRING 20121108
8 M_ADMIN_HOST_PORT_HTTP Static Attribute Private Type reference (TYPE) STRING 20121108
9 M_ADMIN_HOST_PORT_HTTPS Static Attribute Private Type reference (TYPE) STRING 20121108
10 M_AS_DATA_LOADED Static Attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20080218
11 M_AS_HOST_NAME Static Attribute Private Type reference (TYPE) STRING 20080218
12 M_AS_HTTPS_PORT Static Attribute Private Type reference (TYPE) STRING 20080218
13 M_AS_HTTP_PORT Static Attribute Private Type reference (TYPE) STRING 20080218
14 M_ENDPOINT_HOST_NAME Instance attribute Private Type reference (TYPE) STRING 20080218
15 M_ENDPOINT_HTTPS_PORT Instance attribute Private Type reference (TYPE) STRING 20080218
16 M_ENDPOINT_HTTP_PORT Instance attribute Private Type reference (TYPE) STRING 20080218
17 M_ENDPOINT_PATH_PREFIX Instance attribute Private Type reference (TYPE) STRING 20080218
18 M_ENDPOINT_URL_PREFIX Instance attribute Private Type reference (TYPE) STRING 20080218
19 M_HTTPS_ENDPOINT_URL_PREFIX Instance attribute Private Type reference (TYPE) STRING 20080218
20 M_INSTANCE_TYPE Instance attribute Private Type reference (TYPE) T_INSTANCE_TYPE 20080218
21 M_META_DATA_URL_PREFIX Instance attribute Private Type reference (TYPE) STRING 20080218
22 M_REV_PROXIES_LOADED Static Attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20080218
23 M_REV_PROXY_NAME Instance attribute Private Type reference (TYPE) SRT_REV_PRX_PROXY_NAME Reverse proxy name 20090310
24 M_STS_EP_URL Instance attribute Private Type reference (TYPE) STRING 20090319
25 M_STS_MEX_URL Instance attribute Private Type reference (TYPE) STRING 20090319
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_HTTP_PROTOCOL Static method Private Method 20080218
2 CHECK_VALID_HTTPS_PORT Static method Private Method 20080218
3 CHECK_VALID_HTTP_PORT Static method Private Method 20080218
4 CHECK_VALID_PORT Static method Private Method 20080218
5 CLEAN_UP_PATH Static method Private Method 20080218
6 CLEAN_UP_PROTOCOL Static method Private Method 20080218
7 CLEAN_UP_URL_PREFIX Static method Private Method 20080218
8 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080218
9 CREATE_AS_API Static method Protected Method 20080219
10 CREATE_BY_REQUEST_INFO Static method Protected Method 20080218
11 CREATE_BY_REV_PROXY_NAME Static method Protected Method 20080218
12 CREATE_ENDPOINT_URL_PREFIX Instance method Private Method Create Endpoint URL Prefix 20080304
13 CREATE_FOR_SAML_META_DATA Static method Protected Method 20091215
14 GENERATE_URL_SCHEME Static method Private Method 20080222
15 GET_APPL_SERVER_DATA Static method Private Method 20080218
16 GET_DEFAULTS_INST_TYPE_API Static method Private Method 20080218
17 GET_DEFAULTS_INST_TYPE_PROXY Static method Private Method 20080218
18 GET_DEFAULTS_INST_TYPE_REQUEST Static method Private Method 20080218
19 GET_PATH_ELEMENT_FOR_PARAM Static method Private Method 20080219
20 INIT_ADMIN_VHOST_DATA Instance method Private Method 20121108
21 INIT_INST_TYPE_API Instance method Private Method 20080218
22 INIT_INST_TYPE_PROXY Instance method Private Method 20080218
23 INIT_INST_TYPE_REQUEST Instance method Private Method 20080218
24 LOAD_PROXIES_FROM_DB Static method Private Method 20080218
25 RETRIEVE_DATA_FROM_URL_PREFIX Static method Private Method 20080222
26 SET_ATTRIBUTES Instance method Private Method 20080219
Events
Class CL_SRT_WSP_URL_GENERATOR has no event.
Types
Class CL_SRT_WSP_URL_GENERATOR has no local type.
Method Signatures

Method CHECK_HTTP_PROTOCOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROTOCOL Call by reference Type reference (TYPE) STRING 20080218
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080218

Method CHECK_VALID_HTTPS_PORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PORT Call by reference Type reference (TYPE) STRING 20080218
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080218

Method CHECK_VALID_HTTP_PORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PORT Call by reference Type reference (TYPE) STRING 20080218
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080218

Method CHECK_VALID_PORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PORT Call by reference Type reference (TYPE) STRING 20080218
2 Returning VALID Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20080218
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080218

Method CLEAN_UP_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH_IN Call by reference Type reference (TYPE) STRING 20080218
2 Returning PATH_OUT Value transfer Type reference (TYPE) STRING 20080218
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080218

Method CLEAN_UP_PROTOCOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROTOCOL_IN Call by reference Type reference (TYPE) STRING 20080218
2 Returning PROTOCOL_OUT Value transfer Type reference (TYPE) STRING 20080218
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080218

Method CLEAN_UP_URL_PREFIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing URL_PREFIX_IN Call by reference Type reference (TYPE) STRING 20080218
2 Returning URL_PREFIX_OUT Value transfer Type reference (TYPE) STRING 20080218
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080218

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADDITIONAL_PATH_PREFIX Call by reference Type reference (TYPE) STRING 20080218
2 Importing ALT_HOST_NAME Call by reference Type reference (TYPE) STRING 20080218
3 Importing ALT_HTTPS_PORT Call by reference Type reference (TYPE) STRING 20080218
4 Importing ALT_HTTP_PORT Call by reference Type reference (TYPE) STRING 20080218
5 Importing ENDPOINT_PROTOCOL Call by reference Type reference (TYPE) STRING 20080218
6 Importing ENDPOINT_URL_PREFIX Call by reference Type reference (TYPE) STRING 20080218
7 Importing HTTPS_ENDPOINT_URL_PREFIX Call by reference Type reference (TYPE) STRING 20080223
8 Importing INCOMING_HOST_NAME Call by reference Type reference (TYPE) STRING 20080218
9 Importing INCOMING_PORT Call by reference Type reference (TYPE) STRING 20080218
10 Importing INCOMING_PROTOCOL Call by reference Type reference (TYPE) STRING 20080218
11 Importing INSTANCE_TYPE Call by reference Type reference (TYPE) STRING 20080218
12 Importing META_DATA_PROTOCOL Call by reference Type reference (TYPE) STRING 20080218
13 Importing META_DATA_URL_PREFIX Call by reference Type reference (TYPE) STRING 20080218
14 Importing REV_PROXY_NAME Call by reference Type reference (TYPE) SRT_REV_PRX_PROXY_NAME 20080218
15 Importing STS_EP_URL Call by reference Type reference (TYPE) STRING 20090319
16 Importing STS_MEX_URL Call by reference Type reference (TYPE) STRING 20090319
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080218

Method CREATE_AS_API Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADDITIONAL_PATH_PREFIX Call by reference Type reference (TYPE) STRING 20080219
2 Importing ALT_HOST_NAME Call by reference Type reference (TYPE) STRING 20080219
3 Importing ALT_HTTPS_PORT Call by reference Type reference (TYPE) STRING 20080219
4 Importing ALT_HTTP_PORT Call by reference Type reference (TYPE) STRING 20080219
5 Importing ENDPOINT_PROTOCOL Call by reference Type reference (TYPE) STRING 20080219
6 Importing META_DATA_PROTOCOL Call by reference Type reference (TYPE) STRING 20080219
7 Returning URL_GENERATOR Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_URL_GENERATOR Url Generator 20080219
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080219

Method CREATE_BY_REQUEST_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENDPOINT_URL_PREFIX Call by reference Type reference (TYPE) STRING 20080218
2 Importing HTTPS_ENDPOINT_URL_PREFIX Call by reference Type reference (TYPE) STRING 20080222
3 Importing INCOMING_HOST_NAME Call by reference Type reference (TYPE) STRING 20080218
4 Importing INCOMING_PORT Call by reference Type reference (TYPE) STRING 20080218
5 Importing INCOMING_PROTOCOL Call by reference Type reference (TYPE) STRING 20080218
6 Importing META_DATA_URL_PREFIX Call by reference Type reference (TYPE) STRING 20080218
7 Importing STS_EP_URL Call by reference Type reference (TYPE) STRING 20090319
8 Importing STS_MEX_URL Call by reference Type reference (TYPE) STRING 20090319
9 Returning URL_GENERATOR Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_URL_GENERATOR Url Generator 20080218
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080218

Method CREATE_BY_REV_PROXY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REV_PROXY_NAME Call by reference Type reference (TYPE) SRT_REV_PRX_PROXY_NAME 20080218
2 Returning URL_GENERATOR Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_URL_GENERATOR Url Generator 20080218
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080218

Method CREATE_ENDPOINT_URL_PREFIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROTOCOL Call by reference Type reference (TYPE) STRING 20080304
2 Returning URL Value transfer Type reference (TYPE) STRING 20080304
3 Importing URL_PATH Call by reference Type reference (TYPE) STRING 20080304
4 Importing USE_ADMIN_SERVER Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20121107
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080304

Method CREATE_FOR_SAML_META_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HTTP_SERVER Call by reference Object reference (TYPE REF TO) IF_HTTP_SERVER HTTP Framework (iHTTP) HTTP Server 20091215
2 Returning URL_GENERATOR Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_URL_GENERATOR URL Generator 20091215
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20091215

Method GENERATE_URL_SCHEME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HOST_NAME Call by reference Type reference (TYPE) STRING 20080222
2 Importing PORT Call by reference Type reference (TYPE) STRING 20080222
3 Importing PROTOCOL Call by reference Type reference (TYPE) STRING 20080222
4 Returning URL_SCHEME Value transfer Type reference (TYPE) STRING 20080222
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080222

Method GET_APPL_SERVER_DATA Signature

Method GET_APPL_SERVER_DATA on class CL_SRT_WSP_URL_GENERATOR has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080218

Method GET_DEFAULTS_INST_TYPE_API Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ENDPOINT_PROTOCOL Call by reference Type reference (TYPE) STRING 20080218
2 Exporting HOST_NAME Call by reference Type reference (TYPE) STRING 20080218
3 Exporting HTTPS_PORT Call by reference Type reference (TYPE) STRING 20080218
4 Exporting HTTP_PORT Call by reference Type reference (TYPE) STRING 20080218
5 Exporting META_DATA_PROTOCOL Call by reference Type reference (TYPE) STRING 20080218
6 Exporting PATH_PREFIX Call by reference Type reference (TYPE) STRING 20080218
7 Exporting REVERSE_PROXY_NAME Call by reference Type reference (TYPE) SRT_REV_PRX_PROXY_NAME Reverse proxy name 20090310
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080218

Method GET_DEFAULTS_INST_TYPE_PROXY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ENDPOINT_PROTOCOL Call by reference Type reference (TYPE) STRING 20080218
2 Exporting HOST_NAME Call by reference Type reference (TYPE) STRING 20080218
3 Exporting HTTPS_PORT Call by reference Type reference (TYPE) STRING 20080218
4 Exporting HTTP_PORT Call by reference Type reference (TYPE) STRING 20080218
5 Exporting META_DATA_PROTOCOL Call by reference Type reference (TYPE) STRING 20080218
6 Exporting PATH_PREFIX Call by reference Type reference (TYPE) STRING 20080218
7 Importing REV_PROXY_NAME Call by reference Type reference (TYPE) SRT_REV_PRX_PROXY_NAME 20080218
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080218

Method GET_DEFAULTS_INST_TYPE_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ENDPOINT_PROTOCOL Call by reference Type reference (TYPE) STRING 20080218
2 Exporting HOST_NAME Call by reference Type reference (TYPE) STRING 20080218
3 Exporting HTTPS_PORT Call by reference Type reference (TYPE) STRING 20080218
4 Exporting HTTP_PORT Call by reference Type reference (TYPE) STRING 20080218
5 Importing INCOMING_HOST_NAME Call by reference Type reference (TYPE) STRING 20080218
6 Importing INCOMING_PORT Call by reference Type reference (TYPE) STRING 20080218
7 Importing INCOMING_PROTOCOL Call by reference Type reference (TYPE) STRING 20080218
8 Exporting META_DATA_PROTOCOL Call by reference Type reference (TYPE) STRING 20080218
9 Exporting PATH_PREFIX Call by reference Type reference (TYPE) STRING 20080218
10 Exporting REVERSE_PROXY_NAME Call by reference Type reference (TYPE) SRT_REV_PRX_PROXY_NAME Reverse proxy name 20090310
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080218

Method GET_PATH_ELEMENT_FOR_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAM_FORMAT Call by reference Type reference (TYPE) SRT_WSP_SERIALIZATION_FORMAT WSP serialization format 20080219
2 Importing PARAM_SECTION Call by reference Type reference (TYPE) SRT_WSP_WSDL_SECTION WSP WSDL Section 20080219
3 Importing PARAM_SOAP_ACTION Call by reference Type reference (TYPE) BOOLEAN 'X' WSP WSDL with/without soapAction 20111125
4 Importing PARAM_SOAP_VERSION Call by reference Type reference (TYPE) SRT_WSP_WSDL_SOAP_VERSION WSP WSDL SOAP version 20081208
5 Importing PARAM_STYLE Call by reference Type reference (TYPE) SRT_WSP_WSDL_STYLE WSP WSDL Style 20080219
6 Importing PARAM_VERSION Call by reference Type reference (TYPE) SRT_WSP_WSDL_VERSION WSP WSDL Version 20080219
7 Exporting PATH_ELEMENT_FORMAT Call by reference Type reference (TYPE) SRT_WSP_WSDL_PATH_EXT_PART WSP WSDL path extension part 20080219
8 Exporting PATH_ELEMENT_SECTION Call by reference Type reference (TYPE) SRT_WSP_WSDL_PATH_EXT_PART WSP WSDL path extension part 20080219
9 Exporting PATH_ELEMENT_SOAP_ACTION Call by reference Type reference (TYPE) SRT_WSP_WSDL_PATH_EXT_PART WSP WSDL Path Extension Part 20111125
10 Exporting PATH_ELEMENT_SOAP_VERSION Call by reference Type reference (TYPE) SRT_WSP_WSDL_PATH_EXT_PART WSP WSDL Path Extension Part 20081208
11 Exporting PATH_ELEMENT_STYLE Call by reference Type reference (TYPE) SRT_WSP_WSDL_PATH_EXT_PART WSP WSDL path extension part 20080219
12 Exporting PATH_ELEMENT_VERSION Call by reference Type reference (TYPE) SRT_WSP_WSDL_PATH_EXT_PART WSP WSDL path extension part 20080219
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080219

Method INIT_ADMIN_VHOST_DATA Signature

Method INIT_ADMIN_VHOST_DATA on class CL_SRT_WSP_URL_GENERATOR has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20121108

Method INIT_INST_TYPE_API Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADDITIONAL_PATH_PREFIX Call by reference Type reference (TYPE) STRING 20080218
2 Importing ALT_HOST_NAME Call by reference Type reference (TYPE) STRING 20080218
3 Importing ALT_HTTPS_PORT Call by reference Type reference (TYPE) STRING 20080218
4 Importing ALT_HTTP_PORT Call by reference Type reference (TYPE) STRING 20080218
5 Importing ENDPOINT_PROTOCOL Call by reference Type reference (TYPE) STRING 20080218
6 Importing META_DATA_PROTOCOL Call by reference Type reference (TYPE) STRING 20080218
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080218

Method INIT_INST_TYPE_PROXY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REV_PROXY_NAME Call by reference Type reference (TYPE) SRT_REV_PRX_PROXY_NAME 20080218
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080218

Method INIT_INST_TYPE_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENDPOINT_URL_PREFIX Call by reference Type reference (TYPE) STRING 20080218
2 Importing HTTPS_ENDPOINT_URL_PREFIX Call by reference Type reference (TYPE) STRING 20080222
3 Importing INCOMING_HOST_NAME Call by reference Type reference (TYPE) STRING 20080218
4 Importing INCOMING_PORT Call by reference Type reference (TYPE) STRING 20080218
5 Importing INCOMING_PROTOCOL Call by reference Type reference (TYPE) STRING 20080218
6 Importing META_DATA_URL_PREFIX Call by reference Type reference (TYPE) STRING 20080218
7 Importing STS_EP_URL Call by reference Type reference (TYPE) STRING 20090319
8 Importing STS_MEX_URL Call by reference Type reference (TYPE) STRING 20090319
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080218

Method LOAD_PROXIES_FROM_DB Signature

Method LOAD_PROXIES_FROM_DB on class CL_SRT_WSP_URL_GENERATOR has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080218

Method RETRIEVE_DATA_FROM_URL_PREFIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting HOST_NAME Call by reference Type reference (TYPE) STRING 20080222
2 Exporting HTTPS_PORT Call by reference Type reference (TYPE) STRING 20080222
3 Exporting HTTP_PORT Call by reference Type reference (TYPE) STRING 20080222
4 Exporting PATH_PREFIX Call by reference Type reference (TYPE) STRING 20080222
5 Exporting PROTOCOL Call by reference Type reference (TYPE) STRING 20080222
6 Importing URL_PREFIX Call by reference Type reference (TYPE) STRING 20080222
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080222

Method SET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENDPOINT_PROTOCOL Call by reference Type reference (TYPE) STRING 20080219
2 Importing HOST_NAME Call by reference Type reference (TYPE) STRING 20080219
3 Importing HTTPS_PORT Call by reference Type reference (TYPE) STRING 20080219
4 Importing HTTP_PORT Call by reference Type reference (TYPE) STRING 20080219
5 Importing META_DATA_PROTOCOL Call by reference Type reference (TYPE) STRING 20080219
6 Importing PATH_PREFIX Call by reference Type reference (TYPE) STRING 20080219
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080219
History
Last changed by/on SAP  20130531 
SAP Release Created in 711