<?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 in a string in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-a-string/m-p/5791062#M1309916</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, look at MESSAGE online help by pressing F1 on your source editor or at [MESSAGE|http://help.sap.com/abapdocu/en/ABAPMESSAGE.htm], [MESSAGE - message_options|http://help.sap.com/abapdocu/en/ABAPMESSAGE_OPTIONS.htm], [INTO text |http://help.sap.com/abapdocu/en/ABAPMESSAGE_OPTIONS.htm#!ABAP_ADDITION_3@3@]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jun 2009 08:22:52 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2009-06-19T08:22:52Z</dc:date>
    <item>
      <title>MESSAGE in a string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-a-string/m-p/5791059#M1309913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;at the return of a fm I have something like that:&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MESSAGE ID sy-msgid TYPE 'E' NUMBER sy-msgno
            WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know if is it possible to store the value of the message that is gonna be on video on a variable.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;gabriele&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2009 07:59:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-a-string/m-p/5791059#M1309913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-19T07:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: MESSAGE in a string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-a-string/m-p/5791060#M1309914</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 the addition INTO &amp;lt;variable&amp;gt; to construct the message and store it in a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2009 08:01:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-a-string/m-p/5791060#M1309914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-19T08:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: MESSAGE in a string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-a-string/m-p/5791061#M1309915</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;  DATA mtext TYPE string. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno &lt;/P&gt;&lt;P&gt;                INTO mtext &lt;/P&gt;&lt;P&gt;                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thilotham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2009 08:16:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-a-string/m-p/5791061#M1309915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-19T08:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: MESSAGE in a string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-a-string/m-p/5791062#M1309916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, look at MESSAGE online help by pressing F1 on your source editor or at [MESSAGE|http://help.sap.com/abapdocu/en/ABAPMESSAGE.htm], [MESSAGE - message_options|http://help.sap.com/abapdocu/en/ABAPMESSAGE_OPTIONS.htm], [INTO text |http://help.sap.com/abapdocu/en/ABAPMESSAGE_OPTIONS.htm#!ABAP_ADDITION_3@3@]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2009 08:22:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-in-a-string/m-p/5791062#M1309916</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-06-19T08:22:52Z</dc:date>
    </item>
  </channel>
</rss>

