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

Hyperlinks in SAP

Former Member
0 Likes
750

Hi experts,

I have stored a URL in two string variable as it is greater than 255 characters. I want the data in these 2 strings as one single hyperlink.

Thanks in Advance

Hi experts,

I have stored a URL in two string variable as it is greater than 255 characters. I want the data in these 2 strings as one single hyperlink.

Thanks in Advance

3 REPLIES 3
Read only

former_member217544
Active Contributor
0 Likes
710

Hi..

If that is a string, I think no need to worry about the length...

Regards,

Swarna Munukoti

Read only

0 Likes
710

A string variable holds 255 characters only. Also i need to know how do I convert it into a hyperlink.

Read only

0 Likes
710

A string variable holds 255 characters only. Also i need to know how do I convert it into a hyperlink.

No, you are not correct. A STRING is nearly unlimited, restricted by the 4 byte integer restriction OR by memory size using a system profile setting. Read the help files before you make a statement like that. Where is the hyperlink being displayed? Dialog screen, ABAP list, E-mail?