open_activex_document 
ActiveX document technology is an extension of OLE technology. It allows you to display documents from any office application that supports the ActiveX documents interface in Microsoft Internet Explorer. You can also use Visual Basic 5.0 to design forms as ActiveX documents, which you can then open in Internet Explorer.
The method open_activex_document allows you to open an ActiveX document, created using Visual Basic, in the office application.
Syntax
CALL METHOD document->open_activex_document EXPORTING document_type = document_type document_url = document_url user_info = user_info no_flush = no_flush IMPORTING error = error retcode = retcode.
Parameter |
Optional |
Description |
|
X |
Document type ProgId of the Visual Basic application |
|
X |
The URL address of the document |
|
X |
Logon and proxy data for accessing an HTTP or FTP server. |