<?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 Pop-up Error Message maintained in table! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-error-message-maintained-in-table/m-p/1833587#M355086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;        My requirement is to display error message in the form of a pop-up &amp;amp; this message is maintained in a customized table.&lt;/P&gt;&lt;P&gt;       The message is  "fields &amp;amp;1 &amp;amp;2 &amp;amp;3 are required".i.e. i also need to pass variables to the message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Tejas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jan 2007 09:56:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-18T09:56:59Z</dc:date>
    <item>
      <title>Pop-up Error Message maintained in table!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-error-message-maintained-in-table/m-p/1833587#M355086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;        My requirement is to display error message in the form of a pop-up &amp;amp; this message is maintained in a customized table.&lt;/P&gt;&lt;P&gt;       The message is  "fields &amp;amp;1 &amp;amp;2 &amp;amp;3 are required".i.e. i also need to pass variables to the message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Tejas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 09:56:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-error-message-maintained-in-table/m-p/1833587#M355086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T09:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Pop-up Error Message maintained in table!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-error-message-maintained-in-table/m-p/1833588#M355087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to use Fm - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPUP_TO_CONFIRM&lt;/P&gt;&lt;P&gt;FC_POPUP_ERR_WARN_MESSAGE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 10:11:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-error-message-maintained-in-table/m-p/1833588#M355087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T10:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Pop-up Error Message maintained in table!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-error-message-maintained-in-table/m-p/1833589#M355088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this FM:RKE_POPUP_TEXT_DECIDE_VARTEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*reward if helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 10:13:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-error-message-maintained-in-table/m-p/1833589#M355088</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2007-01-18T10:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Pop-up Error Message maintained in table!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-error-message-maintained-in-table/m-p/1833590#M355089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i have used the FM "FC_POPUP_ERR_WARN_MESSAGE" for the error message.......now i am getting a pop-up message for wrong data in a particular field on material master "MM01"/"MM02". &lt;/P&gt;&lt;P&gt;The flow is as follows:&lt;/P&gt;&lt;P&gt;MM01/MM02 -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; Enter Data----&lt;DEL&gt;-&amp;gt; Click on "Save"&lt;/DEL&gt;&lt;DEL&gt;-&amp;gt; Exit "EXIT_SAPLMGMU_001" is called&lt;/DEL&gt;--&lt;DEL&gt;&amp;gt;pop-up error/warning message&lt;/DEL&gt;--&amp;gt;now, if i click Enter or the ok(arrow) on the pop-up,the material gets saved,instead of staying on the same screen where wrong data is filled in a particular field.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u help me with this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 06:00:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-error-message-maintained-in-table/m-p/1833590#M355089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T06:00:15Z</dc:date>
    </item>
  </channel>
</rss>

