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 Link

Former Member
0 Likes
420

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

Thnaks

Ram

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

Thnaks

Ram

2 REPLIES 2
Read only

Former Member
0 Likes
370

on click of the url you will have a event on that event call a screen with a container and load ur url there.

Please reward if useful.

Read only

Former Member
0 Likes
370

Hi,

Thanks fo rreply.

I'm using the CL_DD_AREA and method add_link. But i don't see any events for this interface CL_DD_AREA. pls help

Thanks

Ram