<?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: Error message in custom RF screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-custom-rf-screen/m-p/5260616#M1215025</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;well, I think you answered my question so. I am using the standard FM call_message_screen to show the message but it makes more sense to just code my own one, seeing as it is a custom rf screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Mar 2009 17:09:52 GMT</pubDate>
    <dc:creator>aidan_mulcahy</dc:creator>
    <dc:date>2009-03-04T17:09:52Z</dc:date>
    <item>
      <title>Error message in custom RF screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-custom-rf-screen/m-p/5260614#M1215023</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;I am trying to use the FM CALL_MESSAGE_SCREEN to display an error in a custom RF screen. It fails because &lt;STRONG&gt;it cannot find an entry for the z-screen in T3130C&lt;/STRONG&gt;. This table is in SPRO but I cannot add the entry to it as I am told that &lt;STRONG&gt;it does not exist in T3130E.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are notes and forums that refer to updating V_T3130C and V_T3130E but they do not exist on our &lt;STRONG&gt;ECC6&lt;/STRONG&gt; system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody got a solution to this or am I not meant to be using this FM on ECC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kroc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 16:57:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-custom-rf-screen/m-p/5260614#M1215023</guid>
      <dc:creator>aidan_mulcahy</dc:creator>
      <dc:date>2009-03-04T16:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in custom RF screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-custom-rf-screen/m-p/5260615#M1215024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This T3130C table actually holds the following path from SPRO. you don't need any OSS note to update this. You can do this manually with the following path SPRO -&amp;gt;Logictics Execution -&amp;gt; Mobile data Entry -&amp;gt; Define screen managment. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't understand your exact requirement. If you are developing a custom program, then you can create a screen to give a message in sequence. This table entry modification means you are trying to replace a standard screen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kuntal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 17:06:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-custom-rf-screen/m-p/5260615#M1215024</guid>
      <dc:creator>former_member376453</dc:creator>
      <dc:date>2009-03-04T17:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in custom RF screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-custom-rf-screen/m-p/5260616#M1215025</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;well, I think you answered my question so. I am using the standard FM call_message_screen to show the message but it makes more sense to just code my own one, seeing as it is a custom rf screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 17:09:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-custom-rf-screen/m-p/5260616#M1215025</guid>
      <dc:creator>aidan_mulcahy</dc:creator>
      <dc:date>2009-03-04T17:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in custom RF screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-custom-rf-screen/m-p/5260617#M1215026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In RF program, you have to define each and every screen which will come in the flow, so from my understanding, its always better to create and design your own screen, if its a custom one. I am not sure, whether you will be at all able to use that FM..... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kuntal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 17:15:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-custom-rf-screen/m-p/5260617#M1215026</guid>
      <dc:creator>former_member376453</dc:creator>
      <dc:date>2009-03-04T17:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in custom RF screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-custom-rf-screen/m-p/5260618#M1215027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your help and, yes, I think you are correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2009 08:00:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-custom-rf-screen/m-p/5260618#M1215027</guid>
      <dc:creator>aidan_mulcahy</dc:creator>
      <dc:date>2009-03-05T08:00:35Z</dc:date>
    </item>
  </channel>
</rss>

