Application Development and Automation 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: 
Read only

Display Hyperlink in SAPScript

Former Member
0 Likes
1,316

Hi,

I have a requirement of displaying hyperlink on SAP Script.

I have searched a lot but didn’t found any proper answers. I have tried to use <%w>www.sdn.com </> but it’s not working for me. Please help.

Best regards,

Omkar

1 REPLY 1
Read only

vamsilakshman_pendurti
Active Participant
0 Likes
496

Hi Omkar ,

See the below code to print the text as hyperlink in scrips...

<%W>www.google.com</>.





Thanks ,

vamsilakshman.p