<?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: Problem with information message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-information-message/m-p/3844623#M924338</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 this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: g_strg type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;g_strg = i_messages3-message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 May 2008 07:09:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-20T07:09:30Z</dc:date>
    <item>
      <title>Problem with information message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-information-message/m-p/3844618#M924333</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 this code below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         IF i_messages3-type = c_error.&lt;/P&gt;&lt;P&gt;         MESSAGE i000 WITH i_messages3-message.&lt;/P&gt;&lt;P&gt;           EXIT.&lt;/P&gt;&lt;P&gt;         ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when there is an error message, the whole sentence of the message is not displayed properly,,, it is cut-off... message 000 for the message class is assigned with &amp;amp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of displaying "No default value maintained for op. generation for 999 (mat 999000)", it only shows "No default value maintained for op. generation for".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the problem with this??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 05:26:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-information-message/m-p/3844618#M924333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T05:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with information message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-information-message/m-p/3844619#M924334</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&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No default value maintained for op. generation for &amp;amp;1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;andl also check the value of i_messages3-message and c_error at run time.&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;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 05:36:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-information-message/m-p/3844619#M924334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T05:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with information message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-information-message/m-p/3844620#M924335</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 this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF i_messages3-type = c_error.&lt;/P&gt;&lt;P&gt;MESSAGE i000 WITH i_messages3-message &lt;STRONG&gt;matnr&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;EXIT.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 05:36:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-information-message/m-p/3844620#M924335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T05:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with information message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-information-message/m-p/3844621#M924336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the value at runtime for i_messages3-message  is  "No default value maintained for op. generation for 999 (mat 999000)",... but the actual message is only "No default value maintained for op. generation"...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will the below code work? Since i_messages3-message is type to char with 220 characters...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          IF i_messages3 IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;             MESSAGE i000 WITH i_messages3-message(220).&lt;/P&gt;&lt;P&gt;             EXIT.&lt;/P&gt;&lt;P&gt;         ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 05:46:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-information-message/m-p/3844621#M924336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T05:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with information message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-information-message/m-p/3844622#M924337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;the probs is, &lt;/P&gt;&lt;P&gt;there is some limited sentence only avail for message class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think only 50 Char only u can give...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try for some limited sentence&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 05:47:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-information-message/m-p/3844622#M924337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T05:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with information message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-information-message/m-p/3844623#M924338</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 this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: g_strg type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;g_strg = i_messages3-message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 07:09:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-information-message/m-p/3844623#M924338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T07:09:30Z</dc:date>
    </item>
  </channel>
</rss>

