<?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 Uploading a file in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-a-file/m-p/5282415#M1219085</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;I have a table that has around 50,000 records, I want to download that table and when I tried to download it as a flat file... it did download but the data is separated by "|" but I want data to separated by "," and then I need to upload the comma separated file using a program to a custom table. So can you please tell me how can I do that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Rajaeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Mar 2009 16:42:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-17T16:42:47Z</dc:date>
    <item>
      <title>Uploading a file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-a-file/m-p/5282415#M1219085</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;I have a table that has around 50,000 records, I want to download that table and when I tried to download it as a flat file... it did download but the data is separated by "|" but I want data to separated by "," and then I need to upload the comma separated file using a program to a custom table. So can you please tell me how can I do that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Rajaeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 16:42:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-a-file/m-p/5282415#M1219085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-17T16:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading a file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-a-file/m-p/5282416#M1219086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to that file, use ctrl + H and replace the "|" with ","&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kuntal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 16:44:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-a-file/m-p/5282416#M1219086</guid>
      <dc:creator>former_member376453</dc:creator>
      <dc:date>2009-03-17T16:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading a file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-a-file/m-p/5282417#M1219087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this but it's not working may be because of huge data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 17:20:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-a-file/m-p/5282417#M1219087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-17T17:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading a file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-a-file/m-p/5282418#M1219088</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;I dont think its possible to download or upload a file with a separator as comma.&lt;/P&gt;&lt;P&gt;if you want you can Try it out with small amount of data from the table also, you will still not get comma aws a separator, &lt;/P&gt;&lt;P&gt;because by default SAP has only two separators for download or upload of a flat file that is , TAB and a single SPACE...  if you mention anything for separator it is considered to be a tab and if you dont mention anything in the separator it is considered to be a space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 17:32:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-a-file/m-p/5282418#M1219088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-17T17:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading a file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-a-file/m-p/5282419#M1219089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see in the program where '|' has been defined, replace it with ','...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to have data save to custom table.. have all the records into an internal table and use &lt;STRONG&gt;modify DBTAB from itab.&lt;/STRONG&gt; DBTAB and itab need to be exactly same structures.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 17:37:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-a-file/m-p/5282419#M1219089</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-03-17T17:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading a file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-a-file/m-p/5282420#M1219090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you are downloading fro table through SE16, by default it comes with.xls, make it .csv and give your name. suppose this is test.csv , if your program is able to open a excel then it will work. If your input should be a text file then open your test.csv with notepad and save it as  test.txt. and try to upload this. May be this should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kuntal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 18:01:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-a-file/m-p/5282420#M1219090</guid>
      <dc:creator>former_member376453</dc:creator>
      <dc:date>2009-03-17T18:01:00Z</dc:date>
    </item>
  </channel>
</rss>

