SAP ABAP Class /UI2/CL_URL_OBJ (URL holder)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   CA-UI2-INT-BE (Application Component) Backend Enablement
     /UI2/NWBC_CORE (Package) NetWeaver Business Client - Core Functionality
Properties
Class /UI2/CL_URL_OBJ  
Short Description URL holder    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /UI2/NWBC_CORE   NetWeaver Business Client - Core Functionality 
Created 20130827   SAP 
Last change 20140121   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 /UI2/CL_URL_OBJ has no interface implemented.
Friends
Class /UI2/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 HTTP Framework (iHTTP) Table Name/Value Pairs 20130827
2 MV_HASH Instance attribute Private Type reference (TYPE) STRING 20130827
3 MV_HOST Instance attribute Private Type reference (TYPE) STRING 20130827
4 MV_PATH Instance attribute Private Type reference (TYPE) STRING 20130827
5 MV_PORT Instance attribute Private Type reference (TYPE) STRING 20130827
6 MV_PROTOCOL Instance attribute Private Type reference (TYPE) STRING 20130827
Methods
# Method Level Visibility Method type Description Created on
1 ADD_QUERY Instance method Public Method adds and sets QUERY 20130827
2 ADD_QUERY_TAB Instance method Public Method adds and sets query table 20130827
3 CONSTRUCT Static method Public Method Construct URL from parts 20130827
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130827
5 GET_BASE Instance method Public Method get BASE (protocol + host + port + path) 20130827
6 GET_HASH Instance method Public Method get HASH 20130827
7 GET_HOST Instance method Public Method get HOST 20130827
8 GET_PATH Instance method Public Method get PATH 20130827
9 GET_PORT Instance method Public Method get PORT 20130827
10 GET_PROTOCOL Instance method Public Method get PROTOCOL 20130827
11 GET_QUERY Instance method Public Method get QUERY 20130827
12 GET_QUERY_TAB Instance method Public Method get QUERY table 20130827
13 GET_SERVER Instance method Public Method get BASE (protocol + host + port + path) 20130921
14 GET_URL Instance method Public Method Calls construct for instance parts 20130827
15 IS_URL Static method Public Method Checks if string is any kind of URL 20130904
16 PARSE Static method Public Method Parse URL parts 20130827
17 SET_BASE Instance method Public Method set BASE (protocol + host + port + path) 20130827
18 SET_HASH Instance method Public Method set HASH 20130827
19 SET_HOST Instance method Public Method set HOST 20130827
20 SET_PATH Instance method Public Method set PATH 20130827
21 SET_PORT Instance method Public Method set PORT 20130827
22 SET_PROTOCOL Instance method Public Method set PROTOCOL 20130827
23 SET_QUERY Instance method Public Method Set QUERY 20130827
24 SET_QUERY_TAB Instance method Public Method set QUERY table 20130827
25 SET_SERVER Instance method Public Method set BASE (protocol + host + port + path) 20130921
26 SET_URL Instance method Public Method Set URL 20130827
Events
Class /UI2/CL_URL_OBJ has no event.
Types
Class /UI2/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 Query parameters table 20130921
2 Importing IV_QUERY Call by reference Type reference (TYPE) STRING additional query 20130827

Method ADD_QUERY on class /UI2/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 Query parameters table 20130827

Method ADD_QUERY_TAB on class /UI2/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 Query parameters table 20130827
2 Importing IV_BASE Call by reference Type reference (TYPE) STRING Base url 20130827
3 Importing IV_HASH Call by reference Type reference (TYPE) STRING Hash fragment 20130827
4 Importing IV_HOST Call by reference Type reference (TYPE) STRING Host 20130827
5 Importing IV_PATH Call by reference Type reference (TYPE) STRING Path fragment 20130827
6 Importing IV_PORT Call by reference Type reference (TYPE) STRING Port 20130827
7 Importing IV_PROTOCOL Call by reference Type reference (TYPE) STRING 'http' Protocol 20130827
8 Importing IV_QUERY Call by reference Type reference (TYPE) STRING Query string 20130827
9 Returning RV_URL Value transfer Type reference (TYPE) STRING Constructed URL 20130827

Method CONSTRUCT on class /UI2/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 URL 20130827

Method CONSTRUCTOR on class /UI2/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 Base 20130827

Method GET_BASE on class /UI2/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 Hash 20130827

Method GET_HASH on class /UI2/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 Host 20130827

Method GET_HOST on class /UI2/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 Path 20130827

Method GET_PATH on class /UI2/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 Port 20130827

Method GET_PORT on class /UI2/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 Protocol 20130827

Method GET_PROTOCOL on class /UI2/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 Query 20130827

Method GET_QUERY on class /UI2/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 Query parameters table 20130827

Method GET_QUERY_TAB on class /UI2/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 Server (protocol + host + port) 20130921

Method GET_SERVER on class /UI2/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 complete url 20130827

Method GET_URL on class /UI2/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 String to check 20130904
2 Returning RV_VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20130904

Method IS_URL on class /UI2/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 Parsed query parameters 20130827
2 Exporting EV_BASE Call by reference Type reference (TYPE) STRING protocol + host + port + path 20130827
3 Exporting EV_HASH Call by reference Type reference (TYPE) STRING Hash fragment 20130827
4 Exporting EV_HOST Call by reference Type reference (TYPE) STRING Host name 20130827
5 Exporting EV_PATH Call by reference Type reference (TYPE) STRING Path fragment 20130827
6 Exporting EV_PORT Call by reference Type reference (TYPE) STRING Port number 20130827
7 Exporting EV_PROTOCOL Call by reference Type reference (TYPE) STRING Protocol 20130827
8 Exporting EV_QUERY Call by reference Type reference (TYPE) STRING Query string 20130827
9 Exporting EV_SERVER Call by reference Type reference (TYPE) STRING protocol + host + port 20130921
10 Importing IV_URL Call by reference Type reference (TYPE) CSEQUENCE URL string 20130827

Method PARSE on class /UI2/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 Base 20130827

Method SET_BASE on class /UI2/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 Hash 20130827

Method SET_HASH on class /UI2/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 Host 20130827

Method SET_HOST on class /UI2/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 Path 20130827

Method SET_PATH on class /UI2/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 Port 20130827

Method SET_PORT on class /UI2/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 Protocol 20130827

Method SET_PROTOCOL on class /UI2/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 Query parameters table 20130921
2 Importing IV_QUERY Call by reference Type reference (TYPE) STRING Query 20130827

Method SET_QUERY on class /UI2/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 Query parameters table 20130827

Method SET_QUERY_TAB on class /UI2/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 Server (protocol + host + port) 20130921

Method SET_SERVER on class /UI2/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 Url 20130827

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