Application Development and Automation 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: 
Read only

OO ALV

Former Member
0 Likes
423

in ooalv of grid ..

i am displaying a website .

with cl_gui_html_viewer class

i can display it

but ..the thg is that i wanna navigate to previous page with in the webpage ..

can i know how is that

in ooalv of grid ..

i am displaying a website .

with cl_gui_html_viewer class

i can display it

but ..the thg is that i wanna navigate to previous page with in the webpage ..

can i know how is that

2 REPLIES 2
Read only

Former Member
0 Likes
401

check in SE38 RSDEMO_HTML_VIEWER and RSDEMO_HTML_VIEWER_WORKSHOP

for more details check with RSDEMO * in SE38

Rewards if useful...................

Minal

Read only

franois_henrotte
Active Contributor
0 Likes
401

methods of HTML viewer are very intuitive:

call method html_viewer->go_back

exceptions cntl_error = 1.

call method html_viewer->go_forward

exceptions cntl_error = 1.

call method html_viewer->go_home

exceptions cntl_error = 1.