<?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 - Chain..End chain Cancel functionality in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-chain-end-chain-cancel-functionality/m-p/1709007#M310281</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;I m working on table control. i have used chain..end chain functionality for checking input. But if user changes any thing in the table control and he click on Cancel button then it is not coming out of the program. I mean it check for the input only, unless and until that field is corrected it will not allow to come out.&lt;/P&gt;&lt;P&gt;How to come out through Cancel button if user enters anything wrong and want to come out without changing the wrong value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance.&lt;/P&gt;&lt;P&gt;-Umesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Nov 2006 18:09:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-21T18:09:31Z</dc:date>
    <item>
      <title>Table control - Chain..End chain Cancel functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-chain-end-chain-cancel-functionality/m-p/1709007#M310281</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;I m working on table control. i have used chain..end chain functionality for checking input. But if user changes any thing in the table control and he click on Cancel button then it is not coming out of the program. I mean it check for the input only, unless and until that field is corrected it will not allow to come out.&lt;/P&gt;&lt;P&gt;How to come out through Cancel button if user enters anything wrong and want to come out without changing the wrong value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance.&lt;/P&gt;&lt;P&gt;-Umesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 18:09:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-chain-end-chain-cancel-functionality/m-p/1709007#M310281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T18:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Table control - Chain..End chain Cancel functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-chain-end-chain-cancel-functionality/m-p/1709008#M310282</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;For the cancel button have the function type as 'E' (Exit command).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And create a module in the PBO...like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE EXIT_COMMAND  AT EXIT-COMMAND .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE EXIT_COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF SY-UCOMM = 'CANCEL'.&lt;/P&gt;&lt;P&gt;    LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 18:12:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-chain-end-chain-cancel-functionality/m-p/1709008#M310282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T18:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Table control - Chain..End chain Cancel functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-chain-end-chain-cancel-functionality/m-p/1709009#M310283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Naren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankx for the quick response.&lt;/P&gt;&lt;P&gt;Problem is solved adn given u the point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Umesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 18:33:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-chain-end-chain-cancel-functionality/m-p/1709009#M310283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T18:33:34Z</dc:date>
    </item>
  </channel>
</rss>

