<?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: RF module. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-module/m-p/6113184#M1362615</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Understand the FM CALL_MESSAGE_SCREEN.&lt;/P&gt;&lt;P&gt;Create a Z FM in a similar manner.&lt;/P&gt;&lt;P&gt;You need to have a separate screen where you will show the error messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Sep 2009 10:38:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-17T10:38:02Z</dc:date>
    <item>
      <title>RF module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-module/m-p/6113180#M1362611</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;Actually I wanto know in rf screen how will I show error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any  standard FM or create custom FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 08:39:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-module/m-p/6113180#M1362611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T08:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: RF module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-module/m-p/6113181#M1362612</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;If you search the ABAP forum with 'rf screen error' you will find the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 08:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-module/m-p/6113181#M1362612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T08:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: RF module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-module/m-p/6113182#M1362613</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 RF screen you cannot give an error message directly.&lt;/P&gt;&lt;P&gt;You need to make use of a standard FM or create your own custom FM.&lt;/P&gt;&lt;P&gt;The standard FM for the same is CALL_MESSAGE_SCREEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this article for more help.&lt;/P&gt;&lt;P&gt;[http://www.sdn.sap.com/irj/scn/index;jsessionid=(J2EE3414900)ID1174383450DB10169711463389651742End?rid=/library/uuid/d0b33a0f-2478-2c10-4cbb-d6a197294280]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 09:33:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-module/m-p/6113182#M1362613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T09:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: RF module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-module/m-p/6113183#M1362614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please give me an idea how will i create a FM for RF error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;send some code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 10:28:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-module/m-p/6113183#M1362614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T10:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: RF module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-module/m-p/6113184#M1362615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Understand the FM CALL_MESSAGE_SCREEN.&lt;/P&gt;&lt;P&gt;Create a Z FM in a similar manner.&lt;/P&gt;&lt;P&gt;You need to have a separate screen where you will show the error messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 10:38:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-module/m-p/6113184#M1362615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T10:38:02Z</dc:date>
    </item>
  </channel>
</rss>

