<?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 data set in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set/m-p/5104053#M1184276</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;Declare the internal table with these fields and using Read read the data from the application server to the itab instead of text table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA : Begin of itab occurs 0
               field1 type ...
               field2 type ...
               field3 type...
          END of itab.

READ DATASET filename INTO datatab.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When uploading the data to application server the tab delimitor is used because of which you are getting # symbols.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2009 07:11:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-03T07:11:44Z</dc:date>
    <item>
      <title>Open data set</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set/m-p/5104048#M1184271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts ,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i reading a text file using open data set coding, content are coming like this&lt;/P&gt;&lt;P&gt;0002#######sachin############indara market.&lt;/P&gt;&lt;P&gt;aithough i save text file in tab saprater.i want to read field seprately &lt;/P&gt;&lt;P&gt;like 0002          sachin          indra market.&lt;/P&gt;&lt;P&gt;how i can solve this problem .&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 05:31:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set/m-p/5104048#M1184271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T05:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Open data set</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set/m-p/5104049#M1184272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zeba,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which is the function module you are using? and also check the file type it should be 'DAT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are using GUI_UPLOAD then pass 'X' to the parameter has field seperator and give a try.&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;Ranjith N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 05:54:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set/m-p/5104049#M1184272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T05:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Open data set</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set/m-p/5104050#M1184273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; OPEN DATASET gv_file FOR INPUT IN TEXT MODE ENCODING DEFAULT&lt;/P&gt;&lt;P&gt;                            WITH SMART LINEFEED.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 05:57:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set/m-p/5104050#M1184273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T05:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Open data set</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set/m-p/5104051#M1184274</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;Kindly go through this link:&lt;/P&gt;&lt;P&gt;&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="834239"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mansi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 06:31:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set/m-p/5104051#M1184274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T06:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Open data set</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set/m-p/5104052#M1184275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi chenna,&lt;/P&gt;&lt;P&gt;Thanks for ur reply.&lt;/P&gt;&lt;P&gt;its not working , still data is coming like this 0001#######ISRIAL khan#####indra market.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Rgds&lt;/P&gt;&lt;P&gt;Zeba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 06:59:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set/m-p/5104052#M1184275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T06:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Open data set</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set/m-p/5104053#M1184276</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;Declare the internal table with these fields and using Read read the data from the application server to the itab instead of text table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA : Begin of itab occurs 0
               field1 type ...
               field2 type ...
               field3 type...
          END of itab.

READ DATASET filename INTO datatab.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When uploading the data to application server the tab delimitor is used because of which you are getting # symbols.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 07:11:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set/m-p/5104053#M1184276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T07:11:44Z</dc:date>
    </item>
  </channel>
</rss>

