<?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 file in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file/m-p/3871677#M930586</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which Function Module did you use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have used GUI_UPLOAD, did you pass 'X'  to the parameter HAS_FIELD_SEPARATOR?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi Kanth Talagana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 May 2008 15:13:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-12T15:13:44Z</dc:date>
    <item>
      <title>UPLOAD file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file/m-p/3871675#M930584</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;&lt;/P&gt;&lt;P&gt;I have a table that contains 28 fields and about 300 chars length of a record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And when I have downloaded this table data to a excel and from excel saved it as text tab delimited, then want to upload it via Upload function but it did not do all of the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 15:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file/m-p/3871675#M930584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T15:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: UPLOAD file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file/m-p/3871676#M930585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out the below links ... Hope these might help you ..&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdev.co.uk/file/file_upexcelalt1.htm" target="test_blank"&gt;http://www.sapdev.co.uk/file/file_upexcelalt1.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdev.co.uk/file/file_upexcelalt2.htm" target="test_blank"&gt;http://www.sapdev.co.uk/file/file_upexcelalt2.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 15:13:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file/m-p/3871676#M930585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T15:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: UPLOAD file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file/m-p/3871677#M930586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which Function Module did you use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have used GUI_UPLOAD, did you pass 'X'  to the parameter HAS_FIELD_SEPARATOR?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi Kanth Talagana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 15:13:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file/m-p/3871677#M930586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T15:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: UPLOAD file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file/m-p/3871678#M930587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deniz,&lt;/P&gt;&lt;P&gt;First check whether all the fields got downloaded to excel file and from excel to text file or not. Which FM u are using for download. U can use &lt;STRONG&gt;GUI_DOWNLOAD&lt;/STRONG&gt; for downloading to excell file. Pass # in field seperator of this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u are downloading from table output then u can directly download to tab delimited file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use FM &lt;STRONG&gt;GUI_UPLOAD&lt;/STRONG&gt; to upload the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check whether ur internal table has sufficient length to accomodate all the fields. How many fields u have in ur upload and download internal tables. It showld be 28 in both cases and field length and type should also be same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these things and revert in case still u have problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 15:16:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file/m-p/3871678#M930587</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-05-12T15:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: UPLOAD file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file/m-p/3871679#M930588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi  check this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZTESTPROG003.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES:&lt;/P&gt;&lt;P&gt;     BEGIN OF ty_upload,&lt;/P&gt;&lt;P&gt;     matnr like mara-matnr,&lt;/P&gt;&lt;P&gt;     meins like mara-meins,&lt;/P&gt;&lt;P&gt;     mtart like mara-mtart,&lt;/P&gt;&lt;P&gt;     mbrsh like mara-mbrsh,&lt;/P&gt;&lt;P&gt;     END OF ty_upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DATA it_upload TYPE STANDARD TABLE OF ty_upload WITH header line.&lt;/P&gt;&lt;P&gt;  DATA wa_upload TYPE ty_upload.&lt;/P&gt;&lt;P&gt;  DATA: itab TYPE STANDARD TABLE OF alsmex_tabline WITH header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      filename    = 'C:\Documents and Settings\venkatapp\Desktop\venkat.xls'&lt;/P&gt;&lt;P&gt;      i_begin_col = 1&lt;/P&gt;&lt;P&gt;      i_begin_row = 1&lt;/P&gt;&lt;P&gt;      i_end_col   = 4&lt;/P&gt;&lt;P&gt;      i_end_row   = 65535&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;      intern      = itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not itab[] is initial.&lt;/P&gt;&lt;P&gt;loop at itab .&lt;/P&gt;&lt;P&gt;case itab-col.&lt;/P&gt;&lt;P&gt;when '0001'.&lt;/P&gt;&lt;P&gt;it_upload-matnr = itab-value.&lt;/P&gt;&lt;P&gt;when '0002'.&lt;/P&gt;&lt;P&gt;it_upload-meins = itab-value.&lt;/P&gt;&lt;P&gt;when '0003'.&lt;/P&gt;&lt;P&gt;it_upload-mtart = itab-value.&lt;/P&gt;&lt;P&gt;when '0004'.&lt;/P&gt;&lt;P&gt;it_upload-mbrsh = itab-value.&lt;/P&gt;&lt;P&gt;append it_upload.&lt;/P&gt;&lt;P&gt;clear it_upload.&lt;/P&gt;&lt;P&gt;clear itab.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 15:20:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-file/m-p/3871679#M930588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T15:20:29Z</dc:date>
    </item>
  </channel>
</rss>

