<?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: Problem regarding module pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-regarding-module-pool/m-p/8776863#M1677875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhinav ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Could you elaborate me in detail what are elements that you use in your screen , So that I can better understand to provide solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sudhir S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jun 2012 06:46:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-06-06T06:46:00Z</dc:date>
    <item>
      <title>Problem regarding module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-regarding-module-pool/m-p/8776858#M1677870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to set flag in abap dialog programming that first time screen should not refresh and second screen should refresh?&lt;/P&gt;&lt;P&gt;If I set the value of flag = 0. In pbo it will same value again.&lt;/P&gt;&lt;P&gt;I have increment the loop counter in PAI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 06:21:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-regarding-module-pool/m-p/8776858#M1677870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-06T06:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem regarding module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-regarding-module-pool/m-p/8776859#M1677871</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;Set the flag value in the PBO module of each screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 06:27:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-regarding-module-pool/m-p/8776859#M1677871</guid>
      <dc:creator>former_member282968</dc:creator>
      <dc:date>2012-06-06T06:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem regarding module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-regarding-module-pool/m-p/8776860#M1677872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If I set the value of flag = 0.&lt;/P&gt;&lt;P&gt;then it will take value of flag = 0 evertime.&lt;/P&gt;&lt;P&gt;I want its value to be incremented .&lt;/P&gt;&lt;P&gt;So that first time my table should not refresh and after that it should refresh each time. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 06:32:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-regarding-module-pool/m-p/8776860#M1677872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-06T06:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem regarding module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-regarding-module-pool/m-p/8776861#M1677873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhinav , &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Just check when the screen refreshes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you try to fetch some values or When your click enter .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just capture the ok code , Based on ok code&amp;nbsp; set the flag in PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sudhir S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 06:33:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-regarding-module-pool/m-p/8776861#M1677873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-06T06:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem regarding module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-regarding-module-pool/m-p/8776862#M1677874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudhir,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; But the ok _code is same , So how can I set flag in PBO.&lt;/P&gt;&lt;P&gt;In my requirement user can call wizard n no. of times each time same process will happen.&lt;/P&gt;&lt;P&gt;So the value of ok_code will remain the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 06:39:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-regarding-module-pool/m-p/8776862#M1677874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-06T06:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem regarding module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-regarding-module-pool/m-p/8776863#M1677875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhinav ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Could you elaborate me in detail what are elements that you use in your screen , So that I can better understand to provide solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sudhir S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 06:46:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-regarding-module-pool/m-p/8776863#M1677875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-06T06:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem regarding module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-regarding-module-pool/m-p/8776864#M1677876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lingaraj,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In my case there is an ALV tree control on that there is afind button .&lt;/P&gt;&lt;P&gt;If I press on find button then it finds out correct line item ,but after that there is a module free container&lt;/P&gt;&lt;P&gt;which refresh data from alv tree control. My requirement is that first time I dont want this free container module to call and second time onwards I want this free container module to call and it should refresh my alv tree control.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope u got my requirement.&lt;/P&gt;&lt;P&gt;If there is any other option do tell me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 06:58:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-regarding-module-pool/m-p/8776864#M1677876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-06T06:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem regarding module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-regarding-module-pool/m-p/8776865#M1677877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhinav ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try checking the function code for find button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In PBO ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ok_code eq 'Function code for find button'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&lt;STRONG&gt;N PAI &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if the flag is not set.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;free the container. " Put your free module&amp;nbsp; inside this if condition.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sudhir S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 07:29:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-regarding-module-pool/m-p/8776865#M1677877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-06T07:29:35Z</dc:date>
    </item>
  </channel>
</rss>

