<?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: select from internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-internal-table/m-p/1107088#M105078</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;I have done it using loop.&lt;/P&gt;&lt;P&gt;   Radka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Nov 2005 11:23:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-14T11:23:07Z</dc:date>
    <item>
      <title>select from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-internal-table/m-p/1107082#M105072</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 need to select data from some internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : wa_vcera type /BIC/ASUSP00 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"VCERA" is not defined in the ABAP Dictionary as a table, projection view, or database view.&lt;/P&gt;&lt;P&gt;What should I do? &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;   Radka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 11:03:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-internal-table/m-p/1107082#M105072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T11:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: select from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-internal-table/m-p/1107083#M105073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot SELECT data from an internal table. you can get the data from which meets specific conditions from one internal table to another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, how are you getting the data populated in this internal table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 11:06:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-internal-table/m-p/1107083#M105073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T11:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: select from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-internal-table/m-p/1107084#M105074</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;You can also use SELECT for table view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 11:09:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-internal-table/m-p/1107084#M105074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T11:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: select from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-internal-table/m-p/1107085#M105075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Radka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If you want to process itab records you can loop at itab or you can read the records.&lt;/P&gt;&lt;P&gt; You declared work area not a internal table, it cant hold multiple records.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; Can you please bit clear?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siri.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srilatha T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 11:09:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-internal-table/m-p/1107085#M105075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T11:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: select from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-internal-table/m-p/1107086#M105076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Radka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  what type is this '/BIC/ASUSP00' ???? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  When i checked out in the Dictionary, I am unable to find it???&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Kam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 11:10:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-internal-table/m-p/1107086#M105076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T11:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: select from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-internal-table/m-p/1107087#M105077</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;If you define&lt;/P&gt;&lt;P&gt;data : wa_vcera type /BIC/ASUSP00 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then wa_vcera is thw workarea referring to the table or structure /BIC/ASUSP00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you selected data from database table and populated it into your internal table,then you can read the data from the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reward points by clicking the star on the left of reply,if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 11:12:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-internal-table/m-p/1107087#M105077</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-11-14T11:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: select from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-internal-table/m-p/1107088#M105078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;I have done it using loop.&lt;/P&gt;&lt;P&gt;   Radka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 11:23:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-internal-table/m-p/1107088#M105078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T11:23:07Z</dc:date>
    </item>
  </channel>
</rss>

