cancel
Showing results for 
Search instead for 
Did you mean: 

WD ABAP : EMBED Internet PAGE Web on WebDynpro

Former Member
0 Kudos

Hi Experts,

how can i embed an Internet Page (for exemple GOOGLE.COM) on my WebDynpro ABAP Application ...

In order, i developped this code :


data api_component  type ref to if_wd_component.
  data window_manager type ref to if_wd_window_manager.
  data window         type ref to if_wd_window.

  api_component  = wd_comp_controller->wd_get_api( ).
  window_manager =  api_component->get_window_manager( ).

  CALL METHOD window_manager->CREATE_EXTERNAL_WINDOW
    EXPORTING
      URL    = 'HTTP://WWW.GOOGLE.COM''
    RECEIVING
      WINDOW = window.

I suppose i have to embed 'window' into a container ? But how ...

Thx a lot.

Rachid Roughi.

Edited by: R.Rachid on Feb 23, 2012 11:07 AM

Edited by: R.Rachid on Feb 23, 2012 11:09 AM

Edited by: R.Rachid on Feb 23, 2012 11:31 AM

Accepted Solutions (0)

Answers (5)

Answers (5)

0 Kudos

Hello

I also resolved this.

Contact us now at https://kanakinfosystems.com/

Thanks!

Former Member
0 Kudos

Hi,

I resolved.

add : '&output=embed' at the end of the URL.

Rachid Roughi.

Former Member
0 Kudos

Also, i uploaded the screenshot for more accuracy.

http://www.imagup.com/data/1144675613.html

(French error message)

Thx you.

Rachid.

Edited by: R.Rachid on Feb 23, 2012 4:15 PM

Former Member
0 Kudos

Hello Christian,

thx a lot for your feedback. I embedded a webpage into my Webdynpro Abap Application, but i have an error message :

"This content can not be displayed in a frame"

Have you got an idea ?

Thx a lot.

Rachid Roughi.

Edited by: R.Rachid on Feb 23, 2012 3:05 PM

former_member193369
Active Participant
0 Kudos

Hello Rachid,

you can do this using the IFrame WebDynpro control.

Best regards,

Christian