<?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: open dataset in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset/m-p/1355572#M177501</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;Message come that 'export needed for this type' and pop-up comes for saving. But I am only trying to see the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is happening after I am using 'BIN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ananya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 30 Apr 2006 11:45:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-30T11:45:55Z</dc:date>
    <item>
      <title>open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset/m-p/1355564#M177493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am tring to open a pdf file from my desktop using open dataset p_fname for input in text mode encoding default.&lt;/P&gt;&lt;P&gt;But sy-subrc is 8. How do i open the file ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I open any kind of file irrespective of their type (pdf or doc or txt..etc) by open dataset ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ananya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ananya Mukherjee&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Apr 2006 07:50:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset/m-p/1355564#M177493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-30T07:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset/m-p/1355565#M177494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ananya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Use GUI_UPLOAD while trying to upload data from your desktop.&lt;/P&gt;&lt;P&gt; Open dataset is used of application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Check out the file type parameter of GUI_UPLOAD. I think if you want you can use type 'RAW' to upload any type of file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can also upload it as 'BIN' in binary format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Do a search in the forum, you will find many links which gives useful information.&lt;/P&gt;&lt;P&gt; &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="754996"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vijayendra  Rao&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vijayendra  Rao&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Apr 2006 07:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset/m-p/1355565#M177494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-30T07:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset/m-p/1355566#M177495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you want to open it or upload into a itab in program for further processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for openning it =&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL_GUI_FRONTEND_SERVICES=&amp;gt;EXECUTE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for uploading =&amp;gt; GUI_UPLOAD with file type BIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Durairaj Athavan Raja&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Apr 2006 07:57:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset/m-p/1355566#M177495</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-04-30T07:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset/m-p/1355567#M177496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ananya,&lt;/P&gt;&lt;P&gt;open dataset p_fname for input in text mode encoding default.&lt;/P&gt;&lt;P&gt; is giving you sy-subrc = 8 bcoz..&lt;/P&gt;&lt;P&gt;there aint any such file on the application server..&lt;/P&gt;&lt;P&gt;The file is on your desktop..&lt;/P&gt;&lt;P&gt;U need to use GUI_UPLOAD for that purpose.. with file type as BIN.&lt;/P&gt;&lt;P&gt;OPEN DATASET is used for files on application server..&lt;/P&gt;&lt;P&gt;Hope that solves the problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanveer.&lt;/P&gt;&lt;P&gt;If your query is solved, please close the thread and please mark helpful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Apr 2006 10:11:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset/m-p/1355567#M177496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-30T10:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset/m-p/1355568#M177497</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using GUI_UPLOAD now.But only text files are getting properly uploaded now.Other uploade files when viewed ,show just junk values.What to do for other types of files ?(doc,pdf etc ?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ananya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Apr 2006 11:22:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset/m-p/1355568#M177497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-30T11:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset/m-p/1355569#M177498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the file type for text files shoudl be ASC and for DOC and PDF it should be BIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when the file type is BIN the uploaded content will be in binary format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are you intending to do with the uploaded content?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Apr 2006 11:28:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset/m-p/1355569#M177498</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-04-30T11:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset/m-p/1355570#M177499</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;&lt;/P&gt;&lt;P&gt;The file is uploaded as an attachment to a ticket.&lt;/P&gt;&lt;P&gt;From the ticket I can open the attachment.For text files it is opening fine but problem is for DOC and PDF files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried with 'BIN' but no use. When I am trying to see the ticket,message is coming that 'export needed for this type'.Please help&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ananya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Apr 2006 11:35:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset/m-p/1355570#M177499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-30T11:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset/m-p/1355571#M177500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;attachment to a ticket&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;? what ticket? what happens when you open DOC or PDF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Apr 2006 11:42:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset/m-p/1355571#M177500</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-04-30T11:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset/m-p/1355572#M177501</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;Message come that 'export needed for this type' and pop-up comes for saving. But I am only trying to see the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is happening after I am using 'BIN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ananya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Apr 2006 11:45:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset/m-p/1355572#M177501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-30T11:45:55Z</dc:date>
    </item>
  </channel>
</rss>

