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

ALV hyperlink

former_member212705
Active Participant
0 Likes
736

Hi All,

Is it possible to access a local intranet using Alv Grid hyperlink fuctionality , as in present i am able to use it if it starts with 'http:// ',but suppose if i just want to access address '
pq.abc.com
xyz
proj' in that case this functionality does not work. So Please tell me is it possible. ?

Thanks in advance

1 ACCEPTED SOLUTION
Read only

former_member212705
Active Participant
0 Likes
711

There is some problem in displaying full message. ** suppose i just want to access address

" \\pq.abc.com\\xyz\proj\"

6 REPLIES 6
Read only

former_member212705
Active Participant
0 Likes
712

There is some problem in displaying full message. ** suppose i just want to access address

" \\pq.abc.com\\xyz\proj\"

Read only

0 Likes
711

Hi,

an intranet is also accessed through http or https protocol anyway, no?

If you have an issue with accessing it, then try the URL with program RSDEMO_HTML_VIEWER to see if it works from within SAP, and tell us the result?

Regards,

Sandra

Read only

0 Likes
711

Thanks sandra for your reply, i will check and let you know.

Read only

0 Likes
711

Hi Sandra,

Thanks Issue has been solved. Thanks for your answer.

Read only

Clemenss
Active Contributor
0 Likes
711

Hi Ashish,

if the link is visible in a cell, you need to activate it as hotspot, use event link_click and do the programming to start the HTML_VIEWER which actually uses OLE dlls connecting your MS internet explorer in a GUI control. Follow Sandra's hint.

Regards

Clemens

Read only

0 Likes
711

Ok Clemens, i will try. Thanks for your reply