<?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 sequential file to sap in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-sequential-file-to-sap/m-p/4564657#M1077284</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;   Can we upload a sequential file to sap which is separated by comma.&lt;/P&gt;&lt;P&gt;    The file consists of three fields ,but in a single colume these three fields are repeated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Then can we upload this using lsmw or bdc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Oct 2008 05:56:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-07T05:56:32Z</dc:date>
    <item>
      <title>uploading sequential file to sap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-sequential-file-to-sap/m-p/4564657#M1077284</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;   Can we upload a sequential file to sap which is separated by comma.&lt;/P&gt;&lt;P&gt;    The file consists of three fields ,but in a single colume these three fields are repeated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Then can we upload this using lsmw or bdc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 05:56:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-sequential-file-to-sap/m-p/4564657#M1077284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T05:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: uploading sequential file to sap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-sequential-file-to-sap/m-p/4564658#M1077285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         Yes. We can upload a Sequential File using BDC as well as LSMW. You can use the Function Modules GUI_DOWNLOAD or the Method CL_GUI_FRONTEND_SERVICES=&amp;gt;GUI_DOWNLOAD to serve your purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        You need to specify the separator as 'X' in your Function module call to indicate that the Flat File has a Separator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Venkat Phani Prasad Konduri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 06:23:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-sequential-file-to-sap/m-p/4564658#M1077285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T06:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: uploading sequential file to sap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-sequential-file-to-sap/m-p/4564659#M1077286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we can upload the sequential file with comma seperator, use the GUI_UPLOAD .... and mention , seperator tab....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both ways we can do ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Bharani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 06:26:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-sequential-file-to-sap/m-p/4564659#M1077286</guid>
      <dc:creator>BH2408</dc:creator>
      <dc:date>2008-10-07T06:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: uploading sequential file to sap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-sequential-file-to-sap/m-p/4564660#M1077287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your reply..&lt;/P&gt;&lt;P&gt;but my query is ..&lt;/P&gt;&lt;P&gt;for ex:  data in flat file is&lt;/P&gt;&lt;P&gt;customer   saleorg division  customer salesorg division&lt;/P&gt;&lt;P&gt;1000         10         20        2000         20           30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then who to upload this sequential data into sap?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 08:49:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-sequential-file-to-sap/m-p/4564660#M1077287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T08:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: uploading sequential file to sap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-sequential-file-to-sap/m-p/4564661#M1077288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Geetha,&lt;/P&gt;&lt;P&gt;  Is the numer of records for line is fixed , or all the customers will gien in the same line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And split record at ',' into internal table. then loop tha tinternal table and Append record for every three records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Narendra.Soma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 10:36:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-sequential-file-to-sap/m-p/4564661#M1077288</guid>
      <dc:creator>former_member761936</dc:creator>
      <dc:date>2008-10-07T10:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: uploading sequential file to sap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-sequential-file-to-sap/m-p/4564662#M1077289</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; No the number of records are not fixed for a line,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then how to upload them through lsmw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 12:20:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uploading-sequential-file-to-sap/m-p/4564662#M1077289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T12:20:37Z</dc:date>
    </item>
  </channel>
</rss>

