<?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: Dynamically creating Message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-creating-message/m-p/1369398#M182193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;to get the message type&lt;/P&gt;&lt;P&gt;message s000 with 'TRAINING ID' &amp;lt;ID NO.&amp;gt; 'HAS BEEN CREATED'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to get the message at the bottom, give it as a success message. and to get a popup give it as an information message. 'i000' instead of 'e000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aswin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 May 2006 09:39:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-16T09:39:29Z</dc:date>
    <item>
      <title>Dynamically creating Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-creating-message/m-p/1369394#M182189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a custom transaction for HR and this is regarding training. Whenever a new training id is created i want a message at the bottom stating that &lt;/P&gt;&lt;P&gt;TRAINING ID ID NO. HS BEEN CREATED. &lt;/P&gt;&lt;P&gt;I was able to get the id no. dynamically.. what should i do...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one please tell me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bhargava Kavuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 09:33:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-creating-message/m-p/1369394#M182189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-16T09:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically creating Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-creating-message/m-p/1369395#M182190</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;&lt;/P&gt;&lt;P&gt;message i000 with 'training idno' xxxxx 'has been created'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 09:35:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-creating-message/m-p/1369395#M182190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-16T09:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically creating Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-creating-message/m-p/1369396#M182191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt; IN se91 create a message with say number 999.&lt;/P&gt;&lt;P&gt;999: TRAINING ID &amp;amp; HS BEEN CREATED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN code&lt;/P&gt;&lt;P&gt; trigger the message using the following syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message s999(ZZ) with training_id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where training_id is the variable which holds the training id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zz is the message class in which you have created the message.&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>Tue, 16 May 2006 09:38:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-creating-message/m-p/1369396#M182191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-16T09:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically creating Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-creating-message/m-p/1369397#M182192</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 ever new id creates , with the help of sy-subrc, you can call this message.(don't forget to capture ID)&lt;/P&gt;&lt;P&gt;message S000 with 'Training ID' ID 'Has been Created'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 09:38:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-creating-message/m-p/1369397#M182192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-16T09:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically creating Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-creating-message/m-p/1369398#M182193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;to get the message type&lt;/P&gt;&lt;P&gt;message s000 with 'TRAINING ID' &amp;lt;ID NO.&amp;gt; 'HAS BEEN CREATED'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to get the message at the bottom, give it as a success message. and to get a popup give it as an information message. 'i000' instead of 'e000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aswin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 09:39:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-creating-message/m-p/1369398#M182193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-16T09:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically creating Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-creating-message/m-p/1369399#M182194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the message class that you are using create a message with a PLACE HOLDER. So, if you see in SE91, it would look like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Training id &amp;amp;1 has been created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use this in your program like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message i100(xx) with variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 09:39:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-creating-message/m-p/1369399#M182194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-16T09:39:33Z</dc:date>
    </item>
  </channel>
</rss>

