‎2005 Nov 23 7:59 AM
Hi all,
I created a abap objects dialog program including a html viewer. Users are running the program and displaying web sites or BW-webreports in the viewer. Then, after some time without activity (I don't know the timeframe) nothing happens in the browser anymore. Is there a way to check if the browser/viewer is still working? What are the methods to call in order to get it to work without restarting the program? Any help is appreciated.
regards
Siggi
‎2005 Nov 23 8:42 AM
Hi
In debug mode Check html viewer object
and you can compare your values with the below.
Object/Class {O:21*CLASS=CL_GUI_HTML_VIEWER}
Interface
No. Attributes/Interfaces T LngthContents
1 LIFETIME I 4 2
2 PARENT r 8 {O:20*CLASS=CL_GUI_CUSTOM_CONT
3 M_RESULT I 4 0
4 M_DP_LIFETIME C 1 T
5 M_HDP u 284
6 M_UIFLAG I 4 0
7 M_BROWSER_STRING C 255
8 M_HTTP_HTMLVIEWER g 8
regards
vijay