SAP ABAP Class /UI2/CL_LAUNCHPAD_NAV_URL_01 (API to launch an application)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-INT-BE (Application Component) Backend Enablement
⤷
/UI2/SERVICES_LAUNCHPAD_701 (Package) UI BE: Launchpad services, release 7.01
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /UI2/IF_LAUNCH_API_AND_URL | Launch an application | 20120120 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WD_PORTAL_INTEGRATION | Web Dynpro: Portal Integration | 20120120 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /UI2/CL_LAUNCHPAD_NAV_URL_02 | API to launch an application | 20120131 |
Properties
| Class | /UI2/CL_LAUNCHPAD_NAV_URL_01 | |
| Short Description | API to launch an application | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /UI2/SERVICES_LAUNCHPAD_701 | UI BE: Launchpad services, release 7.01 |
| Created | 20120120 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /UI2/IF_LAUNCH_API_AND_URL | Launch an application | 20120120 | ||
| 2 | IF_WD_PORTAL_INTEGRATION | Web Dynpro: Portal Integration | 20120120 |
Friends
Class /UI2/CL_LAUNCHPAD_NAV_URL_01 has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | STRING | 'BEX_ANALYZER' | 20120309 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | STRING | 'BI_ENTERPRISE_REPORT' | 20120309 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | STRING | 'BI_QUERY' | 20120309 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | STRING | 'BI_TEMPLATE' | 20120309 | |||
| 5 | Static Attribute | Private | Type reference (TYPE) | STRING | 'INFOSET_QUERY' | 20120309 | |||
| 6 | Static Attribute | Private | Type reference (TYPE) | STRING | 'KM_DOCUMENT' | 20120309 | |||
| 7 | Static Attribute | Private | Type reference (TYPE) | STRING | 'OBN' | 20120309 | |||
| 8 | Static Attribute | Private | Type reference (TYPE) | STRING | 'PORTAL_PAGE' | 20120309 | |||
| 9 | Static Attribute | Private | Type reference (TYPE) | STRING | 'REPORT_WRITER' | 20120309 | |||
| 10 | Static Attribute | Private | Type reference (TYPE) | STRING | 'TRANSACTION' | 20120309 | |||
| 11 | Static Attribute | Private | Type reference (TYPE) | STRING | 'URL' | 20120309 | |||
| 12 | Static Attribute | Private | Type reference (TYPE) | STRING | 'VISUAL_COMPOSER' | 20120309 | |||
| 13 | Static Attribute | Private | Type reference (TYPE) | STRING | 'WEBDYNPRO_ABAP' | 20120309 | |||
| 14 | Static Attribute | Private | Type reference (TYPE) | STRING | 'WEBDYNPRO_JAVA' | 20120309 | |||
| 15 | Constant | Public | Type reference (TYPE) | STRING | CL_APB_LPD_START_APPLICATIONS=>javagui | 20120120 | |||
| 16 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_APB_LPD_LAUNCH_APPLICATION | 20120120 | ||||
| 17 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_APB_LAUNCHPAD | 20120120 | ||||
| 18 | Instance attribute | Private | Type reference (TYPE) | YS_NAV_ABS | 20120120 | ||||
| 19 | Instance attribute | Private | Type reference (TYPE) | YS_NAV_OBN | 20120120 | ||||
| 20 | Constant | Public | Type reference (TYPE) | STRING | CL_APB_LPD_START_APPLICATIONS=>webgui | 20120120 | |||
| 21 | Constant | Public | Type reference (TYPE) | STRING | CL_APB_LPD_START_APPLICATIONS=>wingui | 20120120 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20120120 | |
| 2 | Instance method | Private | Method | 20120120 |
Events
Class /UI2/CL_LAUNCHPAD_NAV_URL_01 has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_NAV_ABS | Private | See coding | 20120120 | BEGIN OF ys_nav_abs,
navigation_target TYPE string,
navigation_mode TYPE string,
window_features TYPE string,
window_name TYPE string,
history_mode TYPE string,
target_title TYPE string,
context_url TYPE string,
post_parameters TYPE abap_bool,
use_sap_launcher TYPE abap_bool,
business_parameters TYPE wdy_key_value_table,
launcher_parameters TYPE wdy_key_value_table,
END OF ys_nav_abs
|
||
| 2 | YS_NAV_OBN | Private | See coding | 20120120 | BEGIN OF ys_nav_obn,
system TYPE string,
object_type TYPE string,
object_value_name TYPE string,
object_value TYPE string,
operation TYPE string,
business_parameters TYPE wdy_key_value_table,
forward_obn_metadata TYPE abap_bool,
use_forwardparameters_of_al TYPE abap_bool,
resolving_mode TYPE string,
END OF ys_nav_obn
|
||
| 3 | YT_NAV_ABS | Private | See coding | 20120120 | yt_nav_abs TYPE STANDARD TABLE OF ys_nav_abs
|
||
| 4 | YT_NAV_OBN | Private | See coding | 20120120 | yt_nav_obn TYPE STANDARD TABLE OF ys_nav_obn
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SHELLTYPE | Call by reference | Type reference (TYPE) | STRING | '' | 20120531 |
Method CONSTRUCTOR on class /UI2/CL_LAUNCHPAD_NAV_URL_01 has no exception.
Method GET_URL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_POST_BODY | Call by reference | Type reference (TYPE) | /UI2/IF_LAUNCHPAD_ACCESS=>T_PARAMETERS | 20120124 | ||||
| 2 | EV_URL | Call by reference | Type reference (TYPE) | STRING | 20120120 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | UI2 Exception for data provider | 20120120 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 100 |