Show TOC

IOS_TEST_HELLOWORLD_MS Locate this document in the navigation structure

 

Component IOS_TEST_HELLOWORLD_MS in package SIOS is used as an example to test Office Integration.

Basic operations on documents are demonstrated, including opening and closing a document, and eventing.

To save the data, you can use method wd_this->document->savedocument.

To import the data into the file system, you can use the MIME repository. Use can use PUT method instead of the GET method:

Syntax Syntax

  1. mime_repository = cl_mime_repository_api=>get_api( ).
    
    call method mime_repository->get
    exporting
    i_url = url
    importing
    e_content = content
    
End of the source code.