<?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: exits in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-exits/m-p/1082880#M98353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        iam using field exits. I want to test the customer exits provided by sap for some transactions.&lt;/P&gt;&lt;P&gt;Please give me the specification to test the customer &lt;/P&gt;&lt;P&gt;enhancements for easy transaction. I give u full points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Oct 2005 06:25:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-14T06:25:07Z</dc:date>
    <item>
      <title>re: exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-exits/m-p/1082880#M98353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        iam using field exits. I want to test the customer exits provided by sap for some transactions.&lt;/P&gt;&lt;P&gt;Please give me the specification to test the customer &lt;/P&gt;&lt;P&gt;enhancements for easy transaction. I give u full points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2005 06:25:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-exits/m-p/1082880#M98353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-14T06:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: re: exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-exits/m-p/1082881#M98354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;t-code CMOD, create a project and u can see the list of enhancements in it....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EG: SAPMF02D - user exits for Customer master data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;PJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2005 06:29:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-exits/m-p/1082881#M98354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-14T06:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: re: exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-exits/m-p/1082882#M98355</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 want some program/function exit...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can find in Smod-Utilities-&amp;gt; find &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2005 06:30:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-exits/m-p/1082882#M98355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-14T06:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: re: exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-exits/m-p/1082883#M98356</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 can find  following information in SPRO transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following SAP enhancement is available for the customer master data area:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPMF02D for checking the data entered before saving it&lt;/P&gt;&lt;P&gt;Activities&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create your enhancement. To do this, either create a new project or use an existing one.&lt;/P&gt;&lt;P&gt;Modify the source code for a transaction delivered by SAP by adding the elements you need. SAP provides you with the necessary function modules with short text, interface, and documentation to be able to do this. A sample source code created by SAP may exist for user exits which can be copied (and changed) if required.&lt;/P&gt;&lt;P&gt;2. Activate the project.&lt;/P&gt;&lt;P&gt;This allows the ABAP source code to run. Enhancements will not have any effect beforehand.&lt;/P&gt;&lt;P&gt;Further Notes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In contrast to modifications, enhancements can generally be transferred between Releases since they are carried out within a name range reserved for the customer rather than in the SAP original.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information about creating enhancements, see the SAP Library BC - Changing the SAP Standard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every enhancement is documented. To call up the documentation, choose Utilities -&amp;gt; Display req.docu from the project management screen for SAP enhancements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2005 06:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-exits/m-p/1082883#M98356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-14T06:37:58Z</dc:date>
    </item>
  </channel>
</rss>

