<?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: error message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3115425#M739761</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjana,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;                This is Kiran Kumar.G.(working in SAP).I will develop a small code for u ok. please follow the below steps.Those steps will solve ur problem ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u r satisfy with my answer plz give me REWARD POINTS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     HAVE A NICE DAY..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEPS:&lt;/P&gt;&lt;P&gt;1. DOUBLE CLICK ON "ZMSG".( THE CODE WHICH I MENTIONED BELOW).IT WILL TAKE S U TO SE91 T.CODE.&lt;/P&gt;&lt;P&gt;IN THAT WE HAVE TO MENTION SOME SHORT DESCRIPTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.CLICK MESSAGE TABSTRIP, IN "E000" FILED WE HAVE TO PLACE UR MESSAGE.AND DONT FORGET TO &amp;lt;b&amp;gt;&amp;lt;u&amp;gt;ACTIVATE&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt; THAT SCREEN.&lt;/P&gt;&lt;P&gt;AND EXECUTE THE PROGRAM AND UR PROBLEM WILL BE SOLVED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CODE:&lt;/P&gt;&lt;P&gt;**************************************************************************************&lt;/P&gt;&lt;P&gt;REPORT ZREPRORT  MESSAGE-ID ' ZMSG'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MESSAGE e000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;************************************************************************************&lt;/P&gt;&lt;P&gt;note: if we double click on e000.if it takes to se91 screen ur logic is correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Nov 2007 11:09:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-27T11:09:13Z</dc:date>
    <item>
      <title>error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3115421#M739757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus,&lt;/P&gt;&lt;P&gt;i am using the below stmt.&lt;/P&gt;&lt;P&gt;message e000 with 'Please Enter The file path'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it says message id needs to be created.&lt;/P&gt;&lt;P&gt;when i created the message class in se91  as zmsg.&lt;/P&gt;&lt;P&gt;it still gives the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can some one help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 21:16:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3115421#M739757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-26T21:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3115422#M739758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use this message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MESSAGE E398(00) WITH 'Please Enter The file path'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you need to modify you statment like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message e000(ZMSG) with 'Please Enter The file path'.&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;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 21:19:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3115422#M739758</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-26T21:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3115423#M739759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sanjana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this : MESSAGE E000(zmsg) WITH 'Please Enter The file path'.  Also make sure that the message 000 in zmsg has &amp;amp;&amp;amp;&amp;amp;&amp;amp; present in it.  &amp;amp; act as a a place holder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saket Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 21:24:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3115423#M739759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-26T21:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3115424#M739760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can use the below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT &amp;lt;REPORTNAME&amp;gt; MESSAGE-ID &amp;lt;MESSAGE CLASS&amp;gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;MESSAGE &amp;lt;MESSAGE TYPE&amp;gt;MESSAGE NUMBER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg. REPORT ZANKIT MESSAGE-ID 'ZANKIT_MSG'.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;MESSAGE E000.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 09:17:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3115424#M739760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-27T09:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3115425#M739761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjana,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;                This is Kiran Kumar.G.(working in SAP).I will develop a small code for u ok. please follow the below steps.Those steps will solve ur problem ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u r satisfy with my answer plz give me REWARD POINTS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     HAVE A NICE DAY..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEPS:&lt;/P&gt;&lt;P&gt;1. DOUBLE CLICK ON "ZMSG".( THE CODE WHICH I MENTIONED BELOW).IT WILL TAKE S U TO SE91 T.CODE.&lt;/P&gt;&lt;P&gt;IN THAT WE HAVE TO MENTION SOME SHORT DESCRIPTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.CLICK MESSAGE TABSTRIP, IN "E000" FILED WE HAVE TO PLACE UR MESSAGE.AND DONT FORGET TO &amp;lt;b&amp;gt;&amp;lt;u&amp;gt;ACTIVATE&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt; THAT SCREEN.&lt;/P&gt;&lt;P&gt;AND EXECUTE THE PROGRAM AND UR PROBLEM WILL BE SOLVED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CODE:&lt;/P&gt;&lt;P&gt;**************************************************************************************&lt;/P&gt;&lt;P&gt;REPORT ZREPRORT  MESSAGE-ID ' ZMSG'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MESSAGE e000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;************************************************************************************&lt;/P&gt;&lt;P&gt;note: if we double click on e000.if it takes to se91 screen ur logic is correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 11:09:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3115425#M739761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-27T11:09:13Z</dc:date>
    </item>
  </channel>
</rss>

