SAP ABAP Class CL_URL_OBJ (URL Manager)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-FES-BUS (Application Component) Netweaver Business Client
     SAP_NWBC (Package) NetWeaver Business Client
Properties
Class CL_URL_OBJ  
Short Description URL Manager    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SAP_NWBC   NetWeaver Business Client 
Created 20140121   SAP 
Last change 20141120    
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 CL_URL_OBJ has no interface implemented.
Friends
Class CL_URL_OBJ has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_QUERY Instance attribute Private Type reference (TYPE) TIHTTPNVP 20140212
2 MV_HASH Instance attribute Private Type reference (TYPE) STRING 20140212
3 MV_HOST Instance attribute Private Type reference (TYPE) STRING 20140212
4 MV_PATH Instance attribute Private Type reference (TYPE) STRING 20140212
5 MV_PORT Instance attribute Private Type reference (TYPE) STRING 20140212
6 MV_PROTOCOL Instance attribute Private Type reference (TYPE) STRING 20140212
Methods
# Method Level Visibility Method type Description Created on
1 ADD_QUERY Instance method Public Method 20140212
2 ADD_QUERY_TAB Instance method Public Method 20140212
3 CONSTRUCT Static method Public Method 20140212
4 CONSTRUCTOR Instance method Public Constructor 20140212
5 GET_BASE Instance method Public Method 20140212
6 GET_HASH Instance method Public Method 20140212
7 GET_HOST Instance method Public Method 20140212
8 GET_PATH Instance method Public Method 20140212
9 GET_PORT Instance method Public Method 20140212
10 GET_PROTOCOL Instance method Public Method 20140212
11 GET_QUERY Instance method Public Method 20140212
12 GET_QUERY_TAB Instance method Public Method 20140212
13 GET_SERVER Instance method Public Method 20140212
14 GET_URL Instance method Public Method 20140212
15 IS_URL Static method Public Method 20140212
16 PARSE Static method Public Method 20140212
17 SET_BASE Instance method Public Method 20140212
18 SET_HASH Instance method Public Method 20140212
19 SET_HOST Instance method Public Method 20140212
20 SET_PATH Instance method Public Method 20140212
21 SET_PORT Instance method Public Method 20140212
22 SET_PROTOCOL Instance method Public Method 20140212
23 SET_QUERY Instance method Public Method 20140212
24 SET_QUERY_TAB Instance method Public Method 20140212
25 SET_SERVER Instance method Public Method 20140212
26 SET_URL Instance method Public Method 20140212
Events
Class CL_URL_OBJ has no event.
Types
Class CL_URL_OBJ has no local type.
Method Signatures

Method ADD_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_QUERY Call by reference Type reference (TYPE) TIHTTPNVP 20140212
2 Importing IV_QUERY Call by reference Type reference (TYPE) STRING 20140212

Method ADD_QUERY on class CL_URL_OBJ has no exception.

Method ADD_QUERY_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_QUERY Call by reference Type reference (TYPE) TIHTTPNVP 20140212

Method ADD_QUERY_TAB on class CL_URL_OBJ has no exception.

Method CONSTRUCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_QUERY Call by reference Type reference (TYPE) TIHTTPNVP 20140212
2 Importing IV_BASE Call by reference Type reference (TYPE) STRING 20140212
3 Importing IV_HASH Call by reference Type reference (TYPE) STRING 20140212
4 Importing IV_HOST Call by reference Type reference (TYPE) STRING 20140212
5 Importing IV_PATH Call by reference Type reference (TYPE) STRING 20140212
6 Importing IV_PORT Call by reference Type reference (TYPE) STRING 20140212
7 Importing IV_PROTOCOL Call by reference Type reference (TYPE) STRING 'http' 20140212
8 Importing IV_QUERY Call by reference Type reference (TYPE) STRING 20140212
9 Returning RV_URL Value transfer Type reference (TYPE) STRING 20140212

Method CONSTRUCT on class CL_URL_OBJ has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_URL Call by reference Type reference (TYPE) STRING 20140212

Method CONSTRUCTOR on class CL_URL_OBJ has no exception.

Method GET_BASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_BASE Value transfer Type reference (TYPE) STRING 20140212

Method GET_BASE on class CL_URL_OBJ has no exception.

