<?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 Report Message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-message/m-p/1764115#M330534</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the basic steps to get a message when there are no transactions for a custom gl report is run. I need the date Header&lt;/P&gt;&lt;P&gt;message "there are no documents".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Dec 2006 05:44:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-04T05:44:25Z</dc:date>
    <item>
      <title>Report Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-message/m-p/1764115#M330534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the basic steps to get a message when there are no transactions for a custom gl report is run. I need the date Header&lt;/P&gt;&lt;P&gt;message "there are no documents".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 05:44:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-message/m-p/1764115#M330534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T05:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Report Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-message/m-p/1764116#M330535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Getting a message is simple:&lt;/P&gt;&lt;P&gt;message e000(zz) with 'No Documents'.&lt;/P&gt;&lt;P&gt;The pre requisite is that you should have defined a message class in se91 with name zz and a message 000 should be defined in the message class. the message 000 should have an '&amp;amp;' '&amp;amp;' '&amp;amp;' '&amp;amp;'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 05:46:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-message/m-p/1764116#M330535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T05:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Report Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-message/m-p/1764117#M330536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramudu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose you are trying to extract the records in internal table &amp;lt;itab&amp;gt;, statement like below can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF NOT &amp;lt;itab&amp;gt; IS INITIAL.
    message i000(01) with 'No Documents found'.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that this can help only incase of Online Processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 05:48:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-message/m-p/1764117#M330536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T05:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Report Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-message/m-p/1764118#M330537</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;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Message 'There are No Documents' TYPE 'S'.         "status bar messge

Message 'There are No Documents' TYPE 'E'.         "Error messge&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 05:48:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-message/m-p/1764118#M330537</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-12-04T05:48:35Z</dc:date>
    </item>
  </channel>
</rss>

