<?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 Internal Tables issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-issue/m-p/4950581#M1154367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;             This is more of a mixed question between ABAP and BI.  I am trying ot create an internal table and then fill it with the incoming load.  Can someone tell me how to do that including declarations?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;RG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Dec 2008 16:34:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-17T16:34:34Z</dc:date>
    <item>
      <title>Internal Tables issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-issue/m-p/4950581#M1154367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;             This is more of a mixed question between ABAP and BI.  I am trying ot create an internal table and then fill it with the incoming load.  Can someone tell me how to do that including declarations?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;RG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 16:34:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-issue/m-p/4950581#M1154367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T16:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Tables issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-issue/m-p/4950582#M1154368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REPORT ZdataFromExcel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of itable occurs 0,&lt;/P&gt;&lt;P&gt;variable1 type char20,&lt;/P&gt;&lt;P&gt;variable2 type char20,&lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_UPLOAD'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;FILENAME = 'C:/myfile.xls'&lt;/P&gt;&lt;P&gt;FILETYPE = 'ASC'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;DATA_TAB = itable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-SUBRC 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO &lt;/P&gt;&lt;P&gt;WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4. &lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itable.&lt;/P&gt;&lt;P&gt;write: /10 itable-var1, 30 itable-var2.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 16:46:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-issue/m-p/4950582#M1154368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T16:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Tables issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-issue/m-p/4950583#M1154369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but I fail to understand in this code, where you are putting data into internal table from datapack?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;RG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 18:18:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-tables-issue/m-p/4950583#M1154369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T18:18:45Z</dc:date>
    </item>
  </channel>
</rss>

