<?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: Messages in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/messages/m-p/5816477#M1314221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solved my problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Deepti.KK on Jun 30, 2009 7:46 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jun 2009 05:46:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-30T05:46:29Z</dc:date>
    <item>
      <title>Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/messages/m-p/5816474#M1314218</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;In a selection screen i have given payment date as mandatory.&lt;/P&gt;&lt;P&gt;Now I need to pop up a message when that payment date entered is not in the table payr.&lt;/P&gt;&lt;P&gt;The error or message format should be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Payment date &amp;amp;p_date&amp;amp; is not maintained in the table PAYR.&lt;/P&gt;&lt;P&gt;But in the message im getting &amp;amp;p_date&amp;amp; instead it should be the date entered inthe payment date parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls provide some pointers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2009 05:37:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/messages/m-p/5816474#M1314218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-30T05:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/messages/m-p/5816475#M1314219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Depthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all use proper subject, I am observing your posts from long time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to maintain the message like this in message class..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; 001   Payment date &amp;amp; is not maintained in the table PAYR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now while calling use like this.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;message e001(zz) with p_date.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the way you are using will work in scripts , not here..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2009 05:42:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/messages/m-p/5816475#M1314219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-30T05:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/messages/m-p/5816476#M1314220</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;use message class, and use the generic meesage that is message with &amp;amp;&amp;amp;&amp;amp;&amp;amp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then using text symbols call the message..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ex :  message e001(zmm) with 'Payment date' p_date ' is not maintained in the table PAYR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want u can store 'Payment date' as Text-001 .&lt;/P&gt;&lt;P&gt;                                   'is not maintained in the table PAYR' as text-002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and message as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message e001(zmm) with text-001 p_date text-002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.,&lt;/P&gt;&lt;P&gt;subash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2009 05:45:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/messages/m-p/5816476#M1314220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-30T05:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/messages/m-p/5816477#M1314221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solved my problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Deepti.KK on Jun 30, 2009 7:46 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2009 05:46:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/messages/m-p/5816477#M1314221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-30T05:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/messages/m-p/5816478#M1314222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your message declaration would be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;001 &lt;STRONG&gt;Payment data &amp;amp; not maintained&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;then your message call would be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message 001(ZZ) with p_date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2009 05:46:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/messages/m-p/5816478#M1314222</guid>
      <dc:creator>alex_m</dc:creator>
      <dc:date>2009-06-30T05:46:42Z</dc:date>
    </item>
  </channel>
</rss>

