<?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: Message class in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2924182#M688788</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Transport your message class independently of programs.&lt;/P&gt;&lt;P&gt;You can use it in any number of programs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2007 06:41:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-09T06:41:50Z</dc:date>
    <item>
      <title>Message class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2924180#M688786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we use the same message class in two programs.Will it get transported correctly.Two programs are going to have a transport request each.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 06:39:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2924180#M688786</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-10-09T06:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Message class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2924181#M688787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Obviously YES&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 06:40:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2924181#M688787</guid>
      <dc:creator>abdulazeez12</dc:creator>
      <dc:date>2007-10-09T06:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Message class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2924182#M688788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Transport your message class independently of programs.&lt;/P&gt;&lt;P&gt;You can use it in any number of programs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 06:41:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2924182#M688788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T06:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Message class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2924183#M688789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the message class is saved in one of the requests, make sure to transport the request that holds the message class first.&lt;/P&gt;&lt;P&gt;And then you can release the second program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if the program is just using the same message class no need to worry, just transport both the programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 06:42:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2924183#M688789</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-10-09T06:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Message class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2924184#M688790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes we can use ...same message class in many programs.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 06:42:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2924184#M688790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T06:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Message class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2924185#M688791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  You can use the same message from an existing class in any number of program if it exists in that system.So you have to transport it just once and then use it in any number of times&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu Verma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Himanshu Verma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 06:43:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2924185#M688791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T06:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Message class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2924186#M688792</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;Yes u can use it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be cautious......wat u can do in the second program :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generate a transport request for the program.&lt;/P&gt;&lt;P&gt;Then without modifying anything save the message class....will ask u the Transport request....give the same request number as that of the program...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So same requst number will have both the objects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 06:46:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2924186#M688792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T06:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Message class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2924187#M688793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gopi,&lt;/P&gt;&lt;P&gt;In REPORT A's transport request itself I had added the message class with the same transport request number.&lt;/P&gt;&lt;P&gt;Report B is also using the same message class.Both the reports have their own transport requests.Do I need to add this message class again under the transport request of Report B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per the above replies all I have to take care is that REPORT A gets transported first and then Report B and there is no need to add the message class again in Report B.Did I get you right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Kiran K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 08:02:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2924187#M688793</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-10-09T08:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Message class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2924188#M688794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You Have to add the message class in Program B also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then only you can use the messages to your second program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 08:27:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2924188#M688794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T08:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Message class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2924189#M688795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Report B is also using the same message class.Both&lt;/P&gt;&lt;P&gt;&amp;gt; the reports have their own transport requests.Do I&lt;/P&gt;&lt;P&gt;&amp;gt; need to add this message class again under the&lt;/P&gt;&lt;P&gt;&amp;gt; transport request of Report B.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; " This is not possible as you have already assigned the message class to Report A's request
 " (this is just enof as you have already assigned the msg class to a request)
 " You can not assign a object to 2 requests at a time &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;gt; As per the above replies all I have to take care is&lt;/P&gt;&lt;P&gt;&amp;gt; that REPORT A gets transported first and then Report&lt;/P&gt;&lt;P&gt;&amp;gt; B and there is no need to add the message class again&lt;/P&gt;&lt;P&gt;&amp;gt; in Report B.Did I get you right?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; " Yes you got me rightly.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 08:29:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2924189#M688795</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-10-09T08:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Message class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2924190#M688796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gopi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the detailed explaination.Will get back to you.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 08:33:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2924190#M688796</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-10-09T08:33:23Z</dc:date>
    </item>
  </channel>
</rss>

