<?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: CANCEL button processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cancel-button-processing/m-p/7009988#M1496444</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can any one solve my problem????????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 May 2010 12:18:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-29T12:18:33Z</dc:date>
    <item>
      <title>CANCEL button processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cancel-button-processing/m-p/7009985#M1496441</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;       what is the code for cancel button meance without process of current screen leave to another transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 May 2010 11:13:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cancel-button-processing/m-p/7009985#M1496441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-29T11:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: CANCEL button processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cancel-button-processing/m-p/7009986#M1496442</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;you have write the code In the User-command form .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When 'CANC'.&lt;/P&gt;&lt;P&gt;call the transaction what you want.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Aj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 May 2010 11:19:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cancel-button-processing/m-p/7009986#M1496442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-29T11:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: CANCEL button processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cancel-button-processing/m-p/7009987#M1496443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ajay,&lt;/P&gt;&lt;P&gt;          i did the same but there is &lt;STRONG&gt;requird&lt;/STRONG&gt; field and whenever i press for cancel is give red meassage  &lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Fill in all required entry fields&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 May 2010 11:45:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cancel-button-processing/m-p/7009987#M1496443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-29T11:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: CANCEL button processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cancel-button-processing/m-p/7009988#M1496444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can any one solve my problem????????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 May 2010 12:18:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cancel-button-processing/m-p/7009988#M1496444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-29T12:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: CANCEL button processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cancel-button-processing/m-p/7009989#M1496445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt; in the gui status set the Functional Type to E, write a module in PAI with &lt;/P&gt;&lt;P&gt;  MODULE EXIT AT EXIT-COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in exit module write &lt;/P&gt;&lt;P&gt;if okcode eq 'CANC'.&lt;/P&gt;&lt;P&gt;call transaction&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will work chk it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 May 2010 13:01:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cancel-button-processing/m-p/7009989#M1496445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-29T13:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: CANCEL button processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cancel-button-processing/m-p/7009990#M1496446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Define functional type = E for this 'CANCEL' button in gui status.&lt;/P&gt;&lt;P&gt;In the PAI of the screen add MODULE EXIT_SCREEN at EXIT_COMMAND.&lt;/P&gt;&lt;P&gt;Inside this module you should enter the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;  when ''CANC'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   If you want you can add a warning  here&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     set screen 0. " This will take you back to the calling screen&lt;/P&gt;&lt;P&gt;     leave screen.&lt;/P&gt;&lt;P&gt;  when others.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you overwrote old values (from previous screen) in the current screen (that you are exiting) then make sure these changes are reverted. I am guessing this happends automatically, its been a while since I worked on screen ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 May 2010 13:22:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cancel-button-processing/m-p/7009990#M1496446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-29T13:22:43Z</dc:date>
    </item>
  </channel>
</rss>

