<?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: Error Message Long Text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-long-text/m-p/3150405#M749131</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;kindly tell me what u have written in the text-symbol TEXT-025..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Dec 2007 11:03:52 GMT</pubDate>
    <dc:creator>former_member404244</dc:creator>
    <dc:date>2007-12-24T11:03:52Z</dc:date>
    <item>
      <title>Error Message Long Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-long-text/m-p/3150399#M749125</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;In one of the programs that we have written using SE38, we have made a validation in the event AT SELECTION-SCREEN ON s_bukrs as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF c_4000 IN s_bukrs.&lt;/P&gt;&lt;P&gt;    MESSAGE e074 WITH text-025.&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This validation is working fine. Whenever the user inputs company code 4000 on the selection  sceen, we get a popup with the error message (Custom error message). On this popup is a question mark icon. When I click on the question mark icon, a new window (performance assistant)opens with the same error message and the message class name and the message id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what we want is that this new window which opens on the click of the question mark icon, should have some additional description, after the messsage class and message id details. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have tried adding the additional text in the message id long text, but we are not able to see the long text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 10:15:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-long-text/m-p/3150399#M749125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T10:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message Long Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-long-text/m-p/3150400#M749126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be the problem is with the Language Maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try This.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF c_4000 IN s_bukrs.&lt;/P&gt;&lt;P&gt;MESSAGE e074 WITH 'Error Description'.&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;&lt;STRONG&gt;Awrd Points if useful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bhupal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 10:22:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-long-text/m-p/3150400#M749126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T10:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message Long Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-long-text/m-p/3150401#M749127</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;The code which u have mentioned will give error message in the below status bar...where u r getting the popup message, u didn't paste that code...I hope u might be maintaining the message class for the message to be dispalyed....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly post the full code ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 10:29:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-long-text/m-p/3150401#M749127</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-12-24T10:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message Long Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-long-text/m-p/3150402#M749128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The message class is mentioned right at the beginning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  XXXXXXXXXXXXXXX NO STANDARD PAGE HEADING&lt;/P&gt;&lt;P&gt;                                       MESSAGE-ID YYYYYYYYYY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 10:38:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-long-text/m-p/3150402#M749128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T10:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message Long Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-long-text/m-p/3150403#M749129</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF c_4000 IN s_bukrs.&lt;/P&gt;&lt;P&gt;MESSAGE e074(specify the message class).&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;Regards,&lt;/P&gt;&lt;P&gt;nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 10:45:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-long-text/m-p/3150403#M749129</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-12-24T10:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message Long Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-long-text/m-p/3150404#M749130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nagaraj.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the message id 74 in message class, XXXXXXXXX, only has placeholders ????. Thats why its important that we pass the text symbols. In this case how do we display the extra text that we want to display in the performance assistant window?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 10:54:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-long-text/m-p/3150404#M749130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T10:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message Long Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-long-text/m-p/3150405#M749131</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;kindly tell me what u have written in the text-symbol TEXT-025..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 11:03:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-long-text/m-p/3150405#M749131</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-12-24T11:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message Long Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-long-text/m-p/3150406#M749132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try This.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When u got the Performance Assistant Window, Click on the 'EDIT DOCUMENTATION' icon on it. It leads to a scripting window. There u can enter some more information as u wish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Awrd Poits if useful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bhupal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 11:04:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-long-text/m-p/3150406#M749132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T11:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message Long Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-long-text/m-p/3150407#M749133</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;I have the follwoing text in the text symbol TEXT-025.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please remove Company Code 4000 from selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have also have tried the Edit Documentation option, but whatever we write there, its not displayed in the performance assistant window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 12:02:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-long-text/m-p/3150407#M749133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T12:02:23Z</dc:date>
    </item>
  </channel>
</rss>

