<?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: message / prevent double message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-prevent-double-message/m-p/6633477#M1442256</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;I didn't work with clear . I have same problem with tids mesage &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if &lt;U&gt;p&lt;/U&gt;days is initial .&lt;/P&gt;&lt;P&gt;    message text-003 TYPE 'E'.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem  is only in ecc6.0 not in 4.7 so i presume it has something with  unicode . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krsto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jan 2010 13:43:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-28T13:43:57Z</dc:date>
    <item>
      <title>message / prevent double message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-prevent-double-message/m-p/6633475#M1442254</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;I created small rapport  , working  very well in system  4.7 , and than I reproduced the same in  ECC 6.0. &lt;/P&gt;&lt;P&gt;This time the error messages were  displayed twice  and at the end of message there is number 9 added &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So instead " 0 line(s) deleted " ,I have message  " 0 line(s) deleted0 lines deleted9" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete  from zdocktostock where ddate &amp;lt; gv_date. &lt;/P&gt;&lt;P&gt;gv_dbcnt = sy-dbcnt. &lt;/P&gt;&lt;P&gt;concatenate gv_dbcnt text-002 into gv_message separated by space. &lt;/P&gt;&lt;P&gt;Message gv_message type 'S' .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2010 13:25:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-prevent-double-message/m-p/6633475#M1442254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-28T13:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: message / prevent double message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-prevent-double-message/m-p/6633476#M1442255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;delete from zdocktostock where ddate &amp;lt; gv_date.
gv_dbcnt = sy-dbcnt.
CLEAR gv_message. " Add this line
concatenate gv_dbcnt text-002 into gv_message separated by space.
Message gv_message type 'S'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2010 13:29:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-prevent-double-message/m-p/6633476#M1442255</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-01-28T13:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: message / prevent double message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-prevent-double-message/m-p/6633477#M1442256</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;I didn't work with clear . I have same problem with tids mesage &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if &lt;U&gt;p&lt;/U&gt;days is initial .&lt;/P&gt;&lt;P&gt;    message text-003 TYPE 'E'.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem  is only in ecc6.0 not in 4.7 so i presume it has something with  unicode . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krsto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2010 13:43:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-prevent-double-message/m-p/6633477#M1442256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-28T13:43:57Z</dc:date>
    </item>
  </channel>
</rss>

