SAP ABAP Interface /UI2/IF_LSAPI_URL_RESOLVER (L-Shape URL Resolver interface)
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
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /UI2/CL_SEM_OBJECT_RESOLVER Semantic object resolver (resource based navigation) 20130627
Properties
Interface /UI2/IF_LSAPI_URL_RESOLVER  
Short Description L-Shape URL Resolver interface    
General Data
Package /UI2/NWBC_CORE   NetWeaver Business Client - Core Functionality 
Created 20130611   SAP 
Last changed 20141120    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface /UI2/IF_LSAPI_URL_RESOLVER has no interface.
Friends
Interface /UI2/IF_LSAPI_URL_RESOLVER has no friend.
Attributes
Interface /UI2/IF_LSAPI_URL_RESOLVER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 RESOLVE_CONTEXT Instance method Public Method Resolves target from context table 20130617
2 RESOLVE_NAVIGATION Instance method Public Method Resolves indirect url 20130611
Events
Interface /UI2/IF_LSAPI_URL_RESOLVER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_APP_DESCRIPTOR Public See coding 20130611 BEGIN OF t_app_descriptor, id TYPE string, " application unique id title TYPE string, " readable application title (translatable) alias TYPE string, " application alias from Launchpad or PFCG entry additional_data TYPE string, " additional app data view TYPE REF TO /ui2/cl_app_view, " assigned application view END OF t_app_descriptor
2 T_NAVIGATION_TARGET Public See coding 20130611 BEGIN OF t_navigation_target, nav_mode TYPE string, " suggested navigation mode cacheble TYPE abap_bool, " target is cacheable for same app id + params suspend_session TYPE abap_bool, " indicates that current session shall be suspended menu_item_id TYPE string, " unique id of the app id in user menu application TYPE t_app_descriptor, " connected application structure END OF t_navigation_target
3 T_NAVIGATION_TARGETS Public See coding 20130611 t_navigation_targets TYPE STANDARD TABLE OF t_navigation_target WITH DEFAULT KEY
Method Signatures

Method RESOLVE_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NAV_TARGETS Call by reference Type reference (TYPE) T_NAVIGATION_TARGETS Resolved navigation targets 20130617
2 Importing IT_CONTEXT Call by reference Type reference (TYPE) STRING_TABLE Current user context 20130625
3 Importing IT_POST_BODY Call by reference Type reference (TYPE) TIHTTPNVP HTTP Framework (iHTTP) Table Name/Value Pairs 20130617
4 Importing IV_FORM_FACTOR Call by reference Type reference (TYPE) STRING Desired form factor 20140220
5 Importing IV_NAV_MODE Call by reference Type reference (TYPE) STRING Suggested Navigation Mode 20130617
6 Importing IV_RESUME_URL Call by reference Type reference (TYPE) STRING Return URL for Suspend/Resume 20130617
7 Importing IV_SHELL_TYPE Call by reference Type reference (TYPE) STRING /ui2/if_fnd_launchpad_access-gc_shell_type 20130627
8 Importing IV_TEXT Call by reference Type reference (TYPE) STRING Textual part of the resource id 20130724

Method RESOLVE_CONTEXT on Interface /UI2/IF_LSAPI_URL_RESOLVER has no exception.

Method RESOLVE_NAVIGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NAV_TARGETS Call by reference Type reference (TYPE) T_NAVIGATION_TARGETS Resolved navigation targets 20130611
2 Importing IT_POST_BODY Call by reference Type reference (TYPE) TIHTTPNVP HTTP Framework (iHTTP) Table Name/Value Pairs 20130611
3 Importing IV_APP_URL Call by reference Type reference (TYPE) STRING Appication ID or App search term 20130611
4 Importing IV_EXACT_MATCH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Identifies, if caller expect exact match or smart 20130627
5 Importing IV_FORM_FACTOR Call by reference Type reference (TYPE) STRING Desired form factor 20140220
6 Importing IV_NAV_MODE Call by reference Type reference (TYPE) STRING Suggested Navigation Mode 20130611
7 Importing IV_RESUME_URL Call by reference Type reference (TYPE) STRING Return URL for Suspend/Resume 20130611
8 Importing IV_SHELL_TYPE Call by reference Type reference (TYPE) STRING /ui2/if_fnd_launchpad_access-gc_shell_type 20130627

Method RESOLVE_NAVIGATION on Interface /UI2/IF_LSAPI_URL_RESOLVER has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 100