cancel
Showing results for 
Search instead for 
Did you mean: 

Remove links from Navigation Panel on Work Centers

Lluis
Active Contributor
0 Kudos

Hello,

We are using the Webdynpro application on our Incident Management Work Center, and we are looking to remove links in the Navigation Panel ( common tasks ).

The work center is using the Web Dynpro Component AGS_WORKCENTER_NAV_PANEL.

Is there any possibility to edit this links by authorizations or customizing ?

Thanks:

Luis

Accepted Solutions (0)

Answers (1)

Answers (1)

Lluis
Active Contributor
0 Kudos

Solved by me editing the method "SET_NAVIGATION_PANEL" from the component controller of the WebDynpro "AGS_WORK_INCIDENT_MAN".


...
    ENDIF.
  ENDIF.
  CLEAR ls_commou_task.
  ls_common_task-id        = 'FAST_DISPLAY_MESSAGE'.
  ls_common_task-text      = wd_assist->if_wd_component_assistance~get_text( key = 'FDM' ).
  ls_common_task-parent_id = ''.
  APPEND ls_common_task TO lt_common_task.
*---------END--------get task swichtes-------------------------------------------
  DATA:
...

avoing to insert this line into the table lt_common_task the webdynpro don't show the link.

i will search if there are any possibility to avoid this cain of link without develop.

Edited by: Lluis Salvador Suarez on Nov 25, 2010 5:55 PM

Former Member
0 Kudos

Hello,

We are facing the same problem. Is there any way to avoid the development?

Is it possible to eliminate the link through customizing?

Thanks in advance.

Elisenda.