<?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 Custom User Exits in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-user-exits/m-p/3206320#M764406</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to create user-exits in my custom program just like provided in SAP std programs to facilitate the clients to modify my custom program according to their requirements.&lt;/P&gt;&lt;P&gt;can u plz suggest me how to create enhancements/user-exits in Custom programs.&lt;/P&gt;&lt;P&gt;Plz help its urgent...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 22 Dec 2007 09:52:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-22T09:52:52Z</dc:date>
    <item>
      <title>Custom User Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-user-exits/m-p/3206320#M764406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to create user-exits in my custom program just like provided in SAP std programs to facilitate the clients to modify my custom program according to their requirements.&lt;/P&gt;&lt;P&gt;can u plz suggest me how to create enhancements/user-exits in Custom programs.&lt;/P&gt;&lt;P&gt;Plz help its urgent...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Dec 2007 09:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-user-exits/m-p/3206320#M764406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-22T09:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Custom User Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-user-exits/m-p/3206321#M764407</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;&lt;STRONG&gt;Create user Exits in custom programs&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example to create customer exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write in your custom program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: v_date type d.&lt;/P&gt;&lt;P&gt;CALL CUSTOMER-FUNCTION '001'&lt;/P&gt;&lt;P&gt;EXPORTING &lt;/P&gt;&lt;P&gt;DATE = v_date &lt;/P&gt;&lt;P&gt;IMPORTING &lt;/P&gt;&lt;P&gt;date_e = v_date. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give whatever import and export parameters you want&lt;/P&gt;&lt;P&gt;Double click on this and it will give you a pop up to create funtion module doesn't not exits and do you want to continue&lt;/P&gt;&lt;P&gt;like EXIT_PROGRAMNAME_001. Click on Yes, This will give you pop up to create function module, give the funtion group and short text&lt;/P&gt;&lt;P&gt;Another informaiton pop you will get that the function module is sap reserved.. hit enter.&lt;/P&gt;&lt;P&gt;Then create the funtion module with desired imports and export parameters and Include will be already added in source code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now create the SAP Enhancement using tcode SMOD.&lt;/P&gt;&lt;P&gt;Enter enhancement name (eg. ZTESTECR) and click on create. Enter text, then click on components, &lt;/P&gt;&lt;P&gt;in the components add the function module EXIT_PROGRAMNAME_001 and save&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now for the project management of enhancements create project using tcode CMOD.&lt;/P&gt;&lt;P&gt;Enter project name (eg. ZTESTPJ) Click on create, then click on Enhancement assingment (eg. ZTESTECR) Then click on components and activate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The customer exit you have created in the program is now activated as well. &lt;/P&gt;&lt;P&gt;Similarly you can create more in same program and create funtion modules and add them in the enhancements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;award points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Dec 2007 11:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-user-exits/m-p/3206321#M764407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-22T11:20:13Z</dc:date>
    </item>
  </channel>
</rss>

