‎2007 Mar 20 5:23 AM
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
‎2007 Mar 20 5:45 AM
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
‎2007 Mar 20 6:03 AM
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
‎2007 Mar 20 6:19 AM
‎2007 Mar 20 7:04 AM
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