<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: String To File simulation,  viewing data from a string? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-to-file-simulation-viewing-data-from-a-string/m-p/910346#M56891</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unforturnatly, I think that you have to write the data to a file in order for the browser to be able to open it up.  This function module is just invoking internet explorer for a certain url.  If that url does not exist, IE will not be able to open it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you just delete the file after you have created and display it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Mar 2005 17:32:25 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2005-03-23T17:32:25Z</dc:date>
    <item>
      <title>String To File simulation,  viewing data from a string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-to-file-simulation-viewing-data-from-a-string/m-p/910345#M56890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am working on an imaging system. I get returned a string with data which can be in a number of different formats - .jpg, .PDF, .doc etc... I also get back mime data type, if I want to use it.&lt;/P&gt;&lt;P&gt;My initial idea was to call the function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CALL_BROWSER'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;          URL                    = P_URL&lt;/P&gt;&lt;P&gt;          BROWSER_TYPE           = BROWSER_TYPE&lt;/P&gt;&lt;P&gt;          WINDOW_NAME            = LV_WINDOW_NAME&lt;/P&gt;&lt;P&gt;which can handle all the types and displays them correctly. The problem I have , is I do not want to store the string with the data into a file, to pass to the URL Parameter going into this function. It there a way I can make it think it's file in memory, or is there a better way of doing the whole thing?&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Regards Sims&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2005 17:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-to-file-simulation-viewing-data-from-a-string/m-p/910345#M56890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-23T17:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: String To File simulation,  viewing data from a string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-to-file-simulation-viewing-data-from-a-string/m-p/910346#M56891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unforturnatly, I think that you have to write the data to a file in order for the browser to be able to open it up.  This function module is just invoking internet explorer for a certain url.  If that url does not exist, IE will not be able to open it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you just delete the file after you have created and display it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2005 17:32:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-to-file-simulation-viewing-data-from-a-string/m-p/910346#M56891</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-03-23T17:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: String To File simulation,  viewing data from a string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-to-file-simulation-viewing-data-from-a-string/m-p/910347#M56892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;deleting after I've created it is a possibility, but it just does not feel like an elegant way of doing it. I don't know if there is a better way of doing it. Me gut instinct is that whatever method I use to display the string, it will expect it in a file. &lt;/P&gt;&lt;P&gt;I don't know if it's worth creating my own function which can mimic this, and it seems to low level as well.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Any views?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2005 17:59:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-to-file-simulation-viewing-data-from-a-string/m-p/910347#M56892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-23T17:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: String To File simulation,  viewing data from a string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-to-file-simulation-viewing-data-from-a-string/m-p/910348#M56893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sims&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the interface i_oi_document_viewer to display online created PDFs in a SAPGUI client since it possible to load the data from an internal table. By using the where-used list you should be able to find some examples (e.g. report SAPRDEMOVIEWING).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Roger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2005 18:23:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-to-file-simulation-viewing-data-from-a-string/m-p/910348#M56893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-23T18:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: String To File simulation,  viewing data from a string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-to-file-simulation-viewing-data-from-a-string/m-p/910349#M56894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for that - I think i'm on the right track now!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2005 22:23:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-to-file-simulation-viewing-data-from-a-string/m-p/910349#M56894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-23T22:23:20Z</dc:date>
    </item>
  </channel>
</rss>

