<?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: Changing message type from Warning to Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-message-type-from-warning-to-error/m-p/2605258#M596981</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;&amp;lt;b&amp;gt;u have to specify the error as E261&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz dont forget to reward points if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jul 2007 10:35:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-25T10:35:42Z</dc:date>
    <item>
      <title>Changing message type from Warning to Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-message-type-from-warning-to-error/m-p/2605257#M596980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;How I can change message type from Warning to Error?&lt;/P&gt;&lt;P&gt;Message details are as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message class : CK&lt;/P&gt;&lt;P&gt;Message no. : 261&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sagar Deolalikar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 10:33:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-message-type-from-warning-to-error/m-p/2605257#M596980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T10:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Changing message type from Warning to Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-message-type-from-warning-to-error/m-p/2605258#M596981</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;&amp;lt;b&amp;gt;u have to specify the error as E261&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz dont forget to reward points if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 10:35:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-message-type-from-warning-to-error/m-p/2605258#M596981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T10:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Changing message type from Warning to Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-message-type-from-warning-to-error/m-p/2605259#M596982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U have to change it in program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U might have use &lt;/P&gt;&lt;P&gt;message w261(CK).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace it with &lt;/P&gt;&lt;P&gt;message e261(CK).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 10:36:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-message-type-from-warning-to-error/m-p/2605259#M596982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T10:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Changing message type from Warning to Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-message-type-from-warning-to-error/m-p/2605260#M596983</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;Message type is actually specified in the Program where you are calling the Message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax: &lt;/P&gt;&lt;P&gt;  MESSAGE E261(CK)  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MESSAGE ID CK NUMBER 261 TYPE E.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if useful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 10:37:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-message-type-from-warning-to-error/m-p/2605260#M596983</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-07-25T10:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Changing message type from Warning to Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-message-type-from-warning-to-error/m-p/2605261#M596984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Message E261(CK) convert to  Message W261(CK).&lt;/P&gt;&lt;P&gt;this message type can be change from program.Message type didn't define in any transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 10:38:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-message-type-from-warning-to-error/m-p/2605261#M596984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T10:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Changing message type from Warning to Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-message-type-from-warning-to-error/m-p/2605262#M596985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ravish,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;But this message is used in standard SAP program.&lt;/P&gt;&lt;P&gt;How we can change this from W261 to E261.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 10:40:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-message-type-from-warning-to-error/m-p/2605262#M596985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T10:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Changing message type from Warning to Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-message-type-from-warning-to-error/m-p/2605263#M596986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;You need to modify the standard SAP Program, for which you need to have the access key&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;You can also make a copy of the Standard Report and then make the necessary changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 10:57:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-message-type-from-warning-to-error/m-p/2605263#M596986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T10:57:53Z</dc:date>
    </item>
  </channel>
</rss>

