cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamically changing the Target Link of 'Link to Webpage' under SAP Help

Former Member
0 Kudos

Hi Experts,

I have created a FPM based custom application and added the application specific help document link(KM document stored in corresponding portal ) with in SAP Help Center under category "Learning Content".

Now I want to change the target of this link dynamically as the help documents resides in portal and in different system across the landscape the Link to the document would be different.

While creating the Link to Web page I have specified the link of development portal. But when I will move my WDA application to other servers , how to change the link so that it points to the relevant page corresponding to that portal.

My system is EHP5 NW 7.02

Thanks in advance.

Sonia.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sonia

You could create a table with structure mandt sysysid mandt & target link and read this table using select statement for current system id SY-SYSID and SY-MANDT to display the correct target link.

Hope it helps.

Regards

Lorraine

Former Member
0 Kudos

Hi Lorraine,

Can you please let me know where Shall I write this code selection ?

Do I need to enhance standard SAP Help Center app?

Thanks,