<?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 bdc table control using excel file in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-using-excel-file/m-p/3171701#M754717</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends ,&lt;/P&gt;&lt;P&gt;i am trying to upload production order using bdc&lt;/P&gt;&lt;P&gt;program is working fine in notepad but i want to &lt;/P&gt;&lt;P&gt;upload using excel sheet.&lt;/P&gt;&lt;P&gt;my pboplem is i am using two table&lt;/P&gt;&lt;P&gt;one for header and 2nd for item&lt;/P&gt;&lt;P&gt;in that i used identifier h for header&lt;/P&gt;&lt;P&gt;and i for item.&lt;/P&gt;&lt;P&gt;h1000 261 2000 3000&lt;/P&gt;&lt;P&gt;i100 a&lt;/P&gt;&lt;P&gt;i100 a&lt;/P&gt;&lt;P&gt;how to map using excel file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Dec 2007 13:57:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-19T13:57:47Z</dc:date>
    <item>
      <title>bdc table control using excel file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-using-excel-file/m-p/3171701#M754717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends ,&lt;/P&gt;&lt;P&gt;i am trying to upload production order using bdc&lt;/P&gt;&lt;P&gt;program is working fine in notepad but i want to &lt;/P&gt;&lt;P&gt;upload using excel sheet.&lt;/P&gt;&lt;P&gt;my pboplem is i am using two table&lt;/P&gt;&lt;P&gt;one for header and 2nd for item&lt;/P&gt;&lt;P&gt;in that i used identifier h for header&lt;/P&gt;&lt;P&gt;and i for item.&lt;/P&gt;&lt;P&gt;h1000 261 2000 3000&lt;/P&gt;&lt;P&gt;i100 a&lt;/P&gt;&lt;P&gt;i100 a&lt;/P&gt;&lt;P&gt;how to map using excel file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 13:57:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-using-excel-file/m-p/3171701#M754717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T13:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: bdc table control using excel file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-using-excel-file/m-p/3171702#M754718</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;Are you using FM ALSM_EXCEL_TO_INTERNAL_TABLE to upload the data to internal table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use it and do the process in the same way what you did for Notepad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 14:07:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-using-excel-file/m-p/3171702#M754718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T14:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: bdc table control using excel file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-using-excel-file/m-p/3171703#M754719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sonu,&lt;/P&gt;&lt;P&gt; First upload data from excell file to internal table by using above answer FM. After that loop at that internal table. Use if condition lile If itab-f1 = 'H' move another header internal table else move to item internal table. Now process your data and populate final internal table,, &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Hope this helps you and if aconcerns get back me.....we will update you..&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;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 15:58:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-using-excel-file/m-p/3171703#M754719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T15:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: bdc table control using excel file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-using-excel-file/m-p/3171704#M754720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sonu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that you want to upload excel sheets into bdc table control. You can do the same using function module GUI_UPLOAD, but we need to give file type as 'wxi'. OR use alsm_excel_internal_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please reward points if found helpful.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 22:26:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-using-excel-file/m-p/3171704#M754720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T22:26:31Z</dc:date>
    </item>
  </channel>
</rss>

