<?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 with two lines in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-two-lines/m-p/2126721#M446613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not possible,, but you can try the long text option for a message &amp;amp; put in how many number of lines you want.. Pl check this &amp;lt;a href="http://help.sap.com/saphelp_47x200/helpdata/EN/d1/801b3e454211d189710000e8322d00/frameset.htm"&amp;gt;SAP Help&amp;lt;/a&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2007 17:29:45 GMT</pubDate>
    <dc:creator>suresh_datti</dc:creator>
    <dc:date>2007-04-11T17:29:45Z</dc:date>
    <item>
      <title>message with two lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-two-lines/m-p/2126719#M446611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;I would like to give error message into my program.&lt;/P&gt;&lt;P&gt;In se91 i have created messages &amp;amp;1 &amp;amp;2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i display message into two lines?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message should be like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is first line..&lt;/P&gt;&lt;P&gt;This is second line..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE e000 WITH 'This is first line' &amp;amp; 'This is second line..'&lt;/P&gt;&lt;P&gt;is not giving in two lines...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 17:24:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-two-lines/m-p/2126719#M446611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T17:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: message with two lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-two-lines/m-p/2126720#M446612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/EN/d1/801b3e454211d189710000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/EN/d1/801b3e454211d189710000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this may help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SKJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 17:29:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-two-lines/m-p/2126720#M446612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T17:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: message with two lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-two-lines/m-p/2126721#M446613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not possible,, but you can try the long text option for a message &amp;amp; put in how many number of lines you want.. Pl check this &amp;lt;a href="http://help.sap.com/saphelp_47x200/helpdata/EN/d1/801b3e454211d189710000e8322d00/frameset.htm"&amp;gt;SAP Help&amp;lt;/a&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 17:29:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-two-lines/m-p/2126721#M446613</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-04-11T17:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: message with two lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-two-lines/m-p/2126722#M446614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi kaki,&lt;/P&gt;&lt;P&gt;          i dont y u want to display messages in 2 lines... anyhow try this way&lt;/P&gt;&lt;P&gt;   if ( condition )  &lt;/P&gt;&lt;P&gt;        MESSAGE e000.&lt;/P&gt;&lt;P&gt;        MESSAGE e001.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward point if this helps u&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 17:47:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-two-lines/m-p/2126722#M446614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T17:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: message with two lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-two-lines/m-p/2126723#M446615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello kaki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; There might a workaround to display both messages at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; After the messages are created in SE91,&lt;/P&gt;&lt;P&gt; 1&amp;gt; For the first message. Read table &amp;lt;b&amp;gt;T100&amp;lt;/b&amp;gt; using fields SPRSL , ARBGB &amp;amp; MSGNR and get your Message Text and store in a variable.&lt;/P&gt;&lt;P&gt; 2&amp;gt; Repeat the above step fro the second message as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Call function module '&amp;lt;b&amp;gt;POPUP_TO_DECIDE_INFO&amp;lt;/b&amp;gt;' and pass the two messages retrieved from the above to the fields TEXTLINE1 &amp;amp; TEXTLINE2.&lt;/P&gt;&lt;P&gt;Your messages will be displayed as Information message.&lt;/P&gt;&lt;P&gt;If you intend to display as error message, Exit from the program or go back to you previous screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Kindly reward points, if it helped.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 19:24:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-two-lines/m-p/2126723#M446615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T19:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: message with two lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-two-lines/m-p/2126724#M446616</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 FM: POPUP_TO_DISPLAY_TEXT Create a dialog box in which you display a two line message .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 20:11:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-with-two-lines/m-p/2126724#M446616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T20:11:49Z</dc:date>
    </item>
  </channel>
</rss>

