Skip to Content
0
Former Member
Feb 19, 2009 at 01:11 AM

Launching a logical link thru code

22 Views

Hi all,

I manage to launch a logical link using the below in my code:

lr_navigation = cl_crm_ui_navigation_service=>get_instance( me ).

CHECK lr_navigation IS BOUND.

lr_navigation->navigate( iv_link_id = 'Logical Link Id' ).

But i notice that it only works if the logical link appear in the nav bar. Is that true? Any work around for this because the client do not want the link to appear at the nav bar.

Do give any suggestion.