<?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 in module pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool/m-p/1549645#M249460</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've even tried this. I've cleared SY-UCOMM in PAI after handling the event as well as in PBO before coming to the screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Aug 2006 13:33:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-10T13:33:48Z</dc:date>
    <item>
      <title>Problem in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool/m-p/1549641#M249456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   I'm facing a problem in module pool, while editing the exit in standard transaction. The tabstrip is having module pool in it. on this screen, when i press ENTER, it generates the previously executed sy-ucomm.&lt;/P&gt;&lt;P&gt;For ex. if first time i insert one row in module pool, the empty row is inserted in the table control. After this when I press enter, it inserts one more empty row on this event.&lt;/P&gt;&lt;P&gt;This is a standard transaction, so I can't edit the menu.&lt;/P&gt;&lt;P&gt;Also I tried clearing sy-ucomm &amp;amp; function codes in the PBO, but no success.&lt;/P&gt;&lt;P&gt;Please help me with it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 13:24:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool/m-p/1549641#M249456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T13:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool/m-p/1549642#M249457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;usually the okcode is cleared in the PAI section. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like...&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MODULE USER_COMMAND_0100 INPUT.

  okcode_save = okcode.
  clear okcode.

  case okcode_save.
    ....

  endcase.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 13:29:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool/m-p/1549642#M249457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T13:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool/m-p/1549643#M249458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Norman,&lt;/P&gt;&lt;P&gt;   I've also tried this, but didn't work &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 13:31:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool/m-p/1549643#M249458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T13:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool/m-p/1549644#M249459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hemath,&lt;/P&gt;&lt;P&gt;If I understand you correctly this is your problem.&lt;/P&gt;&lt;P&gt;Your are developing one user-exit which need to develop a subscreen , inside that you have table control , for adding rows you have a button , on clicking on that you are adding new rows, after this if you are pressing again it is creating new rows.&lt;/P&gt;&lt;P&gt;Then Try like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to clear the SY-UCOMM value in PAI of that subscreen after handling the sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or post your part of code .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 13:31:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool/m-p/1549644#M249459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T13:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool/m-p/1549645#M249460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've even tried this. I've cleared SY-UCOMM in PAI after handling the event as well as in PBO before coming to the screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 13:33:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool/m-p/1549645#M249460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T13:33:48Z</dc:date>
    </item>
  </channel>
</rss>

