SAP ABAP Class /UI2/CL_URL_UTILS (URL utilities)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-INT-BE (Application Component) Backend Enablement
⤷
/UI2/BASIS_UTIL (Package) UI BE: Basic utilities (release independent)

⤷

⤷

Properties
Class | /UI2/CL_URL_UTILS | |
Short Description | URL utilities | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /UI2/BASIS_UTIL | UI BE: Basic utilities (release independent) |
Created | 20120601 | SAP |
Last change | 20131127 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /UI2/CL_URL_UTILS has no forward declaration.
Interfaces
Class /UI2/CL_URL_UTILS has no interface implemented.
Friends
Class /UI2/CL_URL_UTILS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | `businessParams` | Name of "business paramterers" parameter | 20120606 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'sap-lpd' | Launchpad service | 20120605 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Compose pseudo URL for launchpad service (LPD) | 20120604 |
2 | ![]() |
Static method | Public | Method | Decompose pseudo URL for launchpad service (LPD) | 20121004 |
3 | ![]() |
Static method | Public | Method | Add escape characters to URL | 20120601 |
4 | ![]() |
Static method | Public | Method | Remove escape characters from URL | 20120601 |
Events
Class /UI2/CL_URL_UTILS has no event.
Types
Class /UI2/CL_URL_UTILS has no local type.
Method Signatures
Method COMPOSE_PSEUDO_URL_LPD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_PARAMETER | Call by reference | Type reference (TYPE) | TIHTTPNVP | Business paramteres in name-value pairs | 20120604 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | STRING | Identification | 20120604 | ||
3 | ![]() |
RV_URL | Value transfer | Type reference (TYPE) | STRING | Pseudo URL | 20120604 |
Method COMPOSE_PSEUDO_URL_LPD on class /UI2/CL_URL_UTILS has no exception.
Method DECOMPOSE_PSEUDO_URL_LPD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_PARAMETER | Call by reference | Type reference (TYPE) | TIHTTPNVP | Business paramteres in name-value pairs | 20121004 | ||
2 | ![]() |
EV_ID | Call by reference | Type reference (TYPE) | STRING | Identification | 20121004 | ||
3 | ![]() |
IV_URL | Call by reference | Type reference (TYPE) | CSEQUENCE | Pseudo URL | 20121004 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Pseudo URL has wrong format | 20121004 |
Method ESCAPE_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_UNESCAPED | Call by reference | Type reference (TYPE) | STRING | Unencoded string | 20120601 | ||
2 | ![]() |
RV_ESCAPED | Value transfer | Type reference (TYPE) | STRING | URL encoded string | 20120601 |
Method ESCAPE_URL on class /UI2/CL_URL_UTILS has no exception.
Method UNESCAPE_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ESCAPED | Call by reference | Type reference (TYPE) | STRING | Unencoded string | 20120601 | ||
2 | ![]() |
RV_UNESCAPED | Value transfer | Type reference (TYPE) | STRING | URL encoded string | 20120601 |
Method UNESCAPE_URL on class /UI2/CL_URL_UTILS has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 100 |