<?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 error messgae to warning message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgae-to-warning-message/m-p/4210106#M1006055</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 have a standard error message used in a standard tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to chnage the error messgae to warning messgae .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Christina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jul 2008 06:59:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-23T06:59:03Z</dc:date>
    <item>
      <title>error messgae to warning message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgae-to-warning-message/m-p/4210106#M1006055</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 have a standard error message used in a standard tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to chnage the error messgae to warning messgae .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Christina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 06:59:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgae-to-warning-message/m-p/4210106#M1006055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T06:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: error messgae to warning message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgae-to-warning-message/m-p/4210107#M1006056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It can be done only through customizing. ABAP changes for this task means changing standard program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 06:59:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgae-to-warning-message/m-p/4210107#M1006056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T06:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: error messgae to warning message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgae-to-warning-message/m-p/4210108#M1006057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have access key of standard program than you can change it to warning message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 07:00:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgae-to-warning-message/m-p/4210108#M1006057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T07:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: error messgae to warning message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgae-to-warning-message/m-p/4210109#M1006058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First you can try in customizing: Start transaction OBA5, enter the message class and check if the message number can be selected. If yes, than you can set to warning, otherwise not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Of course the message could be set to warning, through changing the source code, but that means changing standard SAP, which is not really suggested.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 07:03:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgae-to-warning-message/m-p/4210109#M1006058</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-07-23T07:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: error messgae to warning message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgae-to-warning-message/m-p/4210110#M1006059</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;U can not amend standard error messahe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create Z... message class in Se93 and create your  message  there. Then use this message in your program&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;Anbu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 07:03:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgae-to-warning-message/m-p/4210110#M1006059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T07:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: error messgae to warning message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgae-to-warning-message/m-p/4210111#M1006060</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;Go to SPRO transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on IMG - &amp;gt;Navigate through the following path &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Supplier Relationship Management -&amp;gt; Cross- Application basic settings -&amp;gt; Message Control -&amp;gt; Influence message control (Click here)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A new window opens up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select BUS2121 (Business object)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then double click on Message control folder&lt;/P&gt;&lt;P&gt;on the left side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a new entry with &lt;/P&gt;&lt;P&gt;Mesaage class - BBP_PD &lt;/P&gt;&lt;P&gt;Msg no - 584&lt;/P&gt;&lt;P&gt;Text - Preferred delivery date cannot be kept; Earliest date: &amp;amp;&lt;/P&gt;&lt;P&gt;Type - W&lt;/P&gt;&lt;P&gt;Standard - E&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will definitely solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 07:03:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgae-to-warning-message/m-p/4210111#M1006060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T07:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: error messgae to warning message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgae-to-warning-message/m-p/4210112#M1006061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Harish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ya i tried ur logic.. but in SRM there is no path as 'Cross Application - basic settings'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u pls tell me where it is..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Christina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 10:04:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgae-to-warning-message/m-p/4210112#M1006061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T10:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: error messgae to warning message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgae-to-warning-message/m-p/4210113#M1006062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi use this.. it is possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message e000(00) display like 'I' with 'this is text '.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 10:09:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgae-to-warning-message/m-p/4210113#M1006062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T10:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: error messgae to warning message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgae-to-warning-message/m-p/4210114#M1006063</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 have done a user exit and made some changes in the include..and also i have created a include..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to include a message class in include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Christina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 06:29:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgae-to-warning-message/m-p/4210114#M1006063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T06:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: error messgae to warning message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgae-to-warning-message/m-p/4210115#M1006064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use a message from another message class by using the MESSAGE Syntax&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
MESSAGE ID id TYPE mtype NUMBER n with ...
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the exit functions include gets more complex, it is advisable to copy the involved customer function group to customers name space. In the exits include call your own function. In the newly creates function group you can assign a message class and create FORM includes as you need. This may gain a lot of transparency and make the exit maintenence-friendly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 07:16:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgae-to-warning-message/m-p/4210115#M1006064</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2008-07-29T07:16:11Z</dc:date>
    </item>
  </channel>
</rss>

