<?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 System messages in class method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-messages-in-class-method/m-p/2829722#M662222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I developed my program in OO but I'm having problem with displaying any system messages more than 50 characters. I had a message class and in 1 of the message, I had &amp;amp; &amp;amp; &amp;amp; &amp;amp;. But whatever I try to pass in, the message still cut off at 50 characters. Any help is greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Sep 2007 01:40:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-19T01:40:09Z</dc:date>
    <item>
      <title>System messages in class method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-messages-in-class-method/m-p/2829722#M662222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I developed my program in OO but I'm having problem with displaying any system messages more than 50 characters. I had a message class and in 1 of the message, I had &amp;amp; &amp;amp; &amp;amp; &amp;amp;. But whatever I try to pass in, the message still cut off at 50 characters. Any help is greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 01:40:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-messages-in-class-method/m-p/2829722#M662222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T01:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: System messages in class method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-messages-in-class-method/m-p/2829723#M662223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;message text maximum charcters are 73 ,you can display maximum 73 charcters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you are using &amp;amp; Symbol ( Dynamically you are passing the values),this value might be reached 73 charcters so it is cut off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to display complete text then better to use pop up Function module,pass what ever text here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 02:09:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-messages-in-class-method/m-p/2829723#M662223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T02:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: System messages in class method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-messages-in-class-method/m-p/2829724#M662224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is, it cut off at the 50th character, not 73.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 02:31:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-messages-in-class-method/m-p/2829724#M662224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T02:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: System messages in class method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-messages-in-class-method/m-p/2829725#M662225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tested now it is working fine upto 73 charcters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure can you check &amp;amp;  -&amp;gt; how many charcters contains ,this may be issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for testing purpose just use one message upto 73 chacters then use message class in your program ( Here do not use &amp;amp; symbols).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 02:59:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-messages-in-class-method/m-p/2829725#M662225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T02:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: System messages in class method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-messages-in-class-method/m-p/2829726#M662226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand now. I'm actually building my messages and store into a variable. Then, I pass this variable to the placeholder &amp;amp;. Is this the reason it only display 50 characters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 08:14:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-messages-in-class-method/m-p/2829726#M662226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T08:14:41Z</dc:date>
    </item>
  </channel>
</rss>

