<?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: gui_upload map excel input to internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801425#M1680167</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you must have some way of identifying which columns are present. The simplest would be to require that the first row of the file is just the column name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think GUI_UPLOAD handles Excel files well. Search the forum and you'll see better methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2012 14:48:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-06-14T14:48:17Z</dc:date>
    <item>
      <title>gui_upload map excel input to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801424#M1680166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The final goal is to upload excel data to an internal table and eventually insert it into database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I understand that I need to use GUI_UPLOAD to upload the data from excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is I am not sure about which columns are there in the excel file. e.g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the internal table is of a structure type having&amp;nbsp; a,b,c,d as its elements. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the excel file can only have a,d as the&amp;nbsp; two columns. So I need to be able to upload them and then successfully map it to coressponding entries in the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is I don't know which columns the input excel file might have. It can have only b or a,b,c,d or so on.. And the requirement is to be able to successfully map it to right columns of the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I am able to explain it clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 14:30:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801424#M1680166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-14T14:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: gui_upload map excel input to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801425#M1680167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you must have some way of identifying which columns are present. The simplest would be to require that the first row of the file is just the column name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think GUI_UPLOAD handles Excel files well. Search the forum and you'll see better methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 14:48:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801425#M1680167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-14T14:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: gui_upload map excel input to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801426#M1680168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gary,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggestion would be to get the whole file into one internal table with only 1 field to hold the whole row. Then based on the header you may identify the number of columns. Since it is an XLS file you can use tab character to separate them.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shravan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 15:00:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801426#M1680168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-14T15:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: gui_upload map excel input to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801427#M1680169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;do you know the max. of column that the excel could bring?. if you know that info, create a table with Max field columns. I'm using&amp;nbsp;&amp;nbsp; CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP' to pass a file xlsx to an interntal table.&lt;/P&gt;&lt;P&gt;After you have the table with all the fields, check the header of the column and redefine where the field should go...example, field3 not empty move to fieldX...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 16:49:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801427#M1680169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-14T16:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: gui_upload map excel input to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801428#M1680170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gary,&lt;/P&gt;&lt;P&gt;Please use FM ALSM_EXCEL_TO_INTERNAL_TABLE as this FM reads data in row-wise.&lt;/P&gt;&lt;P&gt;Now once you get data inside internal table, you need to add check based on column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;EG:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; call function '&lt;STRONG&gt;ALSM_EXCEL_TO_INTERNAL_TABLE'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exporting&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filename&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = p_infile&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_begin_col&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = '1'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_begin_row&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = '1'&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_end_col&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = '100'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_end_row&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = '3000'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tables&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; intern&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = itab&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exceptions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inconsistent_parameters = 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upload_ole&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; others&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 3.&lt;/P&gt;&lt;P&gt;&amp;nbsp; if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; message e010(zz) with text-001. "Problem uploading Excel Spreadsheet&lt;/P&gt;&lt;P&gt;&amp;nbsp; endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; * --------------Set first row retrieved to current row&lt;/P&gt;&lt;P&gt;&amp;nbsp; gd_currentrow = itab-row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; loop at itab.&lt;/P&gt;&lt;P&gt;*---------------- Reset values for next row&lt;/P&gt;&lt;P&gt;&amp;nbsp; if itab-row ne gd_currentrow.&lt;/P&gt;&lt;P&gt;&amp;nbsp; append wa_record to it_record.&lt;/P&gt;&lt;P&gt;&amp;nbsp; clear wa_record.&lt;/P&gt;&lt;P&gt;&amp;nbsp; gd_currentrow = itab-row.&lt;/P&gt;&lt;P&gt;&amp;nbsp; endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; case itab-col.&lt;/P&gt;&lt;P&gt;&amp;nbsp; when '0001'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Materiel Number&lt;/P&gt;&lt;P&gt;&amp;nbsp; wa_record-matnr = itab-value.&lt;/P&gt;&lt;P&gt;&amp;nbsp; when '0002'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Materiel Description&lt;/P&gt;&lt;P&gt;&amp;nbsp; wa_record-maktx = itab-value.&lt;/P&gt;&lt;P&gt;&amp;nbsp; when '0003'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Net price&lt;/P&gt;&lt;P&gt;&amp;nbsp; wa_record-netpr = itab-value.&lt;/P&gt;&lt;P&gt;&amp;nbsp; endcase.&lt;/P&gt;&lt;P&gt;&amp;nbsp; endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; append wa_record to it_record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Ragards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 17:40:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801428#M1680170</guid>
      <dc:creator>former_member213851</dc:creator>
      <dc:date>2012-06-14T17:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: gui_upload map excel input to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801429#M1680171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gary Gary,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through the document &lt;A __default_attr="28271" __jive_macro_name="document" class="jive_macro jive_macro_document" href="https://community.sap.com/"&gt;&lt;/A&gt;. It will help you in uploading data directly from Microsoft Excel sheet to internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here after the upload you have to split the content based on tab '#'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Number of occurances of '#' in the first line will give you an idea as of how many fields are present, then based on that you can create a dynamic internal table and populate the internal table with data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps. Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kartik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 03:53:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801429#M1680171</guid>
      <dc:creator>Kartik2</dc:creator>
      <dc:date>2012-06-15T03:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: gui_upload map excel input to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801430#M1680172</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;do you mean to say, the excel sheet can contain columns&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; a, b&amp;nbsp; -&amp;nbsp; in the 1st and 2nd colum&amp;nbsp;&amp;nbsp; some times&amp;nbsp;&amp;nbsp;&amp;nbsp; OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; a, b, d some times....&amp;nbsp; 1st , 2nd , 3rd colum somtimes.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The xecel sheet contains fixed 5 columns&amp;nbsp; but the values&amp;nbsp; are varying put in their approrprite colums&amp;nbsp; - say&lt;/P&gt;&lt;P&gt;a, b&amp;nbsp; in 1st and 2nd col&lt;/P&gt;&lt;P&gt;a, b, d&amp;nbsp; in 1st&amp;nbsp; 2nd&amp;nbsp; and 4th col&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post back with the clarificaiton&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>Fri, 15 Jun 2012 07:49:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801430#M1680172</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2012-06-15T07:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: gui_upload map excel input to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801431#M1680173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exactly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, the structure contains firstname, lastname, address and so on upto 30 elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in the excel file, there can be .. Smith, Gary, St peters parade..&amp;nbsp; or it can have&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;St peters parade, Smith, Gary, 80335&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now without column names how can I map it to the respective fields of the database table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 08:53:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801431#M1680173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-15T08:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: gui_upload map excel input to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801432#M1680174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And this is the SAP CRM system I am talking about so we can only use GUI UPLOAD and no other function modules as they are not present in SAP CRM system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 08:55:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801432#M1680174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-15T08:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: gui_upload map excel input to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801433#M1680175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also another requirement is once the report program is written it should not be modified. Meaning if the excel file column names order is different e.g 80335, St peters parade, Gary, Smith, Teacher&amp;nbsp; then without making changes it should be written to the corresponding entries in the database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is clear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 08:59:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801433#M1680175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-15T08:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: gui_upload map excel input to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801434#M1680176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At least in the Excel sheet do they maintain the headings?&lt;/P&gt;&lt;P&gt;moreover, the heading names should be fixed...&lt;/P&gt;&lt;P&gt;Example... First Name , Address etc...&lt;/P&gt;&lt;P&gt;In the next file theyshould not say&amp;nbsp; instead of Frist name say name&amp;nbsp; and Instead of address say Addr etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i Mean is at least they should have consistent Labels.(Fixed name). in all their excel sheet..&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That means,&amp;nbsp;&amp;nbsp; atleast,&amp;nbsp; all their excel sheet, the Label names are fixed.(Predefined). Their sequence may be changed... &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>Fri, 15 Jun 2012 09:10:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801434#M1680176</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2012-06-15T09:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: gui_upload map excel input to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801435#M1680177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Say for e.g if they maintain column names then how can it be done? Column names order is not fixed. So first name, last name , address can be interchanged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there are no column&amp;nbsp; names maintained then how can it be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way where we can define some kind of mapping so that we simply change the mapping and the report program remains the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 09:16:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801435#M1680177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-15T09:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: gui_upload map excel input to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801436#M1680178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/3185506" title="http://scn.sap.com/thread/3185506"&gt;http://scn.sap.com/thread/3185506&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="active_link" href="https://answers.sap.com/thread/1675118" title="http://scn.sap.com/thread/1675118"&gt;http://scn.sap.com/thread/1675118&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help Gary..!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks, &lt;/P&gt;&lt;P&gt;sama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 11:46:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801436#M1680178</guid>
      <dc:creator>dayakar_sama</dc:creator>
      <dc:date>2012-06-15T11:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: gui_upload map excel input to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801437#M1680179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you saying that not only the number and order of the fields may change from file to file, but that they may be different from record to record within a particular file??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 13:29:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801437#M1680179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-15T13:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: gui_upload map excel input to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801438#M1680180</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;In order to access data from the external medium such as Excel sheet, we need / expect a fixed pattern. Other wise it is near to impossible. Because we write code based on logic not building intelligence in the program.&amp;nbsp; Anyways.. we do as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Ask the privider of excel sheet atleast to provide the Colum heading on the Excel sheet.&lt;/P&gt;&lt;P&gt;2. The column heading they should follow&amp;nbsp; same for all excel sheet.&amp;nbsp; Meaning they should use same name for the column in all their excel sheet.&lt;/P&gt;&lt;P&gt;3. You make an mapping table that&amp;nbsp; maps their column name and your database field.&lt;/P&gt;&lt;P&gt;4. Then Everyime you read excel sheet record - first read the first row and get the colum names and get &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; the appropriate field from the mapping field&lt;/P&gt;&lt;P&gt;5. Set theloop and Allocate the values accordingly &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this brief would help you..&amp;nbsp; ( Probably you may also have this idea...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post back your idea if it is okay to you&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>Fri, 15 Jun 2012 13:50:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801438#M1680180</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2012-06-15T13:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: gui_upload map excel input to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801439#M1680181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you mean when you say Make a mapping table? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 09:43:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801439#M1680181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-19T09:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: gui_upload map excel input to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801440#M1680182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gary Gary,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try for the puprose you can use the FM&amp;nbsp; --&amp;nbsp; TEXT_CONVERT_XLS_TO_SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will take the data from excel and provide you in the form of an internal table.&lt;/P&gt;&lt;P&gt;You can define your internal table with the expected columns but make sure columns should not be less than that in excel, if more no problems .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can process as per the requirement.&lt;/P&gt;&lt;P&gt;here is the code snippet for the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DATA: itab_contracts TYPE TABLE OF ty_contract, &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt; * Fields of the uploaded file&lt;/P&gt;&lt;P&gt; TYPES: BEGIN OF ty_contract,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sales_org LIKE vbak-vkorg,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sales_doc TYPE vbap-vbeln,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sd_item LIKE vbap-posnr,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; material_entered LIKE mara-matnr,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sd_item_desc&amp;nbsp; LIKE vbap-arktx,&lt;/P&gt;&lt;P&gt;END OF ty_contract.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_UPLOAD'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXPORTING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filename&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = filepath_string&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filetype&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'ASC'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; has_field_separator&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'X'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dat_mode&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ''&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TABLES&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data_tab&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = file_data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXCEPTIONS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; file_open_error&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; file_read_error&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; no_batch&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ELSE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXPORTING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_field_seperator&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'X'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_line_header&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'X'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_tab_raw_data&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = file_data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_filename&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = p_fpath&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TABLES&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_tab_converted_data = itab_contracts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXCEPTIONS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; conversion_failed&amp;nbsp;&amp;nbsp;&amp;nbsp; = 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OTHERS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MESSAGE ID sy-msgid TYPE 'S' NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4 &lt;/P&gt;&lt;P id=":1e2"&gt;DISPLAY LIKE 'E'.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEAVE LIST-PROCESSING.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDIF.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ENDIF. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 10:12:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801440#M1680182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-19T10:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: gui_upload map excel input to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801441#M1680183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gary,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you find a solution somehow, if yes, could you please share how you achieved it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sandeep &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 16:29:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-upload-map-excel-input-to-internal-table/m-p/8801441#M1680183</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2013-05-14T16:29:55Z</dc:date>
    </item>
  </channel>
</rss>

