<?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: User Exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288409#M154608</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;         Thank you.  My Mail id is Neptune.m@gmail.com.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt; Neptune.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Mar 2006 08:52:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-29T08:52:36Z</dc:date>
    <item>
      <title>User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288402#M154601</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 Explain what is User Exit and types of user exits ? Please Explain in details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks,&lt;/P&gt;&lt;P&gt; Neptune.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2006 08:44:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288402#M154601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-29T08:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288403#M154602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The R/3 enhancement concept allows you to add your own functionality to SAP &amp;#146;s standard business applications without having to modify the original applications. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are three types of exits:&lt;/P&gt;&lt;P&gt;  Menu Exits&lt;/P&gt;&lt;P&gt;  Screen Exits&lt;/P&gt;&lt;P&gt;  Function module Exits&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Menu exits allow  you to attach your own processes to action menu items &lt;/P&gt;&lt;P&gt;The Menu exit entries have function codes that begin with + (Plus sign).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen exits add fields to screens in R/3 applications. &lt;/P&gt;&lt;P&gt;SAP creates screen exits by placing special subscreen areas on a&lt;/P&gt;&lt;P&gt; standard R/3 screen and calling a customer subscreen from the standard screen&amp;#146;s flow logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function module exits allow you, as customer, to &lt;/P&gt;&lt;P&gt;implement additional logic in an application function. &lt;/P&gt;&lt;P&gt;The SAP applications programmer defines where in the application &lt;/P&gt;&lt;P&gt;function the function module exits are placed and which data is to be transferred. &lt;/P&gt;&lt;P&gt;The programmer also creates the related function modules with short text, interface, &lt;/P&gt;&lt;P&gt;and documentation and describes the intended functionality of the function &lt;/P&gt;&lt;P&gt;module exit in the SAP documentation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2006 08:48:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288403#M154602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-29T08:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288404#M154603</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;User exits (Function module exits) are exits developed by SAP. The exit is implementerd as a call to a functionmodule. The code for the function module is writeen by the developer. You are not writing the code directly in the function module, but in the include that is implemented in the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this &amp;lt;a href="http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm"&amp;gt;link&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ficoexpertonline.com/downloads/User%20ExitsWPedit.doc" target="test_blank"&gt;http://www.ficoexpertonline.com/downloads/User%20ExitsWPedit.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://www.planetsap.com/Userexit_List.htm"&amp;gt;List of User Exits&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.easymarketplace.de/userexit.php" target="test_blank"&gt;http://www.easymarketplace.de/userexit.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;jaga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2006 08:49:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288404#M154603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-29T08:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288405#M154604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Neptune,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give me ur maild.So that i can send u a documene about userexits basics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Raja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2006 08:49:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288405#M154604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-29T08:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288406#M154605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi neptune,&lt;/P&gt;&lt;P&gt;SAP delivers a broad range of business functions within its R/3 application suite.  The standard applications may not offer some of the functionality needed.  The R/3 enhancement concept allows addition of one&amp;#146;s own functionality to SAP&amp;#146;s standard business applications.&lt;/P&gt;&lt;P&gt;SAP creates user exits for specific programs, screens and menus within standard R/3 applications.  These exits do not contain any functionality.  Instead, the user exits act as hooks. One can hang his own add-on functionality onto these hooks.&lt;/P&gt;&lt;P&gt;The user exit is a point in a SAP program where a customer&amp;#146;s own program can be called. On upgrade, each user exit must be checked to ensure that it conforms to the standard system.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;There are three types of exits:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;  Menu Exits&lt;/P&gt;&lt;P&gt;  Screen Exits&lt;/P&gt;&lt;P&gt;  Function module Exits&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;MENU EXITS&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;1.Menu exits allow  you to attach your own processes to action menu items. For this, the SAP applications programmer reserves certain menu entries in the GUI interface.&lt;/P&gt;&lt;P&gt;2.The Menu exit entries have function codes that begin with + (Plus sign).&lt;/P&gt;&lt;P&gt;3.Once you activate the menu exits, they become visible in the application. When the menu item is selected, either the functionality provided by the SAP applications programmer or your own functionality implemented in the program exit is processed.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Screen Exits&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Screen exits add fields to screens in R/3 applications. SAP creates screen exits by placing special subscreen areas on a standard R/3 screen and calling a customer subscreen from the standard screen&amp;#146;s flow logic.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Function module Exits&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;1.Function module exits allow you, as customer, to implement additional logic in an application function. The SAP applications programmer defines where in the application function the function module exits are placed and which data is to be transferred. The programmer also creates the related function modules with short text, interface, and documentation and describes the intended functionality of the function module exit in the SAP documentation.&lt;/P&gt;&lt;P&gt;2.You code the function modules, and if needed the screens, text elements, and your own Includes for the function group.&lt;/P&gt;&lt;P&gt;3.After you activate the enhancement project that contains the function module as component the ABAP/4 code will be processed. Before that, the program exits have no effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;close the thread if ur query is solved...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ashok Kumar Prithiviraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2006 08:50:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288406#M154605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-29T08:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288407#M154606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi selvan,&lt;/P&gt;&lt;P&gt; The R/3 enhancement concept allows you to add your own functionality to SAP&amp;#146;s standard business applications without having to modify the original applications.  &lt;/P&gt;&lt;P&gt;SAP creates user exits for specific programs, screens, and menus within standard R/3 applications. These exits do not contain any functionality. Instead, the customer exits act as hooks. You can hang your own add-on functionality onto these hooks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES :&lt;/P&gt;&lt;P&gt;Menu Exits &lt;/P&gt;&lt;P&gt;Menu exits add items to the pulldown menus in standard SAP applications. You can use these menu items to call up your own screens or to trigger entire add-on applications&lt;/P&gt;&lt;P&gt;Screen Exits &lt;/P&gt;&lt;P&gt;Screen exits add fields to screens in R/3 applications. SAP creates screen exits by placing special subscreen areas on a standard R/3 screen and calling a customer subscreen from the standard screen&amp;#146;s flow logic. &lt;/P&gt;&lt;P&gt;Function Module Exits  &lt;/P&gt;&lt;P&gt;Function module exits add functions to R/3 applications. Function module exits play a role in both menu and screen exits.  &lt;/P&gt;&lt;P&gt;Field Exits &lt;/P&gt;&lt;P&gt;Field exits allow you to create your own programming logic for any data element in the Dictionary. You can use this logic to carry out checks, conversions, or business-related processing for any screen field.  Example: The data element BBBNR identifies a company&amp;#146;s international location number. You might want to set up your R/3 System so that all international location numbers are larger than 100.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2006 08:51:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288407#M154606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-29T08:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288408#M154607</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;/P&gt;&lt;P&gt;The user exit is a point in a SAP program where a customer&amp;#146;s own program can be called. On upgrade, each user exit must be checked to ensure that it conforms to the standard system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two types of user exit:&lt;/P&gt;&lt;P&gt;&amp;#149;	User exits that use INCLUDEs. &lt;/P&gt;&lt;P&gt;These are customer enhancements that are called directly in the program.&lt;/P&gt;&lt;P&gt;&amp;#149;	User exits that use tables. &lt;/P&gt;&lt;P&gt;These are used and managed using Customizing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also refer this link it may be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.csee.umbc.edu/help/oracle8/server.815/a42525/ch11.htm#toc123" target="test_blank"&gt;http://www.csee.umbc.edu/help/oracle8/server.815/a42525/ch11.htm#toc123&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward points if it is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Arun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2006 08:51:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288408#M154607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-29T08:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288409#M154608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;         Thank you.  My Mail id is Neptune.m@gmail.com.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt; Neptune.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2006 08:52:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288409#M154608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-29T08:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288410#M154609</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;Check this SAP help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2006 08:52:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288410#M154609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-29T08:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288411#M154610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Just have look into below link&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/enhance/enhancehome.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/enhance/enhancehome.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2006 08:53:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288411#M154610</guid>
      <dc:creator>vinod_gunaware2</dc:creator>
      <dc:date>2006-03-29T08:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288412#M154611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai neptune,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user exits:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP has developed various modules with standards, but the requirements of customers differ from place to place. In this scenario it becomes imperative to modify SAP objects to suit the customers need. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The R/3 enhancement concept allows you to add your own functionality to SAP &amp;#146;s standard business applications without having to modify the original applications. SAP creates customer exits for specific programs, screens, and menus within standard R/3 applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two main reasons why you should use exits rather than modifying SAP software yourself.                                                                                *Add-ons attached to exits have the advantage that:&lt;/P&gt;&lt;P&gt; *They do not affect standard SAP source code.&lt;/P&gt;&lt;P&gt;  *They do not affect software updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types of exits:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  *Menu Exits&lt;/P&gt;&lt;P&gt;  *Screen Exits&lt;/P&gt;&lt;P&gt;  *function module Exits  &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;field exits.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;custom exits are also available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;praba.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2006 08:55:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288412#M154611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-29T08:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288413#M154612</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;Pls check your gmail ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;Venkat Ramanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2006 11:31:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288413#M154612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-29T11:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288414#M154613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Thank you very much .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Rgds&lt;/P&gt;&lt;P&gt; Neptune.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2006 11:34:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288414#M154613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-29T11:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288415#M154614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi neptune,&lt;/P&gt;&lt;P&gt;please close the thread if ur query is solved and award appropriate to points to all..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2006 11:39:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1288415#M154614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-29T11:39:02Z</dc:date>
    </item>
  </channel>
</rss>

