<?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: Insert issue with Table Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-issue-with-table-control/m-p/5836522#M1317316</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the ok_code instead of the sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe the sy-ucomm doesn't get updated correctly through the screens and subscreens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jun 2009 16:20:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-16T16:20:51Z</dc:date>
    <item>
      <title>Insert issue with Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-issue-with-table-control/m-p/5836518#M1317312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have developed a table control through the wizard. I'm using the add/remove buttons to manage the records in the table control. The problem is when I click at the ADD button and fill the corresponding information it inserts correctly the new line, but if I click at the add button and then I use the scroll bar of the table control the sy-ucomm has the value to insert again, and a new line is inserted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone knows why is this happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gilberto Li&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 15:39:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-issue-with-table-control/m-p/5836518#M1317312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-16T15:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Insert issue with Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-issue-with-table-control/m-p/5836519#M1317313</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;This could be because, the field OK-CODE is containing with the previous SY-UCOMM value. So may be you can restrict this one, like check the SY-UCOMM generated while scolling down and resrict if the SY-UCOMM equals to the above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the SY-UCOMM avilable for the button ADD is not part of the table control wizard, we need to manually handle this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santhosh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 15:48:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-issue-with-table-control/m-p/5836519#M1317313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-16T15:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Insert issue with Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-issue-with-table-control/m-p/5836520#M1317314</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;The sy-ucomm for scroll is blank but PAI will be triggered,since u have clicked ADD before scrolling, that would've remained in sy-ucomm and done the respective action i.e, is saving the record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may add another condition in your save module/routine so that this will not happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabumanoharan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 15:49:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-issue-with-table-control/m-p/5836520#M1317314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-16T15:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Insert issue with Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-issue-with-table-control/m-p/5836521#M1317315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sy-ucomm is always getting INSR, how could I differentiate if he's using scroll bar just click add button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give me an example on how to handle this situation.&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;Regards,&lt;/P&gt;&lt;P&gt;Gilberto Li&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Gilberto Li on Jun 16, 2009 5:58 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 15:51:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-issue-with-table-control/m-p/5836521#M1317315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-16T15:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Insert issue with Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-issue-with-table-control/m-p/5836522#M1317316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the ok_code instead of the sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe the sy-ucomm doesn't get updated correctly through the screens and subscreens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 16:20:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-issue-with-table-control/m-p/5836522#M1317316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-16T16:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Insert issue with Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-issue-with-table-control/m-p/5836523#M1317317</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;I also had a problem with my last insert / delete command hanging around when I'm attempting to scroll.  In my scenario I had Program A with screen 1000, that called Function Group B with screen 2000, having a tab control with subscreen containing screen 3000 with a table control.  Whew!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this scenario I had to clear sy-ucomm on my table insert / delete actions in PAI for screen 1000, 2000 and 3000.  I do use ok_code, but the message with sy-ucomm on the button press is sent to the entire screen hierarchy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps anyone else having the same problem!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim Grant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 13:00:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-issue-with-table-control/m-p/5836523#M1317317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-15T13:00:05Z</dc:date>
    </item>
  </channel>
</rss>

