2007 Mar 19 12:49 PM
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
2007 Mar 19 1:23 PM
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.
2007 Mar 19 1:52 PM
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
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |