<?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>Question Re: flat file in Additional Q&amp;A</title>
    <link>https://community.sap.com/t5/additional-q-a/flat-file/qaa-p/2799942#M15652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; First we doing recording by using shdb t code. then we take flatfile fields only recording fields only after that we create itab on the bace of flate file data only.&lt;/P&gt;&lt;P&gt; after we uplode date by useing GUI_uplode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Feb 2008 05:24:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-01T05:24:30Z</dc:date>
    <item>
      <title>flat file</title>
      <link>https://community.sap.com/t5/additional-q-a/flat-file/qaq-p/2799939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to handle the flat file in bdc? how to upload the flat file data into inernal table? what to do before using the ws_upload FM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 05:50:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/flat-file/qaq-p/2799939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T05:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: flat file</title>
      <link>https://community.sap.com/t5/additional-q-a/flat-file/qaa-p/2799940#M15650</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; First do the BDC recording for a transaction.Then create the internal table into se38 based on the transaction. You have to create the flat file based on the recording. Then use the function module (WS_UPLOAD) for uploading the data from flat flie to internal table. In the function module you have to mention the path for the flat file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srinu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 14:19:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/flat-file/qaa-p/2799940#M15650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T14:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: flat file</title>
      <link>https://community.sap.com/t5/additional-q-a/flat-file/qaa-p/2799941#M15651</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;Please create the flat file first. During creation of this file, you need to consider the format and the type of the file.Then create the ABAP program and declare the internal table accrodingly to accomodate the flat file data. Then use the function module to upload the flat file data into your internal table. Then use Call transaction method or Session method to upload the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Please reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivasa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 16:10:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/flat-file/qaa-p/2799941#M15651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T16:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: flat file</title>
      <link>https://community.sap.com/t5/additional-q-a/flat-file/qaa-p/2799942#M15652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; First we doing recording by using shdb t code. then we take flatfile fields only recording fields only after that we create itab on the bace of flate file data only.&lt;/P&gt;&lt;P&gt; after we uplode date by useing GUI_uplode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 05:24:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/flat-file/qaa-p/2799942#M15652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T05:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: flat file</title>
      <link>https://community.sap.com/t5/additional-q-a/flat-file/qaa-p/2799943#M15653</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, use GUI_UPLOAD rather than WS as it will be supported for longer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Batch recording can be problematic, I do them manually (F1 &amp;amp; F9 on fields) as you have total control and understand exactly what's going on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ash Thomas&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ashthomas.com" target="test_blank"&gt;http://www.ashthomas.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Sap Abap Developer &amp;amp; Sap Abap Programmer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 09:55:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/flat-file/qaa-p/2799943#M15653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T09:55:52Z</dc:date>
    </item>
  </channel>
</rss>

