Entering content frameSyntax documentation open_activex_document Locate the document in its SAP Library structure

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.

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.

Description of parameters

Parameter

Optional

Description

document_type

X

Document type ProgId of the Visual Basic application

document_url

X

The URL address of the document

user_info

X

Logon and proxy data for accessing an HTTP or FTP server.

 

Leaving content frame