Method GET_HASH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HASH Value transfer Type reference (TYPE) STRING 20140212

Method GET_HASH on class CL_URL_OBJ has no exception.

Method GET_HOST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HOST Value transfer Type reference (TYPE) STRING 20140212

Method GET_HOST on class CL_URL_OBJ has no exception.

Method GET_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_PATH Value transfer Type reference (TYPE) STRING 20140212

Method GET_PATH on class CL_URL_OBJ has no exception.

Method GET_PORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_PORT Value transfer Type reference (TYPE) STRING 20140212

Method GET_PORT on class CL_URL_OBJ has no exception.

Method GET_PROTOCOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_PROTOCOL Value transfer Type reference (TYPE) STRING 20140212

Method GET_PROTOCOL on class CL_URL_OBJ has no exception.

Method GET_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_QUERY Value transfer Type reference (TYPE) STRING 20140212

Method GET_QUERY on class CL_URL_OBJ has no exception.

Method GET_QUERY_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QUERY Call by reference Type reference (TYPE) TIHTTPNVP 20140212

Method GET_QUERY_TAB on class CL_URL_OBJ has no exception.

Method GET_SERVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SERVER Value transfer Type reference (TYPE) STRING 20140212

Method GET_SERVER on class CL_URL_OBJ has no exception.

Method GET_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_URL Value transfer Type reference (TYPE) STRING 20140212

Method GET_URL on class CL_URL_OBJ has no exception.

Method IS_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_URL Call by reference Type reference (TYPE) CSEQUENCE 20140212
2 Returning RV_VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20140212

Method IS_URL on class CL_URL_OBJ has no exception.

Method PARSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QUERY Call by reference Type reference (TYPE) TIHTTPNVP 20140212
2 Exporting EV_BASE Call by reference Type reference (TYPE) STRING 20140212
3 Exporting EV_HASH Call by reference Type reference (TYPE) STRING 20140212
4 Exporting EV_HOST Call by reference Type reference (TYPE) STRING 20140212
5 Exporting EV_PATH Call by reference Type reference (TYPE) STRING 20140212
6 Exporting EV_PORT Call by reference Type reference (TYPE) STRING 20140212
7 Exporting EV_PROTOCOL Call by reference Type reference (TYPE) STRING 20140212
8 Exporting EV_QUERY Call by reference Type reference (TYPE) STRING 20140212
9 Exporting EV_SERVER Call by reference Type reference (TYPE) STRING 20140212
10 Importing IV_URL Call by reference Type reference (TYPE) CSEQUENCE 20140212

Method PARSE on class CL_URL_OBJ has no exception.

Method SET_BASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BASE Call by reference Type reference (TYPE) STRING 20140212

Method SET_BASE on class CL_URL_OBJ has no exception.

Method SET_HASH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HASH Call by reference Type reference (TYPE) STRING 20140212

Method SET_HASH on class CL_URL_OBJ has no exception.

Method SET_HOST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HOST Call by reference Type reference (TYPE) STRING 20140212

Method SET_HOST on class CL_URL_OBJ has no exception.

Method SET_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PATH Call by reference Type reference (TYPE) STRING 20140212

Method SET_PATH on class CL_URL_OBJ has no exception.

Method SET_PORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PORT Call by reference Type reference (TYPE) STRING 20140212

Method SET_PORT on class CL_URL_OBJ has no exception.

Method SET_PROTOCOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PROTOCOL Call by reference Type reference (TYPE) STRING 20140212

Method SET_PROTOCOL on class CL_URL_OBJ has no exception.

Method SET_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_QUERY Call by reference Type reference (TYPE) TIHTTPNVP 20140212
2 Importing IV_QUERY Call by reference Type reference (TYPE) STRING 20140212

Method SET_QUERY on class CL_URL_OBJ has no exception.

Method SET_QUERY_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_QUERY Call by reference Type reference (TYPE) TIHTTPNVP 20140212

Method SET_QUERY_TAB on class CL_URL_OBJ has no exception.

Method SET_SERVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SERVER Call by reference Type reference (TYPE) STRING 20140212

Method SET_SERVER on class CL_URL_OBJ has no exception.

Method SET_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_URL Call by reference Type reference (TYPE) CSEQUENCE 20140212

Method SET_URL on class CL_URL_OBJ has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in