<?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: BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3687578#M887967</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 uploading the data from excel file into the internal table use the function modules : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        1. &lt;STRONG&gt;CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  EXPORTING  &lt;/P&gt;&lt;P&gt;        I_FILENAME                       = &amp;#145;File path&amp;#146;&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    I_TAB_CONVERTED_DATA       = &amp;#145;Actual data&amp;#146;&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;2. &lt;STRONG&gt;CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;      FILENAME                      = FILEPATH&lt;/P&gt;&lt;P&gt;      I_BEGIN_COL                 = &lt;/P&gt;&lt;P&gt;      I_BEGIN_ROW                = &lt;/P&gt;&lt;P&gt;      I_END_COL                    = &lt;/P&gt;&lt;P&gt;      I_END_ROW                   = &lt;/P&gt;&lt;P&gt;   TABLES&lt;/P&gt;&lt;P&gt;      INTERN                          =&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for updating the data to sap database use call transaction or session method.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Apr 2008 13:24:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-21T13:24:42Z</dc:date>
    <item>
      <title>BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3687575#M887964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;i hav reqirement yhat i need to transfer an excel file from legacy system and i want to update in SAP standard tables.&lt;/P&gt;&lt;P&gt;which is the best way to do?&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;rao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 10:40:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3687575#M887964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T10:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3687576#M887965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first you have to upload data from excel to internal tables using FM: ALSM_EXCEL_TO_INTERNAL_TABLE...after that you can upload data using GUI_UPLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;Dara.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 10:42:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3687576#M887965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T10:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3687577#M887966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;where should i write the function module,and the data in the excel shhet does nt hav fixed lengths.suppose i have a field by name amount :the value for amount are 304.45,4 respectively.will sap accept it?or we should give field lengths?&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;rao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 10:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3687577#M887966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T10:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3687578#M887967</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 uploading the data from excel file into the internal table use the function modules : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        1. &lt;STRONG&gt;CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  EXPORTING  &lt;/P&gt;&lt;P&gt;        I_FILENAME                       = &amp;#145;File path&amp;#146;&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    I_TAB_CONVERTED_DATA       = &amp;#145;Actual data&amp;#146;&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;2. &lt;STRONG&gt;CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;      FILENAME                      = FILEPATH&lt;/P&gt;&lt;P&gt;      I_BEGIN_COL                 = &lt;/P&gt;&lt;P&gt;      I_BEGIN_ROW                = &lt;/P&gt;&lt;P&gt;      I_END_COL                    = &lt;/P&gt;&lt;P&gt;      I_END_ROW                   = &lt;/P&gt;&lt;P&gt;   TABLES&lt;/P&gt;&lt;P&gt;      INTERN                          =&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for updating the data to sap database use call transaction or session method.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 13:24:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3687578#M887967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T13:24:42Z</dc:date>
    </item>
  </channel>
</rss>

