<?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 Table control problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/3148597#M748629</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've a table control and I've four records in it. Out of the four records ,only the first record is right and rest three are invalid POs.&lt;/P&gt;&lt;P&gt;Am looping my table control and checking the validations, if its invalid then am giving error message .if they click delete button then am deleting the record which is invalid PO by placing the curson on that line in table control,then it&lt;/P&gt;&lt;P&gt;comes to third record since this is also invalid PO, its giving same error mesage and shows all the four POs without deleting the second one..&lt;/P&gt;&lt;P&gt;What I need is once the secod record is deleted it should show the rest three records..Again if user wants to delete third record then it should delte and show first  7 fourth record.&lt;/P&gt;&lt;P&gt;How can I do this...&lt;/P&gt;&lt;P&gt;Points for sure.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ponraj.s.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Dec 2007 09:40:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-14T09:40:37Z</dc:date>
    <item>
      <title>Table control problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/3148597#M748629</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've a table control and I've four records in it. Out of the four records ,only the first record is right and rest three are invalid POs.&lt;/P&gt;&lt;P&gt;Am looping my table control and checking the validations, if its invalid then am giving error message .if they click delete button then am deleting the record which is invalid PO by placing the curson on that line in table control,then it&lt;/P&gt;&lt;P&gt;comes to third record since this is also invalid PO, its giving same error mesage and shows all the four POs without deleting the second one..&lt;/P&gt;&lt;P&gt;What I need is once the secod record is deleted it should show the rest three records..Again if user wants to delete third record then it should delte and show first  7 fourth record.&lt;/P&gt;&lt;P&gt;How can I do this...&lt;/P&gt;&lt;P&gt;Points for sure.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ponraj.s.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 09:40:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/3148597#M748629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T09:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Table control problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/3148598#M748630</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;Just try before the validation for invalid POs.&lt;/P&gt;&lt;P&gt;CHECK SY-UCOMM NE 'DELE'.&lt;/P&gt;&lt;P&gt;Only then you need to validate. Validation should not happen when user selecting delete. So that you skip validation when you want to delete a record. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cordially&lt;/P&gt;&lt;P&gt;Shankar Narayanan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 10:11:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/3148598#M748630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T10:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table control problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/3148599#M748631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shankar,&lt;/P&gt;&lt;P&gt;Thanks for your reply, but deleting &amp;amp; validation  is coming in loop endloop of table control..&lt;/P&gt;&lt;P&gt;So once it deleted the second record and check the validation for third record , gives error message and displays all four records..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyother way???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ponraj.s.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 10:19:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/3148599#M748631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T10:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Table control problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/3148600#M748632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;clear sy-ucomm(ok_code) after deleting the record.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 11:43:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/3148600#M748632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T11:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Table control problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/3148601#M748633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ponraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When deletion happens Validation should not occur. So before validation part, please put the check on sy-ucomm for deletion. so that when you delete the line the validation code is not executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please paste the code (that part) i will check it if my suggestion not helping.&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;Cordially&lt;/P&gt;&lt;P&gt;Shankar Narayanan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 12:53:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problem/m-p/3148601#M748633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T12:53:49Z</dc:date>
    </item>
  </channel>
</rss>

