<?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: Messages in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/messages/m-p/1782594#M337222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a created a Message-id ABC, with message as 001 and description as&lt;/P&gt;&lt;P&gt;'Data Saved with Document No'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the programe I have written in the Save part as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              MESSAGE I006 WITH WA_DOCNO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(The WA_DOC NO is the variable in which the document number is stored.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, kindly explain me how to write the code with the above details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Dec 2006 10:59:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-22T10:59:00Z</dc:date>
    <item>
      <title>Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/messages/m-p/1782591#M337219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a form.  When I save the form, I want to display the document number in the status bar.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly guide me as to how to do the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA.&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;Mark K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 10:40:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/messages/m-p/1782591#M337219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T10:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/messages/m-p/1782592#M337220</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;when your form output is generated that time you want to display the document number?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you mean by "When I save the form, "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 10:45:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/messages/m-p/1782592#M337220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T10:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/messages/m-p/1782593#M337221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To get the message in the status bar, you have to use the following syntax.&lt;/P&gt;&lt;P&gt;message s001(&amp;lt;message class name&amp;gt;) with v_document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In se91 for your message class, you should have already defined a message with number 001 with an &amp;amp; as a place holder.&lt;/P&gt;&lt;P&gt;001: Document &amp;amp; is saved&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 10:45:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/messages/m-p/1782593#M337221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T10:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/messages/m-p/1782594#M337222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a created a Message-id ABC, with message as 001 and description as&lt;/P&gt;&lt;P&gt;'Data Saved with Document No'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the programe I have written in the Save part as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              MESSAGE I006 WITH WA_DOCNO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(The WA_DOC NO is the variable in which the document number is stored.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, kindly explain me how to write the code with the above details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 10:59:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/messages/m-p/1782594#M337222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T10:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/messages/m-p/1782595#M337223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your message class abc for message number 006 add something like this&lt;/P&gt;&lt;P&gt;006:--- Data Saved with Document No  &amp;lt;i&amp;gt;&amp;amp;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your program&lt;/P&gt;&lt;P&gt;MESSAGE I006(ABC) WITH WA_DOCNO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 11:06:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/messages/m-p/1782595#M337223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T11:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/messages/m-p/1782596#M337224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Message-id ABC, with message as 001 and description as&lt;/P&gt;&lt;P&gt;'Data Saved with Document No'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U have written this , but if u want to print the doc no. also write the description of 001 as follows&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Data Saved with Document No &amp;amp;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then u will get u r required result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 11:08:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/messages/m-p/1782596#M337224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T11:08:25Z</dc:date>
    </item>
  </channel>
</rss>

