Show TOC

Syntax documentationclose_activex_document Locate this document in the navigation structure

Use this method to close an ActiveX document that you created using Visual Basic.

Syntax Syntax

  1. CALL METHOD document->close_activex_document
    EXPORTING no_flush = no_flush
    IMPORTING error = error
    retcode = retcode.
End of the code.