<?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 statement is not working? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-statement-is-not-working/m-p/3131345#M743880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE: E029(zpom_001) WITH st_hrp1001-objid(8) st_hrp1001-endda(8).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Nov 2007 14:39:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-20T14:39:26Z</dc:date>
    <item>
      <title>Message statement is not working?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-statement-is-not-working/m-p/3131343#M743878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to place a message in the following method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's defined like this:&lt;/P&gt;&lt;P&gt;Position &amp;amp; cannot be delimited because the position is occupied until &amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is in the program:&lt;/P&gt;&lt;P&gt;MESSAGE: s029(zpom_001) WITH st_hrp1001-objid(8) st_hrp1001-endda(8), display like 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I inserted the (display like 'E' ) in so I can get the RED 'X' error message.  If I take out the display like 'E', it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the following error: &lt;/P&gt;&lt;P&gt;Three-digit error number XXX required in the "MESSAGE EXXX..." statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help you can give?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 14:35:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-statement-is-not-working/m-p/3131343#M743878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T14:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Message statement is not working?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-statement-is-not-working/m-p/3131344#M743879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using like this&lt;/P&gt;&lt;P&gt;st_hrp1001-objid+0(8)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 14:36:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-statement-is-not-working/m-p/3131344#M743879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T14:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Message statement is not working?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-statement-is-not-working/m-p/3131345#M743880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE: E029(zpom_001) WITH st_hrp1001-objid(8) st_hrp1001-endda(8).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 14:39:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-statement-is-not-working/m-p/3131345#M743880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T14:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Message statement is not working?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-statement-is-not-working/m-p/3131346#M743881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;c if u r giving s029 then u cant display like E..&lt;/P&gt;&lt;P&gt;So if u want the RED 'X' error message then write as &lt;/P&gt;&lt;P&gt;MESSAGE: &amp;lt;b&amp;gt;E&amp;lt;/b&amp;gt;029(zpom_001) WITH st_hrp1001-objid(8) st_hrp1001-endda(8).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try dis ..hope dis helps..&lt;/P&gt;&lt;P&gt;Reward if it does&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 14:40:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-statement-is-not-working/m-p/3131346#M743881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T14:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Message statement is not working?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-statement-is-not-working/m-p/3131347#M743882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That did not work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I remove the part of the message (  Display like 'E' )  it works......  But if I want to get a RED X error message, what would I do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JeffG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 14:40:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-statement-is-not-working/m-p/3131347#M743882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T14:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Message statement is not working?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-statement-is-not-working/m-p/3131348#M743883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That will give me the pop-up error message but they want the message on the bottom of the screen with the red x message.    If I take of the &amp;amp; parameters then the Display like E works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 14:43:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-statement-is-not-working/m-p/3131348#M743883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T14:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Message statement is not working?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-statement-is-not-working/m-p/3131349#M743884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message S398(00) &amp;lt;b&amp;gt;DISPLAY LIKE  'E'&amp;lt;/b&amp;gt; with sy-msgv1 sy-msgv2 ' ' ' ' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 14:44:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-statement-is-not-working/m-p/3131349#M743884</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-20T14:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Message statement is not working?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-statement-is-not-working/m-p/3131350#M743885</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;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE: E029(zpom_001) WITH st_hrp1001-objid(8) st_hrp1001-endda(8) type 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 14:46:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-statement-is-not-working/m-p/3131350#M743885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T14:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Message statement is not working?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-statement-is-not-working/m-p/3131351#M743886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jeff,&lt;/P&gt;&lt;P&gt;then try like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE: E029(zpom_001) display like 'E' WITH st_hrp1001-objid(8) st_hrp1001-endda(8).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 14:48:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-statement-is-not-working/m-p/3131351#M743886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T14:48:41Z</dc:date>
    </item>
  </channel>
</rss>

