<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error/m-p/2888026#M678528</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;loop at screen.&lt;/P&gt;&lt;P&gt;if fieldnname = 'XXXX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screen-output = 1.&lt;/P&gt;&lt;P&gt;screen-input = 1.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;write a module in pbo for this code...will work only in pbo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;vivekanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Sep 2007 11:26:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-26T11:26:23Z</dc:date>
    <item>
      <title>Module Pool Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error/m-p/2888023#M678525</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;i have added few text fields and a push button in additional tab B in va01 transaction header level.&lt;/P&gt;&lt;P&gt;now when i click on the push button the logic behind it works fine and all my ztables are getting updated properly but after updating it says an error message&lt;/P&gt;&lt;P&gt;in the screen 'Requested function CON is not available here' , CON is the function code of the push button which i have added.&lt;/P&gt;&lt;P&gt;and also the screen grays out,i mean the additional tab B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i remove this error ?&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 08:05:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error/m-p/2888023#M678525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T08:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error/m-p/2888024#M678526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the logic LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and try to make it active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 08:42:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error/m-p/2888024#M678526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T08:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error/m-p/2888025#M678527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naresh thanks for ur reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my code looks like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT&lt;/P&gt;&lt;P&gt;MODULE ZZUSER_COMMAND_8309_PBO.&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;MODULE ZZUSER_COMMAND_8309.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u explain a bit more on how i can use loop coz it says screen not a database field.&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;Message was edited by: &lt;/P&gt;&lt;P&gt;        ABAPer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 09:55:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error/m-p/2888025#M678527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T09:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error/m-p/2888026#M678528</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;loop at screen.&lt;/P&gt;&lt;P&gt;if fieldnname = 'XXXX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screen-output = 1.&lt;/P&gt;&lt;P&gt;screen-input = 1.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;write a module in pbo for this code...will work only in pbo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;vivekanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 11:26:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error/m-p/2888026#M678528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T11:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error/m-p/2888027#M678529</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;can u tell me exactly where is the button placed?? i mean is it on the application toolbar or where???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plus make sure that CON (func code) is assigned to the button (in screen layout)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give me a little bit more details abt ur problem??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also as far as LOOP AT SCREEN goes... u can do that inside the code of a PBO module (First PBO preferred 4 ur case).. also the contents of the screen table is the same as what u see in the ELEMENT LIST tab while u r defining the screen (in SE51).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sagar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Sagar Mehta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 11:31:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error/m-p/2888027#M678529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T11:31:41Z</dc:date>
    </item>
  </channel>
</rss>

