Application Development 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: 

Display Web Page on click of button

Former Member
0 Kudos

Hi Experts,

I want to display a web page in browser when i click on a button in my module pool program. I saw cl_gui_html_viewer but it is displaying web page in SAP GUI.

Is it possible to display a web page when i click on a button in browser.? OR shal i go to Web Dynpro.!!

Thanks in Advance.,

Regards,

sudhakar

1 ACCEPTED SOLUTION

former_member184578
Active Contributor
0 Kudos

Hi.,

Using Function Module CALL_BROWSER you can display a web page in browser. When click on button call FM CALL_BROWSER and pass URL to this FM. It will display that web page in browser.

Also if you want you can go for Web Dynpro also..

hope this helps u.,

Thanks & Regards

Kiran

2 REPLIES 2

former_member184578
Active Contributor
0 Kudos

Hi.,

Using Function Module CALL_BROWSER you can display a web page in browser. When click on button call FM CALL_BROWSER and pass URL to this FM. It will display that web page in browser.

Also if you want you can go for Web Dynpro also..

hope this helps u.,

Thanks & Regards

Kiran

0 Kudos

Hi kiran,

Thanks a lot .!! It helped me..

Solved..!!

Thanks,

sudhakar