<?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: regarding error message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error-message/m-p/3803205#M914710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report message-id Zmsg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: test type string .&lt;/P&gt;&lt;P&gt;test = 'this is the test '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not test is initial.&lt;/P&gt;&lt;P&gt;message s000 with test .&lt;/P&gt;&lt;P&gt;else .&lt;/P&gt;&lt;P&gt;message e000 with 'enter the valid data into the string'. .&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 May 2008 08:11:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-10T08:11:37Z</dc:date>
    <item>
      <title>regarding error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error-message/m-p/3803204#M914709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;can anybody make me know how to display a string  as a error message.&lt;/P&gt;&lt;P&gt;Ex: i got a string with 'A B C' how to call that string in a error message.&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;prasanna kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 May 2008 06:59:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error-message/m-p/3803204#M914709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-10T06:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: regarding error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error-message/m-p/3803205#M914710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report message-id Zmsg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: test type string .&lt;/P&gt;&lt;P&gt;test = 'this is the test '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not test is initial.&lt;/P&gt;&lt;P&gt;message s000 with test .&lt;/P&gt;&lt;P&gt;else .&lt;/P&gt;&lt;P&gt;message e000 with 'enter the valid data into the string'. .&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 May 2008 08:11:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error-message/m-p/3803205#M914710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-10T08:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: regarding error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error-message/m-p/3803206#M914711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Goto se91 and create your message class.&lt;/P&gt;&lt;P&gt;2. give the message text and the most inportant thing put &amp;amp;1 at the place in message text where you want your string to come&lt;/P&gt;&lt;P&gt;                  for example    string is &amp;amp;1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.Goto se38 and write the following statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  message e000(zsdntest) with 'MANISH'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will print the error message as&lt;/P&gt;&lt;P&gt;  string is MANISH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can also give a variable in which string is stored using with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please reward if useful.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 May 2008 08:18:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error-message/m-p/3803206#M914711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-10T08:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: regarding error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error-message/m-p/3803207#M914712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can create a text in the report..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose you create text-001&lt;/P&gt;&lt;P&gt;text-001 = 'ERROR MESSAGE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error message with text as in text-001 can be displayed as:&lt;/P&gt;&lt;P&gt;message text-001 type E.&lt;/P&gt;&lt;P&gt;&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>Sat, 10 May 2008 08:27:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error-message/m-p/3803207#M914712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-10T08:27:32Z</dc:date>
    </item>
  </channel>
</rss>

