<?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 dump in delete data to server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-delete-data-to-server/m-p/1027408#M82776</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;i tried to delete data from the server&lt;/P&gt;&lt;P&gt;like the following:&lt;/P&gt;&lt;P&gt;  COMMIT&lt;/P&gt;&lt;P&gt;EXEC SQL.&lt;/P&gt;&lt;P&gt; ENDEXEC.&lt;/P&gt;&lt;P&gt;DELETE FROM OrderedSuppliedReport@MobideoGlidot&lt;/P&gt;&lt;P&gt; ENDEXEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have problem if i don't write correct the name of the server the program dump &lt;/P&gt;&lt;P&gt;how can i catch the expression and that the program will not dump&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Dec 2005 12:52:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-13T12:52:38Z</dc:date>
    <item>
      <title>dump in delete data to server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-delete-data-to-server/m-p/1027408#M82776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;i tried to delete data from the server&lt;/P&gt;&lt;P&gt;like the following:&lt;/P&gt;&lt;P&gt;  COMMIT&lt;/P&gt;&lt;P&gt;EXEC SQL.&lt;/P&gt;&lt;P&gt; ENDEXEC.&lt;/P&gt;&lt;P&gt;DELETE FROM OrderedSuppliedReport@MobideoGlidot&lt;/P&gt;&lt;P&gt; ENDEXEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have problem if i don't write correct the name of the server the program dump &lt;/P&gt;&lt;P&gt;how can i catch the expression and that the program will not dump&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2005 12:52:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-delete-data-to-server/m-p/1027408#M82776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-13T12:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: dump in delete data to server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-delete-data-to-server/m-p/1027409#M82777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;COMMIT
EXEC SQL.
ENDEXEC.
DELETE FROM OrderedSuppliedReport@MobideoGlidot
ENDEXEC.
if sy-subrc &amp;lt;&amp;gt; 0.
message..
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2005 12:56:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-delete-data-to-server/m-p/1027409#M82777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-13T12:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: dump in delete data to server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-delete-data-to-server/m-p/1027410#M82778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yossi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can modify something like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    EXEC SQL.&lt;/P&gt;&lt;P&gt;      select * FROM OrderedSuppliedReport@MobideoGlidot&lt;/P&gt;&lt;P&gt;    ENDEXEC.&lt;/P&gt;&lt;P&gt;    if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    EXEC SQL.&lt;/P&gt;&lt;P&gt;      DELETE FROM OrderedSuppliedReport@MobideoGlidot&lt;/P&gt;&lt;P&gt;    ENDEXEC.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2005 12:59:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-delete-data-to-server/m-p/1027410#M82778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-13T12:59:09Z</dc:date>
    </item>
  </channel>
</rss>

