<?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: Passing Variable in message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-variable-in-message/m-p/4790169#M1121975</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MESSAGE 'Invoice numer is &amp;amp;' TYPE 'I' WITH NUMBER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;General:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE 'Text &amp;amp;1 &amp;amp;2 &amp;amp;3' TYPE 'I' WITH VAR1 VAR2 VAR3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Amit Gupta on Nov 18, 2008 9:38 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Nov 2008 08:38:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-18T08:38:05Z</dc:date>
    <item>
      <title>Passing Variable in message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-variable-in-message/m-p/4790168#M1121974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;In the syntax MESSAGE 'Invoice No is' TYPE 'I'.&lt;/P&gt;&lt;P&gt;how can i pass the number of the invoice number generated.This is saved in a variable NUMBER.&lt;/P&gt;&lt;P&gt;If I write MESSAGE 'Invoice No is'  &amp;amp;NUMBER&amp;amp; TYPE 'I'. it throws a syntax error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz let me know.&lt;/P&gt;&lt;P&gt;Rahul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 08:36:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-variable-in-message/m-p/4790168#M1121974</guid>
      <dc:creator>rahul2000</dc:creator>
      <dc:date>2008-11-18T08:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Variable in message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-variable-in-message/m-p/4790169#M1121975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MESSAGE 'Invoice numer is &amp;amp;' TYPE 'I' WITH NUMBER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;General:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE 'Text &amp;amp;1 &amp;amp;2 &amp;amp;3' TYPE 'I' WITH VAR1 VAR2 VAR3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Amit Gupta on Nov 18, 2008 9:38 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 08:38:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-variable-in-message/m-p/4790169#M1121975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-18T08:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Variable in message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-variable-in-message/m-p/4790170#M1121976</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;MESSAGE ID mid TYPE mtype NUMBER num.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 08:38:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-variable-in-message/m-p/4790170#M1121976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-18T08:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Variable in message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-variable-in-message/m-p/4790171#M1121977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all create a message class,(say ztest) by going to SE91.&lt;/P&gt;&lt;P&gt;Then enter against message number 000 ( or against any number ), &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Invoice No is &amp;amp;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then go back to your code... and write the following command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
MESSAGE i000(ztest) WITH number.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vishnu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 08:49:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-variable-in-message/m-p/4790171#M1121977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-18T08:49:27Z</dc:date>
    </item>
  </channel>
</rss>

