<?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: Regarding flat file - BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-flat-file-bdc/m-p/3251020#M776252</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; when ur uploading it using fm's like gui_upload u specify tab space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;warm regards,&lt;/P&gt;&lt;P&gt;Sumanjeet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jan 2008 09:07:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-03T09:07:09Z</dc:date>
    <item>
      <title>Regarding flat file - BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-flat-file-bdc/m-p/3251019#M776251</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;while uploading data to sap we have options like LSMW(different methods)  and BDC(different methods), now my question is in both the cases we use flat file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LSMW&lt;/STRONG&gt;: while using this we have a separator  option as tabulator or comma like....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BDC&lt;/STRONG&gt;: While using this how can we specify that the flat file separator as &lt;STRONG&gt;tab space delimited&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 09:01:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-flat-file-bdc/m-p/3251019#M776251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T09:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding flat file - BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-flat-file-bdc/m-p/3251020#M776252</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; when ur uploading it using fm's like gui_upload u specify tab space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;warm regards,&lt;/P&gt;&lt;P&gt;Sumanjeet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 09:07:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-flat-file-bdc/m-p/3251020#M776252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T09:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding flat file - BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-flat-file-bdc/m-p/3251021#M776253</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;Anil in BDC like LSMW u cant fgind any delimiter options but insted u have to write respective logic like see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fisrt u will get he entire flat file as online in the one internal table then by looping tht table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_main_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  split line into var1, var2, ... separated by comma.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; append vari, var2.. to it_req_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like tht u have to write logic it will be very easy &lt;/P&gt;&lt;P&gt;plzz reward if it is usefull to u&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for any further quiries my mail id mutyalasunilkumar@gmail.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 09:08:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-flat-file-bdc/m-p/3251021#M776253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T09:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding flat file - BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-flat-file-bdc/m-p/3251022#M776254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while using BDC ,&lt;/P&gt;&lt;P&gt; we upload the file using FM 'GUI_UPLOAD'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inthis FM there is a exporting parameter named as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;has_field_separator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have to set its value as 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it solves your problem'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Talwinder,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 09:08:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-flat-file-bdc/m-p/3251022#M776254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T09:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding flat file - BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-flat-file-bdc/m-p/3251023#M776255</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;Before doing BDC you have get clear picture of your flat file structure and the seperator based on which seperator the field values are concatenated or else make a field for seperator in your selection screen, before uploading the flat file data you can mention the seperator which you have used in the flat file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even in LAMW also you must know the flat file is comma seperated or some other seperator, then only you can mention the seperator. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sreeram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 09:27:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-flat-file-bdc/m-p/3251023#M776255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T09:27:51Z</dc:date>
    </item>
  </channel>
</rss>

