<?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 Select statement issue--urgent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-issue-urgent/m-p/2691938#M622763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need information regarding below select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT ebelp&lt;/P&gt;&lt;P&gt;           ebeln&lt;/P&gt;&lt;P&gt;           vgabe&lt;/P&gt;&lt;P&gt;           SUM( menge ) AS menge&lt;/P&gt;&lt;P&gt;           shkzg&lt;/P&gt;&lt;P&gt;      FROM ekbe&lt;/P&gt;&lt;P&gt;      INTO TABLE t_ekbe&lt;/P&gt;&lt;P&gt;     WHERE ebeln EQ t_documents-ebeln&lt;/P&gt;&lt;P&gt;       AND ebelp EQ t_documents-ebelp&lt;/P&gt;&lt;P&gt;       AND ( vgabe EQ c_1&lt;/P&gt;&lt;P&gt;        OR   vgabe EQ c_2 )&lt;/P&gt;&lt;P&gt;     GROUP by ebelp ebeln vgabe shkzg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working 4.5b version now.All the data declartion is correct.This select statement goes to Dump .when ever data is selected before the select statment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me any other choices to do same.its urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arnald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Aug 2007 10:35:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-22T10:35:23Z</dc:date>
    <item>
      <title>Select statement issue--urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-issue-urgent/m-p/2691938#M622763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need information regarding below select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT ebelp&lt;/P&gt;&lt;P&gt;           ebeln&lt;/P&gt;&lt;P&gt;           vgabe&lt;/P&gt;&lt;P&gt;           SUM( menge ) AS menge&lt;/P&gt;&lt;P&gt;           shkzg&lt;/P&gt;&lt;P&gt;      FROM ekbe&lt;/P&gt;&lt;P&gt;      INTO TABLE t_ekbe&lt;/P&gt;&lt;P&gt;     WHERE ebeln EQ t_documents-ebeln&lt;/P&gt;&lt;P&gt;       AND ebelp EQ t_documents-ebelp&lt;/P&gt;&lt;P&gt;       AND ( vgabe EQ c_1&lt;/P&gt;&lt;P&gt;        OR   vgabe EQ c_2 )&lt;/P&gt;&lt;P&gt;     GROUP by ebelp ebeln vgabe shkzg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working 4.5b version now.All the data declartion is correct.This select statement goes to Dump .when ever data is selected before the select statment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me any other choices to do same.its urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arnald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 10:35:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-issue-urgent/m-p/2691938#M622763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T10:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement issue--urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-issue-urgent/m-p/2691939#M622764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;between INTO and TABLE corresponding fields is missing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 10:39:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-issue-urgent/m-p/2691939#M622764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T10:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement issue--urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-issue-urgent/m-p/2691940#M622765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECT ebelp&lt;/P&gt;&lt;P&gt;ebeln&lt;/P&gt;&lt;P&gt;vgabe&lt;/P&gt;&lt;P&gt;SUM( menge ) AS menge&lt;/P&gt;&lt;P&gt;shkzg&lt;/P&gt;&lt;P&gt;FROM ekbe&lt;/P&gt;&lt;P&gt;INTO &amp;lt;b&amp;gt;CORRESPONDING FIELDS OF&amp;lt;/b&amp;gt; TABLE t_ekbe&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;FOR ALL ENTRIES IN t_documents&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;WHERE ebeln EQ t_documents-ebeln&lt;/P&gt;&lt;P&gt;AND ebelp EQ t_documents-ebelp&lt;/P&gt;&lt;P&gt;AND ( vgabe EQ c_1&lt;/P&gt;&lt;P&gt;OR vgabe EQ c_2 )&lt;/P&gt;&lt;P&gt;GROUP by ebelp ebeln vgabe shkzg.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 10:40:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-issue-urgent/m-p/2691940#M622765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T10:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement issue--urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-issue-urgent/m-p/2691941#M622766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi...Arnald..&lt;/P&gt;&lt;P&gt;Try this way... Runtime error may be bcoz of the Order of fields....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types : begin of st_ekbe,&lt;/P&gt;&lt;P&gt;             EBELN TYPE EKBE-EBELN,&lt;/P&gt;&lt;P&gt;             EBELPTYPE EKBE-EBELP,&lt;/P&gt;&lt;P&gt;             VGABE TYPE EKBE-VGABE,&lt;/P&gt;&lt;P&gt;             SHKZG TYPE EKBE-SHKZG,&lt;/P&gt;&lt;P&gt;             MENGE TYPE EKBE-MENGE,&lt;/P&gt;&lt;P&gt;           end of st_ekbe.&lt;/P&gt;&lt;P&gt;DATA: T_EKBE TYPE TABLE OF ST_EKBE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT &lt;/P&gt;&lt;P&gt;ebeln&lt;/P&gt;&lt;P&gt;ebelp&lt;/P&gt;&lt;P&gt;vgabe&lt;/P&gt;&lt;P&gt;shkzg&lt;/P&gt;&lt;P&gt;SUM( menge ) &lt;/P&gt;&lt;P&gt;FROM ekbe&lt;/P&gt;&lt;P&gt;INTO TABLE t_ekbe&lt;/P&gt;&lt;P&gt;WHERE ebeln EQ t_documents-ebeln&lt;/P&gt;&lt;P&gt;AND ebelp EQ t_documents-ebelp&lt;/P&gt;&lt;P&gt;AND ( vgabe EQ c_1&lt;/P&gt;&lt;P&gt;OR vgabe EQ c_2 )&lt;/P&gt;&lt;P&gt;GROUP by  ebeln  ebelp vgabe shkzg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if Helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 10:51:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-issue-urgent/m-p/2691941#M622766</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-08-22T10:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement issue--urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-issue-urgent/m-p/2691942#M622767</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 are using into table statement, the declaration of the internal table and select statement fot the fields should be same as the internal table. If you are using this internal table for further modifications. it is better to use into corresponding fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible could please let us know what is the dump you are getting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 11:00:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-issue-urgent/m-p/2691942#M622767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T11:00:52Z</dc:date>
    </item>
  </channel>
</rss>

