<?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 for long text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-for-long-text/m-p/4574855#M1079430</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the message class of the current report.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT zrgstst MESSAGE-ID zfsm.

CALL FUNCTION 'AQ_INT_SHOW_MESSAGE_AS_POPUP'
     EXPORTING
          message_class  = 'ZFSM'
          message_number = '000'
          message_type   = 'E'.

MESSAGE ID 'ZFSM' TYPE 'E' NUMBER '000'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Oct 2008 09:11:05 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2008-10-07T09:11:05Z</dc:date>
    <item>
      <title>error message for long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-for-long-text/m-p/4574848#M1079423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello gurus,&lt;/P&gt;&lt;P&gt;   I want to display long error &lt;/P&gt;&lt;P&gt;message like&lt;/P&gt;&lt;P&gt; "A BBD is missing on the semi-finished batches to be consumed. This data is required to calculate the BBD of the manufactured product. Check the SF batches before releasing the order again.."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so can you please tell me the procedure for displaying in pop up window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have tried.&lt;/P&gt;&lt;P&gt;message gv_mesg type 'E' DISPLAY LIKE 'I'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it gives up pop  window heading error but information icon but i want error red icon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 07:37:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-for-long-text/m-p/4574848#M1079423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T07:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: error message for long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-for-long-text/m-p/4574849#M1079424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Just try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message gv_mesg type 'E' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Madhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 07:49:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-for-long-text/m-p/4574849#M1079424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T07:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: error message for long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-for-long-text/m-p/4574850#M1079425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;refer:&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="thread" id="95972"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 07:52:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-for-long-text/m-p/4574850#M1079425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T07:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: error message for long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-for-long-text/m-p/4574851#M1079426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;try like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message  gv_msg type 'I' display like 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharani&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: seethaRamaiah bharani on Oct 7, 2008 9:55 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 07:55:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-for-long-text/m-p/4574851#M1079426</guid>
      <dc:creator>BH2408</dc:creator>
      <dc:date>2008-10-07T07:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: error message for long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-for-long-text/m-p/4574852#M1079427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to call a function module like &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AQ_INT_SHOW_MESSAGE_AS_POPUP&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and then issue the error with a &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;message gv_mesg type 'E' .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 07:56:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-for-long-text/m-p/4574852#M1079427</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-10-07T07:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: error message for long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-for-long-text/m-p/4574853#M1079428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try like&lt;/P&gt;&lt;P&gt;if the condition is not satisfied&lt;/P&gt;&lt;P&gt;call screen 100 starting at 10 10 ending at 50 50.&lt;/P&gt;&lt;P&gt;then click on the screen 100&lt;/P&gt;&lt;P&gt;there you can insert the text in layout&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 08:01:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-for-long-text/m-p/4574853#M1079428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T08:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: error message for long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-for-long-text/m-p/4574854#M1079429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Thanks for your help. but can you please tell me that what can i give for message class &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'AQ_INT_SHOW_MESSAGE_AS_POPUP'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  POPUP_POS_X                  = 5&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  POPUP_POS_Y                  = 5&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    message_class                = &lt;/P&gt;&lt;P&gt;    message_number               =&lt;/P&gt;&lt;P&gt;    message_type                 = &lt;/P&gt;&lt;P&gt;    MESSAGE_VAR1                 = &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MESSAGE_VAR2                 =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MESSAGE_VAR3                 =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MESSAGE_VAR4                 =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  INTERNAL_ERROR               = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MESSAGE_DOES_NOT_EXIST       = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                       = 3&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here can you tell me values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 08:50:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-for-long-text/m-p/4574854#M1079429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T08:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: error message for long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-for-long-text/m-p/4574855#M1079430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the message class of the current report.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT zrgstst MESSAGE-ID zfsm.

CALL FUNCTION 'AQ_INT_SHOW_MESSAGE_AS_POPUP'
     EXPORTING
          message_class  = 'ZFSM'
          message_number = '000'
          message_type   = 'E'.

MESSAGE ID 'ZFSM' TYPE 'E' NUMBER '000'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 09:11:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-for-long-text/m-p/4574855#M1079430</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-10-07T09:11:05Z</dc:date>
    </item>
  </channel>
</rss>

