<?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: Display Long Text Error Message in ABAP Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-long-text-error-message-in-abap-program/m-p/9222362#M1717554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Vishnu, that helped, though we can have entirely two different message for Short Text and Long text, i am able to use the &amp;amp; and &amp;amp;V1&amp;amp; to good effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx a lot &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jan 2013 02:45:25 GMT</pubDate>
    <dc:creator>ganu_k</dc:creator>
    <dc:date>2013-01-11T02:45:25Z</dc:date>
    <item>
      <title>Display Long Text Error Message in ABAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-long-text-error-message-in-abap-program/m-p/9222360#M1717552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know if its possible to pass Long Text error message thru ABAP Program.&amp;nbsp; My scenario is I have defined a Message Class in SE91 and have placeholders &amp;amp; - for Short Text and &amp;amp;V1&amp;amp; &amp;amp;V2&amp;amp; for Long text. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Requirement is to pass from ABAP Program a Short Text Message and Detail Long Text Message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short Text Message is for the User - to be displayed on the Screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Long Text message is for details Analysis when he double clicks with details of like - which program - sysrepid and technical information for debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However now when i use the below statement, its printing all the message content in single line for the user which is confusing and not required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MESSAGE e001 &lt;SPAN class="L0S52"&gt;WITH 'Error in Processing'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gs_message-sy-repid gs_message-techdetails gs_message-contact .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;All I need to know is how to display Short Text in Screen and Long text message only on Double click??? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Plz note, I dont want to hard code long text message in SE91, as the long text message should be dynamic pointing to which section of the code is failing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Let me know if this is possible and if so how? thx &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Ganu &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 00:28:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-long-text-error-message-in-abap-program/m-p/9222360#M1717552</guid>
      <dc:creator>ganu_k</dc:creator>
      <dc:date>2013-01-11T00:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Display Long Text Error Message in ABAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-long-text-error-message-in-abap-program/m-p/9222361#M1717553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SE91, Select your message -&amp;gt; Press "Long Text" button, to enter the long text editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once inside the editor, use Edit -&amp;gt; Command -&amp;gt; Insert Command -&amp;gt; Symbols, you can enter placeholder variables like &amp;amp;V1&amp;amp;, &amp;amp;V2&amp;amp; there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you output your message using something like MESSAGE Wxxx WITH 'TEST1' 'TEST2', then &amp;amp;V1&amp;amp; will be replaced by TEST1, &amp;amp;V2&amp;amp; by TEST2 etc in the long text that you get by double clicking the message in the status bar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 02:36:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-long-text-error-message-in-abap-program/m-p/9222361#M1717553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-11T02:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Display Long Text Error Message in ABAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-long-text-error-message-in-abap-program/m-p/9222362#M1717554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Vishnu, that helped, though we can have entirely two different message for Short Text and Long text, i am able to use the &amp;amp; and &amp;amp;V1&amp;amp; to good effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx a lot &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 02:45:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-long-text-error-message-in-abap-program/m-p/9222362#M1717554</guid>
      <dc:creator>ganu_k</dc:creator>
      <dc:date>2013-01-11T02:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Display Long Text Error Message in ABAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-long-text-error-message-in-abap-program/m-p/9222363#M1717555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once a time... I created such a message with following definition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short text&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;1.&lt;/P&gt;&lt;P&gt;Long text&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/173675" /&gt;&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, 11 Jan 2013 08:28:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-long-text-error-message-in-abap-program/m-p/9222363#M1717555</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-01-11T08:28:31Z</dc:date>
    </item>
  </channel>
</rss>

