IOS_TEST_HELLOWORLD_MS

Use

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:

mime_repository = cl_mime_repository_api=>get_api( ).

call method mime_repository->get
exporting
i_url = url
importing
e_content = content