<?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: Updateing excel sheet in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/updateing-excel-sheet/m-p/4451180#M1055392</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think The short dump occurs because of output length, check the data type and length of FASLN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;correct your select statement as bellow &lt;/P&gt;&lt;P&gt;SELECT  count( distinct FASLN ) INTO s FROM ZRPFORMA1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or correct data type and lenght oif variable S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Sep 2008 08:29:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-15T08:29:11Z</dc:date>
    <item>
      <title>Updateing excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updateing-excel-sheet/m-p/4451178#M1055390</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 have got a task to write my BDC program such tht my end user will update the excel sheet using BDC Txcode as he updates the data in his local machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this the logic that i have used is i have selected my maximum value from my table and that i have holded i a local variable and that local variable i have assigned in my begin of row. But it is taking me to RUN time error.&lt;/P&gt;&lt;P&gt;My code...&lt;/P&gt;&lt;P&gt;data: SL TYPE I,&lt;/P&gt;&lt;P&gt;         S TYPE I.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SL = 0.&lt;/P&gt;&lt;P&gt;S = 0.&lt;/P&gt;&lt;P&gt;SELECT MAX( FASLN ) INTO S FROM ZRPFORMA1.&lt;/P&gt;&lt;P&gt;SL = S + 1 .&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 = P_FNAME&lt;/P&gt;&lt;P&gt;      i_begin_col = 1&lt;/P&gt;&lt;P&gt;      i_begin_row = SL&lt;/P&gt;&lt;P&gt;      i_end_col = 44&lt;/P&gt;&lt;P&gt;      i_end_row = 5&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      intern = IT_FILE_UPLOAD&lt;/P&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;where u can see i have assigned SL in the begin of my row, i want to know whether this is correct or wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 06:45:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updateing-excel-sheet/m-p/4451178#M1055390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-15T06:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Updateing excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updateing-excel-sheet/m-p/4451179#M1055391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it will be correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 08:10:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updateing-excel-sheet/m-p/4451179#M1055391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-15T08:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Updateing excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updateing-excel-sheet/m-p/4451180#M1055392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think The short dump occurs because of output length, check the data type and length of FASLN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;correct your select statement as bellow &lt;/P&gt;&lt;P&gt;SELECT  count( distinct FASLN ) INTO s FROM ZRPFORMA1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or correct data type and lenght oif variable S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 08:29:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updateing-excel-sheet/m-p/4451180#M1055392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-15T08:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Updateing excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updateing-excel-sheet/m-p/4451181#M1055393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Close.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 15:17:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updateing-excel-sheet/m-p/4451181#M1055393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T15:17:08Z</dc:date>
    </item>
  </channel>
</rss>

