<?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: Appending to a Message statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-to-a-message-statement/m-p/1345754#M174238</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IN se91 create a message:(say message number is 999)&lt;/P&gt;&lt;P&gt;CORRECT METER READING UNIT,THE POSTCODE STARTS WITH &amp;amp; TYPE 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in prog call the message:&lt;/P&gt;&lt;P&gt;message i999 with v_var.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 May 2006 10:21:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-15T10:21:15Z</dc:date>
    <item>
      <title>Appending to a Message statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-to-a-message-statement/m-p/1345751#M174235</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; I have to display a message, with a variable field, shown down as 'XXXX'. How do I append the variable string XXXX to the message.&lt;/P&gt;&lt;P&gt;str = 'XXXX'.&lt;/P&gt;&lt;P&gt;I have to append str(variable string) to the Message display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt;&lt;/P&gt;&lt;P&gt;MESSAGE 'CORRECT METER READING UNIT,THE POSTCODE STARTS WITH XXXX' TYPE 'I'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx...&lt;/P&gt;&lt;P&gt;Pradipta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 10:16:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-to-a-message-statement/m-p/1345751#M174235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T10:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Appending to a Message statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-to-a-message-statement/m-p/1345752#M174236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in message class (in se91)&lt;/P&gt;&lt;P&gt;as below&lt;/P&gt;&lt;P&gt;100   &amp;amp;1&amp;amp;2&amp;amp;3&amp;amp;4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;str = 'yourvalue'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now u can use&lt;/P&gt;&lt;P&gt;MESSAGE  e100 with 'CORRECT METER READING UNIT,THE POSTCODE STARTS WITH' &amp;lt;b&amp;gt; str&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 10:20:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-to-a-message-statement/m-p/1345752#M174236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T10:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Appending to a Message statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-to-a-message-statement/m-p/1345753#M174237</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;you need to have a message with a place holder.&lt;/P&gt;&lt;P&gt;In se91 you create a message like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales order &amp;amp;1 created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, when you want to use this, MESSAGE 100(ss) with '1000'.&lt;/P&gt;&lt;P&gt;Now the message will be Sales order 1000 created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you need to do the same thing. You can have multiple place holders in your message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 10:20:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-to-a-message-statement/m-p/1345753#M174237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T10:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Appending to a Message statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-to-a-message-statement/m-p/1345754#M174238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IN se91 create a message:(say message number is 999)&lt;/P&gt;&lt;P&gt;CORRECT METER READING UNIT,THE POSTCODE STARTS WITH &amp;amp; TYPE 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in prog call the message:&lt;/P&gt;&lt;P&gt;message i999 with v_var.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 10:21:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-to-a-message-statement/m-p/1345754#M174238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T10:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Appending to a Message statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-to-a-message-statement/m-p/1345755#M174239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data: dynmessage(1000) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dynmessage = 'Test' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate 'Correct meter readin the post code starts with' dynmessage into dynmessage .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE i398(00) WITH dynmessage .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 10:21:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-to-a-message-statement/m-p/1345755#M174239</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-05-15T10:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Appending to a Message statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-to-a-message-statement/m-p/1345756#M174240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;DATA str(255) TYPE c.
DATA c_xxxx(10).

c_xxxx = xxxx.

CONCATENATE 'CORRECT METER READING UNIT,THE POSTCODE STARTS WITH' c_xxxx
  INTO str SEPARATED BY space.

MESSAGE str TYPE 'I'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 10:21:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-to-a-message-statement/m-p/1345756#M174240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T10:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Appending to a Message statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-to-a-message-statement/m-p/1345757#M174241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a message (100) with &amp;amp; &amp;amp; &amp;amp; &amp;amp; in your message class.. meaning you can pass 4 variables to the message.. and you can use it as &lt;/P&gt;&lt;P&gt;message i100 with 'CORRECT METER READING UNIT,THE POSTCODE STARTS WITH' xxxx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a limitation on the no of chars to be displayed in a message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 10:23:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-to-a-message-statement/m-p/1345757#M174241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T10:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Appending to a Message statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-to-a-message-statement/m-p/1345758#M174242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can display as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Message i000 WITH text-001 &amp;amp;str .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;text-001 contains CORRECT METER READING UNIT,THE POSTCODE STARTS WITH &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;str contains the number that may vary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;000 is the message number with &amp;amp; &amp;amp; &amp;amp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help you, if not revert back.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 10:29:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-to-a-message-statement/m-p/1345758#M174242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T10:29:44Z</dc:date>
    </item>
  </channel>
</rss>

