<?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: About Func. module RRMS_MESSAGE_HANDLING in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-func-module-rrms-message-handling/m-p/1420887#M202018</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Deepthi,&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RRMS_MESSAGE_HANDLING'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;i_class = 'UPF'&lt;/P&gt;&lt;P&gt;i_type = 'E'&lt;/P&gt;&lt;P&gt;i_number = '001'&lt;/P&gt;&lt;P&gt;i_msgv1 = 'Cannot fill Bex variable'&lt;/P&gt;&lt;P&gt;i_msgv2 = l_varname_bw&lt;/P&gt;&lt;P&gt;i_msgv3 = 'based on Sem variable'&lt;/P&gt;&lt;P&gt;i_msgv4 = l_varname_sem.&lt;/P&gt;&lt;P&gt;For details Check this out&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/g-i/how" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/g-i/how&lt;/A&gt; to variables of type exit.pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it helps,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jun 2006 16:45:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-19T16:45:07Z</dc:date>
    <item>
      <title>About Func. module RRMS_MESSAGE_HANDLING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-func-module-rrms-message-handling/m-p/1420886#M202017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to use RRMS_MESSAGE_HANDLING for a customer exit variable and I am really not sure how to use it. My question is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to define I_CLASS? The data element says this is Application Area. Can someone tell me wht this is? and how I can define it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any additional information about how to use this function for i_step = 3 would be very helpful. I need to popup a warning message for the user if they enter a wrong value for a user exit variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Deepa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 16:41:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-func-module-rrms-message-handling/m-p/1420886#M202017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T16:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: About Func. module RRMS_MESSAGE_HANDLING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-func-module-rrms-message-handling/m-p/1420887#M202018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Deepthi,&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RRMS_MESSAGE_HANDLING'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;i_class = 'UPF'&lt;/P&gt;&lt;P&gt;i_type = 'E'&lt;/P&gt;&lt;P&gt;i_number = '001'&lt;/P&gt;&lt;P&gt;i_msgv1 = 'Cannot fill Bex variable'&lt;/P&gt;&lt;P&gt;i_msgv2 = l_varname_bw&lt;/P&gt;&lt;P&gt;i_msgv3 = 'based on Sem variable'&lt;/P&gt;&lt;P&gt;i_msgv4 = l_varname_sem.&lt;/P&gt;&lt;P&gt;For details Check this out&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/g-i/how" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/g-i/how&lt;/A&gt; to variables of type exit.pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it helps,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 16:45:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-func-module-rrms-message-handling/m-p/1420887#M202018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T16:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: About Func. module RRMS_MESSAGE_HANDLING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-func-module-rrms-message-handling/m-p/1420888#M202019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer to the code in the below thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="103491"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 16:59:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-func-module-rrms-message-handling/m-p/1420888#M202019</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-06-19T16:59:16Z</dc:date>
    </item>
  </channel>
</rss>

