Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

display text in standard text (SO10) as hyperlink

Former Member
0 Kudos

How can we display some part of text in the standard text (SO10) as hyperlink? So that when a user clicks on this hyperlink another page is opened automatically.

5 REPLIES 5

Former Member
0 Kudos

Hi Reshma,

Try using HTML script in your SO10 object, as follows :


To goto SAP Help Page <a href="http://www.help.sap.com">click here</a>. This will open SAP Help Library.

0 Kudos

Hi Alinjar,

Above solution provided by you works fine, but in my case i have website address which is more than 72 chanractes.

Hence i am coding like this.

<a href="123...72

73..80">click here</a>

I will get the output as 73...80">click here..

But i want only CLICK HERE in my output..

Can you please suggest.

Thanks in advance,

Kavya

0 Kudos

Did you manage to discover a solution to this? I also have the same issue.

Thanks

Former Member
0 Kudos

Hi Reshma,

It is really simple. Just add the link in sap script editor as shown below.

/: www.scn.sap.com

(or)

www.scn.sap.com

SAP script is capable of capturing links to websites, emails etc.

Thanks & Regards,

Imran.

0 Kudos

Hi Imran,

reshma is not still waiting for your reply , please see its more than 3 yrs. old thread.

Please do not reply  it.