<?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 File Upload in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-upload/m-p/2023035#M414271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a file that is to be uploaded using GUI_UPLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each record in the file contains several fields, including serial number.&lt;/P&gt;&lt;P&gt;And for each record there could be none, one or several serial numbers.&lt;/P&gt;&lt;P&gt;So I tried creating an internal table with a table type component&lt;/P&gt;&lt;P&gt;for serial numbers but an exception is thrown since the function expects&lt;/P&gt;&lt;P&gt;an elementary type rather than a type table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I dynamically create the internal table at runtime to&lt;/P&gt;&lt;P&gt;reflect the maximum number of serial numbers that must be&lt;/P&gt;&lt;P&gt;uploaded for the records?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Mar 2007 13:29:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-09T13:29:25Z</dc:date>
    <item>
      <title>File Upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-upload/m-p/2023035#M414271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a file that is to be uploaded using GUI_UPLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each record in the file contains several fields, including serial number.&lt;/P&gt;&lt;P&gt;And for each record there could be none, one or several serial numbers.&lt;/P&gt;&lt;P&gt;So I tried creating an internal table with a table type component&lt;/P&gt;&lt;P&gt;for serial numbers but an exception is thrown since the function expects&lt;/P&gt;&lt;P&gt;an elementary type rather than a type table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I dynamically create the internal table at runtime to&lt;/P&gt;&lt;P&gt;reflect the maximum number of serial numbers that must be&lt;/P&gt;&lt;P&gt;uploaded for the records?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 13:29:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-upload/m-p/2023035#M414271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T13:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: File Upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-upload/m-p/2023036#M414272</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;Its not clear your requirement ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please paste your sample input file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 15:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-upload/m-p/2023036#M414272</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-03-09T15:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: File Upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-upload/m-p/2023037#M414273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey why do you have to declare that as a table type instead you can do like the header and line item data. Each line of the record having multiple serial numbers.if it has multiple lines it will be multiple records in the internal table with the rest of the fields blank and only serial no filled. If there are no records there will not be any entries in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which means your file looks like this...&lt;/P&gt;&lt;P&gt;100	2007	1&lt;/P&gt;&lt;P&gt;		2&lt;/P&gt;&lt;P&gt;		3&lt;/P&gt;&lt;P&gt;200	2007	4&lt;/P&gt;&lt;P&gt;		5&lt;/P&gt;&lt;P&gt;300	2007	6&lt;/P&gt;&lt;P&gt;		7&lt;/P&gt;&lt;P&gt;400	2007	8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see for this a table type field or dynamic table has to be declared ?&lt;/P&gt;&lt;P&gt;let me know if its something different posting your file. If it helps award points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 16:51:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-upload/m-p/2023037#M414273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T16:51:18Z</dc:date>
    </item>
  </channel>
</rss>

