<?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 Class with several variables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class-with-several-variables/m-p/12586414#M2009795</link>
    <description>&lt;P&gt;try transaction ABAPDOCU and enter MESSAGE  (select ABAP message)&lt;/P&gt;&lt;P&gt;you will find the correct syntax to use with several variables (4 at max)&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jun 2022 11:06:25 GMT</pubDate>
    <dc:creator>FredericGirod</dc:creator>
    <dc:date>2022-06-15T11:06:25Z</dc:date>
    <item>
      <title>Message Class with several variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class-with-several-variables/m-p/12586413#M2009794</link>
      <description>&lt;P&gt;I have create a message class to pop up if there is an error.&lt;/P&gt;
  &lt;P&gt;&lt;SUP&gt;i have two way i want to solve...&lt;/SUP&gt;&lt;/P&gt;
  &lt;P&gt;&lt;SUP&gt;I would if the conditions i am asking isn't true i can't allow the program to move foward...&lt;/SUP&gt;&lt;/P&gt;
  &lt;P&gt;&lt;SUP&gt;And i would to know if it is possible to have two variable in the message?&lt;/SUP&gt;&lt;/P&gt;
  &lt;P&gt;&lt;SUP&gt;&lt;BR /&gt;&lt;/SUP&gt;&lt;/P&gt;
  &lt;P&gt;&lt;SUP&gt;hers is the part of the code&lt;/SUP&gt;&lt;/P&gt;
  &lt;P&gt;&lt;SUP&gt;Thanks you&lt;/SUP&gt;&lt;/P&gt;
  &lt;P&gt;&lt;SUP&gt;if P_long = 0 OR P_larg = 0.&lt;/SUP&gt;&lt;/P&gt;
  &lt;P&gt;&lt;SUP&gt;Message I001(Zmp) with p_vol and with p_val.&lt;/SUP&gt;&lt;/P&gt;
  &lt;P&gt;&lt;SUP&gt;else.&lt;/SUP&gt;&lt;/P&gt;
  &lt;P&gt;&lt;SUP&gt;Message I002(zmp).&lt;/SUP&gt;&lt;/P&gt;
  &lt;P&gt;&lt;SUP&gt;endif. &lt;/SUP&gt;&lt;/P&gt;
  &lt;P&gt;&lt;SUP&gt;&lt;BR /&gt;&lt;/SUP&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 10:47:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class-with-several-variables/m-p/12586413#M2009794</guid>
      <dc:creator>d4xtian</dc:creator>
      <dc:date>2022-06-15T10:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Message Class with several variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class-with-several-variables/m-p/12586414#M2009795</link>
      <description>&lt;P&gt;try transaction ABAPDOCU and enter MESSAGE  (select ABAP message)&lt;/P&gt;&lt;P&gt;you will find the correct syntax to use with several variables (4 at max)&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 11:06:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class-with-several-variables/m-p/12586414#M2009795</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-06-15T11:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Message Class with several variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class-with-several-variables/m-p/12586415#M2009796</link>
      <description>&lt;P&gt;A "message class" can't have variables, but a "message" can.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 11:28:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class-with-several-variables/m-p/12586415#M2009796</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-06-15T11:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Message Class with several variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class-with-several-variables/m-p/12586416#M2009797</link>
      <description>&lt;UL&gt;&lt;LI&gt;SE80: Look at message statement &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abapmessage.htm"&gt;online documentation (or F1)&lt;/A&gt; look for &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/abapmessage.htm#!ABAP_ADDITION_2@2@"&gt;WITH dobj1 ... dobj4&lt;/A&gt; (remove the 'and with' of your pseudo-code)&lt;/LI&gt;&lt;LI&gt;SE91: Just define 1-4 &lt;A href="https://help.sap.com/docs/search?q=Maintaining%20Messages%20variables%20&amp;amp;locale=en-US&amp;amp;format=standard,html,pdf,others"&gt;placeholders&lt;/A&gt; in message, class+id, short text (&amp;amp;1 &amp;amp;2 ... or &amp;amp; &amp;amp;...) and long text (&amp;amp;V1&amp;amp;, &amp;amp;V2&amp;amp;,...) for 0-4 variables .&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 15 Jun 2022 12:47:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class-with-several-variables/m-p/12586416#M2009797</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2022-06-15T12:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Message Class with several variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class-with-several-variables/m-p/12586417#M2009798</link>
      <description>&lt;P&gt;At the message class, if you want to display more variables (up to 4 variables), you need to add : &amp;amp;1 &amp;amp;2 &amp;amp;3 &amp;amp;4 corresponding to the variables 1 2 3 4&lt;/P&gt;&lt;P&gt;Goto: SE91 or Se80 to display Message Class.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2059449-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 03:17:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class-with-several-variables/m-p/12586417#M2009798</guid>
      <dc:creator>former_member808116</dc:creator>
      <dc:date>2022-06-16T03:17:06Z</dc:date>
    </item>
  </channel>
</rss>

