<?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: upload   flat file   into data base table  using interface in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-flat-file-into-data-base-table-using-interface/m-p/3281555#M784789</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;as already i have expalined that for a particular transaction we willl have header and item data...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u see VA01,tcode u can see the header and item details....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so while uploading the data u should have both header and ite details....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in a flat file u will always get header and item data.....if some other data like schedule line data are there for that also u will get the data in flat file...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so finally u will upload the corresponding data from flat file to header,item etc....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;generally we can get these data's by some indicator,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is a header data then it will be indicated as 'H' ,item data will be 'I' or 'L' like this in ur flatfile.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jan 2008 07:34:08 GMT</pubDate>
    <dc:creator>former_member404244</dc:creator>
    <dc:date>2008-01-21T07:34:08Z</dc:date>
    <item>
      <title>upload   flat file   into data base table  using interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-flat-file-into-data-base-table-using-interface/m-p/3281548#M784782</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 want to   upload   a   flat file  into   database table  by  using  interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flat file has   1 .header data&lt;/P&gt;&lt;P&gt;                   2. information data&lt;/P&gt;&lt;P&gt;                   3.  fotter  data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but   information  data  contains   some  extra fields   compare to data base table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can i   upload   this into database table   or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 06:06:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-flat-file-into-data-base-table-using-interface/m-p/3281548#M784782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T06:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: upload   flat file   into data base table  using interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-flat-file-into-data-base-table-using-interface/m-p/3281549#M784783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will be able to upload only those many fields which exist in database table. Rest of the fields are to be removed from flatfile if they are not required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhavin P Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 06:31:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-flat-file-into-data-base-table-using-interface/m-p/3281549#M784783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T06:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: upload   flat file   into data base table  using interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-flat-file-into-data-base-table-using-interface/m-p/3281550#M784784</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;  You can copy the values based on the fields exist in ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  1. Upload data to internal table&lt;/P&gt;&lt;P&gt;  2.  Loop the internal table.&lt;/P&gt;&lt;P&gt;  3.  move the data to work area (structure similar as ztable)&lt;/P&gt;&lt;P&gt;   4. Insert work area data into ztable.&lt;/P&gt;&lt;P&gt;  5. Endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 06:35:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-flat-file-into-data-base-table-using-interface/m-p/3281550#M784784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T06:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: upload   flat file   into data base table  using interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-flat-file-into-data-base-table-using-interface/m-p/3281551#M784785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi   bhavin  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i didn't understand    one thing here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the need of   header data and footer data    here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with out header  and  footer   data   cant we upload into data base table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 06:38:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-flat-file-into-data-base-table-using-interface/m-p/3281551#M784785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T06:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: upload   flat file   into data base table  using interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-flat-file-into-data-base-table-using-interface/m-p/3281552#M784786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_UPLOAD'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;FILENAME = 'd:\myfile.txt'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;DATA_TAB = rawdata&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;FILE_OPEN_ERROR = 1&lt;/P&gt;&lt;P&gt;FILE_READ_ERROR = 2&lt;/P&gt;&lt;P&gt;NO_BATCH = 3&lt;/P&gt;&lt;P&gt;GUI_REFUSE_FILETRANSFER = 4&lt;/P&gt;&lt;P&gt;INVALID_TYPE = 5&lt;/P&gt;&lt;P&gt;NO_AUTHORITY = 6&lt;/P&gt;&lt;P&gt;UNKNOWN_ERROR = 7&lt;/P&gt;&lt;P&gt;BAD_DATA_FORMAT = 8&lt;/P&gt;&lt;P&gt;HEADER_NOT_ALLOWED = 9&lt;/P&gt;&lt;P&gt;SEPARATOR_NOT_ALLOWED = 10&lt;/P&gt;&lt;P&gt;HEADER_TOO_LONG = 11&lt;/P&gt;&lt;P&gt;UNKNOWN_DP_ERROR = 12&lt;/P&gt;&lt;P&gt;ACCESS_DENIED = 13&lt;/P&gt;&lt;P&gt;DP_OUT_OF_MEMORY = 14&lt;/P&gt;&lt;P&gt;DISK_FULL = 15&lt;/P&gt;&lt;P&gt;DP_TIMEOUT = 16&lt;/P&gt;&lt;P&gt;OTHERS = 17&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'TEXT_CONVERT_CSV_TO_SAP'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;I_FIELD_SEPERATOR = ';'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_LINE_HEADER =&lt;/P&gt;&lt;P&gt;I_TAB_RAW_DATA = rawdata&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_FILENAME = 'd:\myfile1.txt'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;I_TAB_CONVERTED_DATA = itab&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;CONVERSION_FAILED = 1&lt;/P&gt;&lt;P&gt;OTHERS = 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly reward if found helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Hema.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 06:54:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-flat-file-into-data-base-table-using-interface/m-p/3281552#M784786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T06:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: upload   flat file   into data base table  using interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-flat-file-into-data-base-table-using-interface/m-p/3281553#M784787</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;for a particular transaction we will have header data,item data,&lt;/P&gt;&lt;P&gt;and also some cases schedule line data and also some other data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it seems in ur flat file u r getting header data,item data and some other data.....so u have upload all the data to the transaction .........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 06:55:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-flat-file-into-data-base-table-using-interface/m-p/3281553#M784787</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2008-01-21T06:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: upload   flat file   into data base table  using interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-flat-file-into-data-base-table-using-interface/m-p/3281554#M784788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi nagraj  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u explain me     about  header data   and  footer    data   in flat file  clearly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 07:02:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-flat-file-into-data-base-table-using-interface/m-p/3281554#M784788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T07:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: upload   flat file   into data base table  using interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-flat-file-into-data-base-table-using-interface/m-p/3281555#M784789</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;as already i have expalined that for a particular transaction we willl have header and item data...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u see VA01,tcode u can see the header and item details....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so while uploading the data u should have both header and ite details....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in a flat file u will always get header and item data.....if some other data like schedule line data are there for that also u will get the data in flat file...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so finally u will upload the corresponding data from flat file to header,item etc....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;generally we can get these data's by some indicator,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is a header data then it will be indicated as 'H' ,item data will be 'I' or 'L' like this in ur flatfile.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 07:34:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-flat-file-into-data-base-table-using-interface/m-p/3281555#M784789</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2008-01-21T07:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: upload   flat file   into data base table  using interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-flat-file-into-data-base-table-using-interface/m-p/3281556#M784790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have to filter out the fields from Information section which do not exist in the database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your structure to be passed to the database structure should not be in conflict with the SAP databse table stucture.  all additonal fields should be removed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 07:39:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-flat-file-into-data-base-table-using-interface/m-p/3281556#M784790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T07:39:29Z</dc:date>
    </item>
  </channel>
</rss>

