<?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: Module Pool - Error Message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-message/m-p/3897910#M935498</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add a Function Code to your CODE field.  This will force the PAI and PBO routine if it changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jun 2008 13:58:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-04T13:58:25Z</dc:date>
    <item>
      <title>Module Pool - Error Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-message/m-p/3897909#M935497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;requirement: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thr r 2 screen fields CODE(Input Enable) and DESC(Output Only). &lt;/P&gt;&lt;P&gt;when user enters CODE corresponding DESC will come automatically but if no value is entered in CODE, DESC will also be blank with an error msg below: 'Enter Code'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have PAI Module like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD code MODULE validate_code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Module Validate_code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if CODE is initial.&lt;/P&gt;&lt;P&gt;      clear DESC. &lt;/P&gt;&lt;P&gt;      Message e000(zz) with 'Enter Code'.&lt;/P&gt;&lt;P&gt;  else.&lt;/P&gt;&lt;P&gt;      select DESC for CODE entered.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this code, though DESC becomes initial when CODE is deleted from screen but in the screen it is still showing the previous DESC value. i need to this older value of DESC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ME21N-&amp;gt;Org.Data TAB&lt;/P&gt;&lt;P&gt;Enter Pur.Org. and press ENTER Once and then delete the same and press ENTER again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need this functionality.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Plz Help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: AVIJIT SIKDAR on Jun 4, 2008 2:59 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 12:49:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-message/m-p/3897909#M935497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T12:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool - Error Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-message/m-p/3897910#M935498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add a Function Code to your CODE field.  This will force the PAI and PBO routine if it changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 13:58:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-message/m-p/3897910#M935498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T13:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool - Error Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-message/m-p/3897911#M935499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz give me example. i am not getting ur point. after assigning FCode to CODE wht 2 do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;Avijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 14:01:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-message/m-p/3897911#M935499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T14:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool - Error Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-message/m-p/3897912#M935500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By putting an FuncCode on the field, when the user changes it, the process will immediately go to the PAI routine, process the code&lt;/P&gt;&lt;P&gt;you have there, and then process the PBO routine to redisplay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your code recognizes an error, the error will be displayed and the user will need to correct the issue before proceeding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 14:14:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-message/m-p/3897912#M935500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T14:14:33Z</dc:date>
    </item>
  </channel>
</rss>

