<?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 problem with MESSAGE text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-message-text/m-p/1310805#M161752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i have this code.&lt;/P&gt;&lt;P&gt;    MESSAGE i000(ZD) WITH v_msg.&lt;/P&gt;&lt;P&gt;where v_msg is a variable with value &lt;/P&gt;&lt;P&gt;'cant find barcode.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i run the program i get this message.&lt;/P&gt;&lt;P&gt;'I:ZD:000 Cant find barcode'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my problem is this. i want my message to contain only these words 'Cant find barcode'. how can i elliminate this word 'I:ZD:000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 May 2006 06:20:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-09T06:20:10Z</dc:date>
    <item>
      <title>problem with MESSAGE text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-message-text/m-p/1310805#M161752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i have this code.&lt;/P&gt;&lt;P&gt;    MESSAGE i000(ZD) WITH v_msg.&lt;/P&gt;&lt;P&gt;where v_msg is a variable with value &lt;/P&gt;&lt;P&gt;'cant find barcode.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i run the program i get this message.&lt;/P&gt;&lt;P&gt;'I:ZD:000 Cant find barcode'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my problem is this. i want my message to contain only these words 'Cant find barcode'. how can i elliminate this word 'I:ZD:000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 06:20:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-message-text/m-p/1310805#M161752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T06:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: problem with MESSAGE text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-message-text/m-p/1310806#M161753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i don't think  it  is possible...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE i000(ZD) WITH v_msg.&lt;/P&gt;&lt;P&gt;IT  REPRESENT THE DISCRIPTION OF MESSAGE TYPE......&lt;/P&gt;&lt;P&gt;I--&amp;gt;information message&lt;/P&gt;&lt;P&gt;000--&amp;gt;message no&lt;/P&gt;&lt;P&gt;ZD--&amp;gt;message class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 06:23:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-message-text/m-p/1310806#M161753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T06:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: problem with MESSAGE text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-message-text/m-p/1310807#M161754</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;Check in the message ID ZD whether the message no contains &amp;amp; &amp;amp; so that u can pass your own messgae otherwise it will give some error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the proper message number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this solves ur problem reward and clsoe the thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 06:24:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-message-text/m-p/1310807#M161754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T06:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: problem with MESSAGE text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-message-text/m-p/1310808#M161755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jesus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. use this kind of syntax,&lt;/P&gt;&lt;P&gt;   then this extra words at the beginning won't appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. message 'abc' type 'I'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 06:26:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-message-text/m-p/1310808#M161755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T06:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: problem with MESSAGE text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-message-text/m-p/1310809#M161756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the following works in ur code, it works in some versions. declare message id with report statement&lt;/P&gt;&lt;P&gt;report abd message id zd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE 'cant find barcode' type 'i'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 06:28:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-message-text/m-p/1310809#M161756</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-05-09T06:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: problem with MESSAGE text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-message-text/m-p/1310810#M161757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi pal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error occurs when you have not defined the message 000 in your message id ZD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you double click on the message id 'ZD' and get into to it, check if you have defined the message number '000' and activated the same. Also give the text "Can't find Barcode" within this.&lt;/P&gt;&lt;P&gt;Although it sounds a simple thing to do, this is the reason for that error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do let me know if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gayathri N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 06:38:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-message-text/m-p/1310810#M161757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T06:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: problem with MESSAGE text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-message-text/m-p/1310811#M161758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Might be you have defined the message in your development server ( se91 ) and not transported that to  the server on which you are testing it .  so check the same with se91 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Siddharth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 06:53:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-message-text/m-p/1310811#M161758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T06:53:24Z</dc:date>
    </item>
  </channel>
</rss>

