<?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 display problem (SE91) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-display-problem-se91/m-p/1155949#M118865</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi prabhakar ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: p type i value '2',&lt;/P&gt;&lt;P&gt;      q type i value '3',&lt;/P&gt;&lt;P&gt;      r type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      r = p + q.&lt;/P&gt;&lt;P&gt;      if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;      message i999(zsv) with text-001 text-002 text-003 text-004.&lt;/P&gt;&lt;P&gt;      write:/ r.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the changes are , see u can define text-001 upto 132 characters but in the poppu it is giving u only 50 as the length .&lt;/P&gt;&lt;P&gt;now if u can declare text-001 upto 50 char's&lt;/P&gt;&lt;P&gt;                     text-002 upto 50 &lt;/P&gt;&lt;P&gt;                     text-003 upto 50&lt;/P&gt;&lt;P&gt;                     text-004 upto 50 chars can be given so it covers 200 char's instead.&lt;/P&gt;&lt;P&gt;now if u can split ur message into this format u can go for it i suppose .&lt;/P&gt;&lt;P&gt;remember u can give only 4 text elements after 'with' in a message id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have done the execution  it is coming out fine.u try try and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye .&lt;/P&gt;&lt;P&gt;vijay.&lt;/P&gt;&lt;P&gt;any more info plz mail me .&lt;/P&gt;&lt;P&gt;vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Feb 2006 09:45:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-21T09:45:45Z</dc:date>
    <item>
      <title>Message display problem (SE91)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-display-problem-se91/m-p/1155941#M118857</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;&lt;/P&gt;&lt;P&gt;I am writing a FM, there i want to display a message by using the statement &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;message w002(ZMSG).&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here in the message i want to display as &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Sy-uname is exist&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;if appropriate condition satisfies. For this how can we display sy-uname at begining of message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also i want to know it accepts 50 characters message only, how can i extend it to more means 120 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know, it is very urgent.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 07:27:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-display-problem-se91/m-p/1155941#M118857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-21T07:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Message display problem (SE91)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-display-problem-se91/m-p/1155942#M118858</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;  Ur message(002) should have place holders (&amp;amp;).&lt;/P&gt;&lt;P&gt;  Use long text for more chars. (OR)&lt;/P&gt;&lt;P&gt;  U can give more place holders. U declare&lt;/P&gt;&lt;P&gt;  your message with say 3 holders . (&amp;amp; &amp;amp; &amp;amp;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  message w002 with sy-uname 'is exist'.&lt;/P&gt;&lt;P&gt;  If U want to give more than 50 chars.&lt;/P&gt;&lt;P&gt;  Give text elements.&lt;/P&gt;&lt;P&gt;  messabe w002 with text-001 text-002 text-003&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;GSR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srinivas Reddy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 07:35:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-display-problem-se91/m-p/1155942#M118858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-21T07:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Message display problem (SE91)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-display-problem-se91/m-p/1155943#M118859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data: p type i value '2',&lt;/P&gt;&lt;P&gt;      q type i value '3',&lt;/P&gt;&lt;P&gt;      r type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      r = p + q.&lt;/P&gt;&lt;P&gt;      if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;      message i999(zsv) with  sy-uname 'is exist'.&lt;/P&gt;&lt;P&gt;      write:/ r.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just check this code &lt;/P&gt;&lt;P&gt;viajy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 07:36:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-display-problem-se91/m-p/1155943#M118859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-21T07:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Message display problem (SE91)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-display-problem-se91/m-p/1155944#M118860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am writing the relevant message in Message class (SE91)i.e., (SY-Uname Exist)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my message length is 120 characters long but system allowed message is 50 char only. how can i increase the length of the message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate an earlier help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 07:44:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-display-problem-se91/m-p/1155944#M118860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-21T07:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Message display problem (SE91)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-display-problem-se91/m-p/1155945#M118861</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;Declare your message as text element , here you can give upto 132 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like :xxxxxxxxxxxxx&amp;amp;xxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then take one string variable and pass text element text and replace &amp;amp; value, then raise message,system will allow messages upto 132 characters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 08:01:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-display-problem-se91/m-p/1155945#M118861</guid>
      <dc:creator>Laxmana_Appana_</dc:creator>
      <dc:date>2006-02-21T08:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Message display problem (SE91)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-display-problem-se91/m-p/1155946#M118862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can use &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;message ... WITH f1 ... f4&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Only the first 50 characters of any field will be displayed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Got this info from SAP help. Do an F1 help in the keyword MEssage u can get this info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then for ur first question if u have used an existing message id then choose the mess no with &amp;amp;&amp;amp;. Then u can speicfy using ur text elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MESSGAE W001 WITH sy-uname text-001.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer this &amp;lt;b&amp;gt;DEMO_MESSAGES&amp;lt;/b&amp;gt; program to know more about messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reward points and close the thread if ur problem got solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Judith Jessie Selvi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 08:09:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-display-problem-se91/m-p/1155946#M118862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-21T08:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Message display problem (SE91)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-display-problem-se91/m-p/1155947#M118863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi , u can do the following easy method to display a message.&lt;/P&gt;&lt;P&gt;give the message class with MESSAGE-ID statement in the report and&lt;/P&gt;&lt;P&gt;give the message as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;MESSAGE sy-uname 'is exist' type 'W'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 08:18:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-display-problem-se91/m-p/1155947#M118863</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-02-21T08:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Message display problem (SE91)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-display-problem-se91/m-p/1155948#M118864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rao,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You use the FM called: POPUP_TO_DISPLAY_TEXT_LO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code sample:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'POPUP_TO_DISPLAY_TEXT_LO'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;          titel        = 'Title'&lt;/P&gt;&lt;P&gt;          textline1    = 'Msg 1'&lt;/P&gt;&lt;P&gt;          textline2    =  'Msg 1 contiue'&lt;/P&gt;&lt;P&gt;          textline3    =  'Msg 1 continue...'&lt;/P&gt;&lt;P&gt;          start_column = 10&lt;/P&gt;&lt;P&gt;          start_row    = 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this FM u will be able to give more than 120 character .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont forget to reward points if answer is helpful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 08:33:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-display-problem-se91/m-p/1155948#M118864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-21T08:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Message display problem (SE91)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-display-problem-se91/m-p/1155949#M118865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi prabhakar ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: p type i value '2',&lt;/P&gt;&lt;P&gt;      q type i value '3',&lt;/P&gt;&lt;P&gt;      r type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      r = p + q.&lt;/P&gt;&lt;P&gt;      if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;      message i999(zsv) with text-001 text-002 text-003 text-004.&lt;/P&gt;&lt;P&gt;      write:/ r.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the changes are , see u can define text-001 upto 132 characters but in the poppu it is giving u only 50 as the length .&lt;/P&gt;&lt;P&gt;now if u can declare text-001 upto 50 char's&lt;/P&gt;&lt;P&gt;                     text-002 upto 50 &lt;/P&gt;&lt;P&gt;                     text-003 upto 50&lt;/P&gt;&lt;P&gt;                     text-004 upto 50 chars can be given so it covers 200 char's instead.&lt;/P&gt;&lt;P&gt;now if u can split ur message into this format u can go for it i suppose .&lt;/P&gt;&lt;P&gt;remember u can give only 4 text elements after 'with' in a message id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have done the execution  it is coming out fine.u try try and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye .&lt;/P&gt;&lt;P&gt;vijay.&lt;/P&gt;&lt;P&gt;any more info plz mail me .&lt;/P&gt;&lt;P&gt;vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 09:45:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-display-problem-se91/m-p/1155949#M118865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-21T09:45:45Z</dc:date>
    </item>
  </channel>
</rss>

