<?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 is there a tool to view SQL statement execution result? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-tool-to-view-sql-statement-execution-result/m-p/3571646#M859689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a tool to view  SQL statement execution result? suppose i type 'select * into wa_bseg from bseg up to 10',and the tool will return the result to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hunger for ur advice and thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Mar 2008 08:24:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-21T08:24:45Z</dc:date>
    <item>
      <title>is there a tool to view SQL statement execution result?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-tool-to-view-sql-statement-execution-result/m-p/3571646#M859689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a tool to view  SQL statement execution result? suppose i type 'select * into wa_bseg from bseg up to 10',and the tool will return the result to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hunger for ur advice and thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2008 08:24:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-tool-to-view-sql-statement-execution-result/m-p/3571646#M859689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-21T08:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: is there a tool to view SQL statement execution result?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-tool-to-view-sql-statement-execution-result/m-p/3571647#M859690</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; goto the tcode st05...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will give the performance over the select statements..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2008 08:26:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-tool-to-view-sql-statement-execution-result/m-p/3571647#M859690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-21T08:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: is there a tool to view SQL statement execution result?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-tool-to-view-sql-statement-execution-result/m-p/3571648#M859691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi liu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check that at runtime while debugging&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all you have to do is provide a breakpoint at your select statement and then provide the table name in your debugging tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will get all the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2008 08:28:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-tool-to-view-sql-statement-execution-result/m-p/3571648#M859691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-21T08:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: is there a tool to view SQL statement execution result?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-tool-to-view-sql-statement-execution-result/m-p/3571649#M859692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Liu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sure you can by usisg ABAP Debuger to view your SQL statement execution result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ztest.&lt;/P&gt;&lt;P&gt;data: it_bseg type TABLE OF bseg WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;start-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  BREAK-POINT.   "it will be switched to debug mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT *  into TABLE it_bseg&lt;/P&gt;&lt;P&gt;           FROM bseg UP TO 10 ROWS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LOOP at it_bseg.&lt;/P&gt;&lt;P&gt;      write:/1 it_bseg-belnr.&lt;/P&gt;&lt;P&gt; ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you execute program it will be switched to debug mode and you can view your your SQL statement execution result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sayan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2008 08:40:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-tool-to-view-sql-statement-execution-result/m-p/3571649#M859692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-21T08:40:46Z</dc:date>
    </item>
  </channel>
</rss>

