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 Hyperlinks

Former Member
0 Likes
593

Hi,

In my OO ABAP ALV report i use containers.

So in my Top of page or in the header: I have a Hyperlink displayed. Now it opens that link in the same window. I need that link to be displayed in the NEW/SEPARATE window. I'm using the method:

CALL METHOD p_dyndoc_id->add_link

EXPORTING

url = 'www.google.com'

text = l_text.

Pls help

Thanks

Ran

4 REPLIES 4
Read only

satykumar
Product and Topic Expert
Product and Topic Expert
0 Likes
524

Hi,

You can use FM CALL_BROWSER for this purpose. Pass URL to this FM.

set importing parameter NEW_WINDOW to 'X' for open the URL in new window.

Regards,

Satyendra

Read only

Former Member
0 Likes
524

Hi Thanks for the reply.

I think this will realyy help.

But just one problem. When i click on the URL..How to catch that ONCLICK event.

So in this ebent i'm planning to call this FM.

Can you pls help me with an example?

Thanks

Ram

Read only

satykumar
Product and Topic Expert
Product and Topic Expert
0 Likes
524

Hi Prabha,

Check this thread

Regards,

Satyendra.

    • Award points if it helps ..

Read only

Former Member
0 Likes
524

Hi ,

Thanks again for th ereply.

That link will not help.

I'm displaying the URl in the Header using ADD_LINK method.

Anyways i will award points to ur previous help..

And post this as another query

Thanks

ram