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 | ![]() |
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 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Table Name/Value Pairs | 20130827 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20130827 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20130827 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20130827 | |||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20130827 | |||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20130827 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | adds and sets QUERY | 20130827 |
2 | ![]() |
Instance method | Public | Method | adds and sets query table | 20130827 |
3 | ![]() |
Static method | Public | Method | Construct URL from parts | 20130827 |
4 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20130827 |
5 | ![]() |
Instance method | Public | Method | get BASE (protocol + host + port + path) | 20130827 |
6 | ![]() |
Instance method | Public | Method | get HASH | 20130827 |
7 | ![]() |
Instance method | Public | Method | get HOST | 20130827 |
8 | ![]() |
Instance method | Public | Method | get PATH | 20130827 |
9 | ![]() |
Instance method | Public | Method | get PORT | 20130827 |
10 | ![]() |
Instance method | Public | Method | get PROTOCOL | 20130827 |
11 | ![]() |
Instance method | Public | Method | get QUERY | 20130827 |
12 | ![]() |
Instance method | Public | Method | get QUERY table | 20130827 |
13 | ![]() |
Instance method | Public | Method | get BASE (protocol + host + port + path) | 20130921 |
14 | ![]() |
Instance method | Public | Method | Calls construct for instance parts | 20130827 |
15 | ![]() |
Static method | Public | Method | Checks if string is any kind of URL | 20130904 |
16 | ![]() |
Static method | Public | Method | Parse URL parts | 20130827 |
17 | ![]() |
Instance method | Public | Method | set BASE (protocol + host + port + path) | 20130827 |
18 | ![]() |
Instance method | Public | Method | set HASH | 20130827 |
19 | ![]() |
Instance method | Public | Method | set HOST | 20130827 |
20 | ![]() |
Instance method | Public | Method | set PATH | 20130827 |
21 | ![]() |
Instance method | Public | Method | set PORT | 20130827 |
22 | ![]() |
Instance method | Public | Method | set PROTOCOL | 20130827 |
23 | ![]() |
Instance method | Public | Method | Set QUERY | 20130827 |
24 | ![]() |
Instance method | Public | Method | set QUERY table | 20130827 |
25 | ![]() |
Instance method | Public | Method | set BASE (protocol + host + port + path) | 20130921 |
26 | ![]() |
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 | ![]() |
IT_QUERY | Call by reference | Type reference (TYPE) | TIHTTPNVP | Query parameters table | 20130921 | ||
2 | ![]() |
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 | ![]() |
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 | ![]() |
IT_QUERY | Call by reference | Type reference (TYPE) | TIHTTPNVP | Query parameters table | 20130827 | ||
2 | ![]() |
IV_BASE | Call by reference | Type reference (TYPE) | STRING | Base url | 20130827 | ||
3 | ![]() |
IV_HASH | Call by reference | Type reference (TYPE) | STRING | Hash fragment | 20130827 | ||
4 | ![]() |
IV_HOST | Call by reference | Type reference (TYPE) | STRING | Host | 20130827 | ||
5 | ![]() |
IV_PATH | Call by reference | Type reference (TYPE) | STRING | Path fragment | 20130827 | ||
6 | ![]() |
IV_PORT | Call by reference | Type reference (TYPE) | STRING | Port | 20130827 | ||
7 | ![]() |
IV_PROTOCOL | Call by reference | Type reference (TYPE) | STRING | 'http' | Protocol | 20130827 | |
8 | ![]() |
IV_QUERY | Call by reference | Type reference (TYPE) | STRING | Query string | 20130827 | ||
9 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
IV_URL | Call by reference | Type reference (TYPE) | CSEQUENCE | String to check | 20130904 | ||
2 | ![]() |
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 | ![]() |
ET_QUERY | Call by reference | Type reference (TYPE) | TIHTTPNVP | Parsed query parameters | 20130827 | ||
2 | ![]() |
EV_BASE | Call by reference | Type reference (TYPE) | STRING | protocol + host + port + path | 20130827 | ||
3 | ![]() |
EV_HASH | Call by reference | Type reference (TYPE) | STRING | Hash fragment | 20130827 | ||
4 | ![]() |
EV_HOST | Call by reference | Type reference (TYPE) | STRING | Host name | 20130827 | ||
5 | ![]() |
EV_PATH | Call by reference | Type reference (TYPE) | STRING | Path fragment | 20130827 | ||
6 | ![]() |
EV_PORT | Call by reference | Type reference (TYPE) | STRING | Port number | 20130827 | ||
7 | ![]() |
EV_PROTOCOL | Call by reference | Type reference (TYPE) | STRING | Protocol | 20130827 | ||
8 | ![]() |
EV_QUERY | Call by reference | Type reference (TYPE) | STRING | Query string | 20130827 | ||
9 | ![]() |
EV_SERVER | Call by reference | Type reference (TYPE) | STRING | protocol + host + port | 20130921 | ||
10 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
IT_QUERY | Call by reference | Type reference (TYPE) | TIHTTPNVP | Query parameters table | 20130921 | ||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 |