SAP ABAP Interface /UI2/IF_NAVIGATION (Interface for Callable Entities)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-INT-BE (Application Component) Backend Enablement
⤷
/UI2/BASIS_SERVICES_NAVIGATION (Package) UI BE: Navigation Callable Entities

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /UI2/CL_NAVIGATION | Utility class for navigation based on callable entities | 20130314 |
Properties
Interface | /UI2/IF_NAVIGATION | |
Short Description | Interface for Callable Entities |
General Data
Package | /UI2/BASIS_SERVICES_NAVIGATION | UI BE: Navigation Callable Entities |
Created | 20130312 | SAP |
Last changed | 20141120 | |
Unicode checks active |
Forward declarations
Interface /UI2/IF_NAVIGATION has no forward declaration.
Interfaces
Interface /UI2/IF_NAVIGATION has no interface.
Friends
Interface /UI2/IF_NAVIGATION has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_ACTION_CHIP_ID | Constant | Public | Type reference (TYPE) | STRING | 'X-SAP-UI2-CHIP:/UI2/ACTION' | 20140331 | ||
2 | GC_NAV_PROV_LPD | Constant | Public | Type reference (TYPE) | /UI2/NAVIGATION_PROVIDER | 'LPD' | Navigation provider for callable entities | 20130701 | |
3 | GC_S_NAVIGATION_MODE | Constant | Public | See coding | 20130709 | ||||
4 | GC_S_SHELL_TYPE | Constant | Public | See coding | 20130709 |
Methods
Interface /UI2/IF_NAVIGATION has no method.
Events
Interface /UI2/IF_NAVIGATION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TP_S_ABSOLUTE | Public | See coding | 20130312 | BEGIN OF tp_s_absolute,
windowtp_s_features TYPE string,
history_mode TYPE int2,
url TYPE string,
system_alias TYPE string,
END OF tp_s_absolute
|
||
2 | TP_S_ABSOLUTE_LD | Public | See coding | 20130315 | BEGIN OF tp_s_absolute_ld,
shell_title TYPE string,
window_features TYPE string,
history_mode TYPE int2,
url TYPE string,
system_alias TYPE string,
END OF tp_s_absolute_ld
|
||
3 | TP_S_LINK_DESC | Public | See coding | 20130315 | BEGIN OF tp_s_link_desc,
link_id TYPE string,
business_params TYPE string,
shell_type TYPE string,
launch_inplace TYPE string,
shell_hosted TYPE string,
shell_visibility TYPE string,
application_type TYPE string,
application_data TYPE string,
application_alias TYPE string,
post_parameters TYPE string,
absolute TYPE tp_s_absolute_ld,
obn TYPE tp_s_obn_ld,
END OF tp_s_link_desc
|
||
4 | TP_S_NAVIGATION_STRUCTURE | Public | See coding | 20130312 | BEGIN OF tp_s_navigation_structure,
id TYPE string,
launch_inplace TYPE string,
shell_hosted TYPE string,
shell_visibility TYPE string,
shell_title TYPE string,
standalone TYPE tp_s_shell_type_alone,
portal TYPE tp_s_shell_type,
nwbc TYPE tp_s_shell_type,
END OF tp_s_navigation_structure
|
||
5 | TP_S_NAVIGATION_STRUCTURE_IF | Public | See coding | 20130315 | BEGIN OF tp_s_navigation_structure_if,
standalone TYPE tp_s_link_desc,
nwbc TYPE tp_s_link_desc,
portal TYPE tp_s_link_desc,
END OF tp_s_navigation_structure_if
|
||
6 | TP_S_OBN | Public | See coding | 20130312 | BEGIN OF tp_s_obn,
business_object TYPE string,
operation TYPE string,
resolving_mode TYPE string,
get_parameters TYPE string,
system_alias TYPE string,
END OF tp_s_obn
|
||
7 | TP_S_OBN_LD | Public | See coding | 20130315 | BEGIN OF tp_s_obn_ld,
business_object TYPE string,
operation TYPE string,
resolving_mode TYPE string,
get_parameters TYPE string,
system_alias TYPE string,
END OF tp_s_obn_ld
|
||
8 | TP_S_SHELL_TYPE | Public | See coding | 20130312 | BEGIN OF tp_s_shell_type,
post_parameters TYPE string,
absolute TYPE tp_s_absolute,
obn TYPE tp_s_obn,
END OF tp_s_shell_type
|
||
9 | TP_S_SHELL_TYPE_ALONE | Public | See coding | 20130312 | BEGIN OF tp_s_shell_type_alone,
post_parameters TYPE string,
absolute TYPE tp_s_absolute,
END OF tp_s_shell_type_alone
|
||
10 | TP_S_TARGET_RESULT | Public | See coding | 20130312 | BEGIN OF tp_s_target_result,
id TYPE string,
text TYPE string,
application_type TYPE string,
application_alias TYPE string,
object TYPE string,
action TYPE string,
signature TYPE string,
form_factor TYPE string,
in_parameters TYPE tihttpnvp,
lpd_id TYPE string,
END OF tp_s_target_result
|
||
11 | TP_T_PARAMETERS | Public | See coding | 20130312 | tp_t_parameters TYPE SORTED TABLE OF ihttpnvp WITH UNIQUE KEY name
|
||
12 | TP_T_PARAMETERS_STD | Public | See coding | 20130328 | tp_t_parameters_std TYPE STANDARD TABLE OF ihttpnvp
|
||
13 | TP_T_TARGET_RESULT | Public | See coding | 20130312 | tp_t_target_result TYPE STANDARD TABLE OF tp_s_target_result WITH KEY id
|
||
14 | TY_S_SEMANTIC_OBJECT | Public | See coding | 20130628 | BEGIN OF ty_s_semantic_object,
name TYPE /ui2/navigation_object,
descr TYPE /ui2/semantic_object_descr,
nav_prov TYPE /ui2/navigation_provider,
nav_prov_descr TYPE /ui2/navigation_provider_descr,
default TYPE /ui2/default_navigation_object,
END OF ty_s_semantic_object
|
||
15 | TY_S_SEMANTIC_OBJECT_CC | Public | See coding | Semantic object structure (cross-client definition) | 20130911 | BEGIN OF ty_s_semantic_object_cc.
INCLUDE TYPE /ui2/semobj.
TYPES:
sem_obj_name TYPE /ui2/semantic_object_name,
sem_obj_text TYPE /ui2/semantic_object_text,
END OF ty_s_semantic_object_cc
|
|
16 | TY_T_SEMANTIC_OBJECT | Public | See coding | 20130628 | ty_t_semantic_object TYPE STANDARD TABLE OF ty_s_semantic_object
|
||
17 | TY_T_SEMANTIC_OBJECT_CC | Public | See coding | Semantic object table (cross-client definition) | 20130911 | ty_t_semantic_object_cc TYPE STANDARD TABLE OF ty_s_semantic_object_cc WITH KEY sem_obj
|
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 100 |