<?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: regarding message class in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-message-class/m-p/2398142#M534004</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as u mentioned above, for this code it gets the reply for 1 specific msg no ie no-115 but i need a function module which can list out all the specific message numbers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2007 12:01:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-12T12:01:09Z</dc:date>
    <item>
      <title>regarding message class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-message-class/m-p/2398140#M534002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A standard report program is their,in which a character variable is used to fetch the data from the message class.what i have to do is to collect the message from the variable and to give it as a export parameter in my RFC.&lt;/P&gt;&lt;P&gt;can u just guide me how to do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 10:41:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-message-class/m-p/2398140#M534002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T10:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: regarding message class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-message-class/m-p/2398141#M534003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The convention for returning message from an RFC function module is to have an export parameter ofname RETURN and type BAPIRET2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You need to provide an export paramter of type BAPIRET2. and in your FM you need to use the code as follows.&lt;/P&gt;&lt;P&gt;DATA: wa_return type BAPIRET2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BALW_BAPIRETURN_GET2'&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;            type   = 'E' "message type&lt;/P&gt;&lt;P&gt;            cl     = 'MSGCL' "Message class&lt;/P&gt;&lt;P&gt;            number = '115' "Message number&lt;/P&gt;&lt;P&gt;          IMPORTING&lt;/P&gt;&lt;P&gt;            return = wa_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Seshatalpasai Madala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 10:44:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-message-class/m-p/2398141#M534003</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-06-12T10:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: regarding message class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-message-class/m-p/2398142#M534004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as u mentioned above, for this code it gets the reply for 1 specific msg no ie no-115 but i need a function module which can list out all the specific message numbers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 12:01:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-message-class/m-p/2398142#M534004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T12:01:09Z</dc:date>
    </item>
  </channel>
</rss>

