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: 

When user clicks on button the document linked to this path must be display

Former Member
0 Kudos

hi sap masters,

i am developing a screen prog in which i have a requirment which is i have pushbutton called WEB.

When user clicks on button the document linked to this path must be displayed

ex : www.google.com

how can i display can i have some info please.

thank you,

pasala.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Kindly go through the below programs....

RSHTML01 Demo for HTML Control: Use as general WWW browser

SAPHTML_R3HTTP_DEMO Demo for HTML Control: Use as general WWW browser

SAPHTML_UI_DEMO Demo for HTML Control: Use as general WWW browser

UPWB_HTML_DEBUG Demo for HTML Control: Use as general WWW browser

Hope it helps.

Regards

Arbind

3 REPLIES 3

Former Member
0 Kudos

Hi,

Kindly go through the below programs....

RSHTML01 Demo for HTML Control: Use as general WWW browser

SAPHTML_R3HTTP_DEMO Demo for HTML Control: Use as general WWW browser

SAPHTML_UI_DEMO Demo for HTML Control: Use as general WWW browser

UPWB_HTML_DEBUG Demo for HTML Control: Use as general WWW browser

Hope it helps.

Regards

Arbind

Former Member
0 Kudos

Hello,

See if the function module CALL_BROWSER solves your issue.

On clicking the WEB button simply call the function module and pass the web page that needs to be displayed to the parameter URL in the mentioned function module.

hope this helps

Regards

Sachin

Former Member
0 Kudos

helpful answer and thank you.