I need to store a static Word document on the SAP server and download to the user's browser via a BSP application. I have found code in the IT00 BSP Application to download the Word doc in xstring form to the browser, which will work for what I'm doing. What I cannot seem to find, however, is how to retrieve the Word .doc file stored in the MIME repository and then subsequently how to convert this MIME object to an xstring value. Is there a class or function module available to retrieve and convert the MIME object to an xstring form so that it can be returned as a response back to the browser?