Skip to Content
0
May 28, 2009 at 12:45 PM

How to close the web browser already opened by a SAP report?

38 Views

Hi all,

pretty strange question: a report written on an old 46C system "triggers" a web app opening a web link with the predefined browser.

I've seen many alternatives to open a web page (call method cl_gui_frontend_services=>execute, call method open_browser), but no methods to eventually close the browser and I wonder if it's possible.

The meaning of this request: the report will probably scheduled, so we'd like to trigger the web app and then close the browser... we are using this unusual method since managing web service calls in our obsolete system seems problematic (we opened a thread in SOA section specifically on the topic... seems it's not possible to do in a "clean" way).