SAP ABAP Class CL_SEA_URL_HANDLER (Used to generate URLs)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-SEW (Application Component) Service Extension Workbench
⤷
SEA_SEW_CORE (Package) Core component of SEW
⤷
⤷
Properties
| Class | CL_SEA_URL_HANDLER | |
| Short Description | Used to generate URLs | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SEA_SEW_CORE | Core component of SEW |
| Created | 20100610 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SEA_URL_HANDLER has no forward declaration.
Interfaces
Class CL_SEA_URL_HANDLER has no interface implemented.
Friends
Class CL_SEA_URL_HANDLER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | CHAR1 | ':' | Single-Character Flag | 20100630 | ||
| 2 | Constant | Public | Type reference (TYPE) | CHAR30 | 'http://' | 30 Characters | 20100630 | ||
| 3 | Constant | Public | Type reference (TYPE) | CHAR30 | '&sap-language=' | 30 Characters | 20100630 | ||
| 4 | Constant | Public | Type reference (TYPE) | CHAR120 | '/sap/bc/webdynpro/sap/appl_soap_management?sap-client=' | char120 | 20100630 | ||
| 5 | Constant | Public | Type reference (TYPE) | CHAR120 | '&comp=WSA&service=' | char120 | 20100630 | ||
| 6 | Constant | Public | Type reference (TYPE) | CHAR120 | '/webdynpro/dispatcher/sap.com/tc~esi~esp~wsnav~ui/WSNavigator?app.wsdl=' | char120 | 20100630 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Return SOA Manager URL | 20100610 | |
| 2 | Static method | Public | Method | Return WS Navigator URL | 20100610 |
Events
Class CL_SEA_URL_HANDLER has no event.
Types
Class CL_SEA_URL_HANDLER has no local type.
Method Signatures
Method GET_SOAMANAGER_URL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SERVICE_NAME | Call by reference | Type reference (TYPE) | STRING | The external name of the service | 20100610 | |||
| 2 | RV_URL | Value transfer | Type reference (TYPE) | STRING | The SOA Manager URL | 20100610 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Base exception thrown during ES enhancement process | 20100610 |
Method GET_WSNAVIGATOR_URL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SERVICE_NAME | Call by reference | Type reference (TYPE) | STRING | The external name of the service | 20100610 | |||
| 2 | RV_URL | Value transfer | Type reference (TYPE) | STRING | The WS Navigator URL | 20100610 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Base exception thrown during ES enhancement process | 20100610 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |