<?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: Form exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-exit/m-p/3611286#M869981</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;refer this link&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/erpfi/short" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/wiki?path=/display/erpfi/short&lt;/A&gt;&lt;EM&gt;Tutorial&lt;/EM&gt;on&lt;EM&gt;User&lt;/EM&gt;Exits&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://softwarefinder.mbtmag.com/search/for/Home-SAP-User-Exits-Tutorial.html" target="test_blank"&gt;http://softwarefinder.mbtmag.com/search/for/Home-SAP-User-Exits-Tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Mar 2008 11:27:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-25T11:27:29Z</dc:date>
    <item>
      <title>Form exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-exit/m-p/3611284#M869979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;please send me some links on form exits and also give me some idea about it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 11:09:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form-exit/m-p/3611284#M869979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T11:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Form exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-exit/m-p/3611285#M869980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakhi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the extract below&lt;/P&gt;&lt;P&gt; Userxits allow us to add our own functionality to SAP standard program&lt;/P&gt;&lt;P&gt;without  modifying it . These are implemented in the form of subroutines and hence are also known as FORM EXITs. The userexits are generally collected in includes and attached to the standard program by the SAP.&lt;/P&gt;&lt;P&gt;    All Userexits start with the word USEREXIT_...&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;FORM USEREXIT_..&lt;/P&gt;&lt;P&gt;z..&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;The problem lies in finding the correct userexit and how to find it if one exists for the purpose. Once the correct userexit is found the necessary&lt;/P&gt;&lt;P&gt;customer code is inserted in the customer include starting with the z..&lt;/P&gt;&lt;P&gt;in the form routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the link below for additional data&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.niraj.tripod.com/id21.html" target="test_blank"&gt;http://sap.niraj.tripod.com/id21.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Byju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 11:18:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form-exit/m-p/3611285#M869980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T11:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Form exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-exit/m-p/3611286#M869981</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;refer this link&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/erpfi/short" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/wiki?path=/display/erpfi/short&lt;/A&gt;&lt;EM&gt;Tutorial&lt;/EM&gt;on&lt;EM&gt;User&lt;/EM&gt;Exits&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://softwarefinder.mbtmag.com/search/for/Home-SAP-User-Exits-Tutorial.html" target="test_blank"&gt;http://softwarefinder.mbtmag.com/search/for/Home-SAP-User-Exits-Tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 11:27:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form-exit/m-p/3611286#M869981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T11:27:29Z</dc:date>
    </item>
  </channel>
</rss>

