cancel
Showing results for 
Search instead for 
Did you mean: 

Changing predefined help.sap.com helplink to custom one in Item Dashboard

Former Member
0 Kudos

Hi Experts,

Is it possible to change the SAP predefined help link to the custom link in Item Dashboard screen ?

Right now, when the "Help" option is clicked in Item Dashboard screen, it redirects us to the following link :

http://help.sap.com/erp2005_ehp_03/helpdata/EN/62/6e1550d69f48c0bc145c60e2b8165d/content.htm

I need to change the above link to the new one.

When checked in the SET_SCREEN_PROPERTIES method of view RPM_DASHBOARD_VIEW in /RPM/UI_DASHBOARD component, i am able to see the following hardcode:

  • get the appropriate help link from UI service

CALL METHOD wd_this->mr_ui_class->get_help_link

EXPORTING

iv_kw_loio = '626E1550D69F48C0BC145C60E2B8165D'

  • iv_lang = SY-LANGU

IMPORTING

ev_help_link = lv_help_link_url.

Where this LOIO 626E1550D69F48C0BC145C60E2B8165D is generated and is it possible to change to a new one? Please guide me how and where to assign the new LOIO ID to the custom link.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I believe you can do this by launching the dashboard in config mode. To open dashboard in config / admin mode use SE80 or URL format shown below.

http://<server>:<port>/sap/bc/webdynpro/sap/inm_workcenter_app?sap-language=EN&sap-config-mode=X&IV_...

Former Member
0 Kudos

Hi Lashan,

Thanks for your prompt reply!!

Could you please elaborate what I need to do in config mode from SE80 btw? I believe the help link could be changed to custom one by changing the config key mentioned in the my question. Just got stuck from here !! Please guide.

Thanks again in advance.