<?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 as yellow error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-as-yellow-error/m-p/1750159#M325258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select &amp;lt;fileds&amp;gt; from kna1 into table it_kna1&lt;/P&gt;&lt;P&gt;                        where &amp;lt; where clause&amp;gt;.&lt;/P&gt;&lt;P&gt;if sy-subrc is initial.&lt;/P&gt;&lt;P&gt;  message  ur text message'  type 'W'. &lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;  select &amp;lt;fields&amp;gt; from lfa1 into table it_lfa1&lt;/P&gt;&lt;P&gt;                        where &amp;lt;where clause&amp;gt;.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sujatha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Dec 2006 06:20:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-19T06:20:26Z</dc:date>
    <item>
      <title>message as yellow error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-as-yellow-error/m-p/1750153#M325252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to know abt message in report. I am fetching the records from two different database table i.e. kna1 &amp;amp; lfa1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose I am not getting the data for kna1 but the data is available for lfa1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My req. is like if no data is available for kna1 then information message should be display in status bar as yellow error &amp;amp; if my user press enter then it will go for lfa1 detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anybody will tell me what i can do for this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reply me asap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 06:08:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-as-yellow-error/m-p/1750153#M325252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T06:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: message as yellow error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-as-yellow-error/m-p/1750154#M325253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Neha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "yellow" message is not an error but a &amp;lt;b&amp;gt;warning&amp;lt;/b&amp;gt;, e.g.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF ( &amp;lt;kna1 entry is not found&amp;gt; ).
  MESSAGE 'KNA1 entry not found for no. ...' TYPE 'W'.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 06:10:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-as-yellow-error/m-p/1750154#M325253</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-12-19T06:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: message as yellow error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-as-yellow-error/m-p/1750155#M325254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if no data is available for kna1 then give a warning message not information message ,it wil then show up in the status bar and if user press enter the code will go to next step..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it clarifies the issue.&lt;/P&gt;&lt;P&gt;pls reward points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 06:10:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-as-yellow-error/m-p/1750155#M325254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T06:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: message as yellow error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-as-yellow-error/m-p/1750156#M325255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to use warning message type for yellow colour error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that is type W.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like message W001(zspd).&lt;/P&gt;&lt;P&gt;here zspd is the message class(create in se91) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check sy-subrc value for displaying message i.e. if 0 successful else show the msg when you r fetching data from kna1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 06:12:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-as-yellow-error/m-p/1750156#M325255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T06:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: message as yellow error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-as-yellow-error/m-p/1750157#M325256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi use like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message w000(message id) with 'message text'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 06:12:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-as-yellow-error/m-p/1750157#M325256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T06:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: message as yellow error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-as-yellow-error/m-p/1750158#M325257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write your messge like this and check the difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; FORMAT COLOR 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE message name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORMAT COLOR OFF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 06:19:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-as-yellow-error/m-p/1750158#M325257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T06:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: message as yellow error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-as-yellow-error/m-p/1750159#M325258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select &amp;lt;fileds&amp;gt; from kna1 into table it_kna1&lt;/P&gt;&lt;P&gt;                        where &amp;lt; where clause&amp;gt;.&lt;/P&gt;&lt;P&gt;if sy-subrc is initial.&lt;/P&gt;&lt;P&gt;  message  ur text message'  type 'W'. &lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;  select &amp;lt;fields&amp;gt; from lfa1 into table it_lfa1&lt;/P&gt;&lt;P&gt;                        where &amp;lt;where clause&amp;gt;.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sujatha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 06:20:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-as-yellow-error/m-p/1750159#M325258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T06:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: message as yellow error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-as-yellow-error/m-p/1750160#M325259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc is initial.&lt;/P&gt;&lt;P&gt;Pls replace the above sentence with the below sentence.&lt;/P&gt;&lt;P&gt;if sy-subrc is &amp;lt;b&amp;gt;not&amp;lt;/b&amp;gt; initial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 06:23:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-as-yellow-error/m-p/1750160#M325259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T06:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: message as yellow error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-as-yellow-error/m-p/1750161#M325260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with message type 'W' but I am getting the message in red color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i put the message type 'I' the message should display in pop-up window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to display my message in yellow color in status bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the above suggestions are not working but thanks for all reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you pls suggest me another solution??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 06:26:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-as-yellow-error/m-p/1750161#M325260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T06:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: message as yellow error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-as-yellow-error/m-p/1750162#M325261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually if u specify it as W it should work.Please check whther in some other place u might have given as E.check the message number u r using.if u used multiple times then u need to take care for all times.So make all as W and check..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reagrds,&lt;/P&gt;&lt;P&gt;nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 06:33:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-as-yellow-error/m-p/1750162#M325261</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2006-12-19T06:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: message as yellow error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-as-yellow-error/m-p/1750163#M325262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use code liek thiis - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: pa0001,pa0002,ZGILL_MAIN.&lt;/P&gt;&lt;P&gt;Start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single  * from ZGILL_MAIN where pernr = '01100001&lt;/P&gt;&lt;P&gt;if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;message W016(rp) with 'no data found'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 06:33:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-as-yellow-error/m-p/1750163#M325262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T06:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: message as yellow error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-as-yellow-error/m-p/1750164#M325263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the coding is like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from kna1 into table lt_kna1 where land1 in s_land1.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;*processing&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;message w001(zmsg).&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still the warning message is displaying in green color. I wanted to see that message in yellow color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could u suggest me another options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 07:40:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-as-yellow-error/m-p/1750164#M325263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T07:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: message as yellow error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-as-yellow-error/m-p/1750165#M325264</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;Warning messages will be yellow in colour.&lt;/P&gt;&lt;P&gt;Anyway,try this status message.&lt;/P&gt;&lt;P&gt;message s001(zmsg).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 07:48:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-as-yellow-error/m-p/1750165#M325264</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2006-12-19T07:48:29Z</dc:date>
    </item>
  </channel>
</rss>

