<?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: Create new User Exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-new-user-exit/m-p/2952269#M696217</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;Thanks for your inputs....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you are not so far clear about my question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me clear once again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to add a print option to the already existing Standard Tcode F-02. I know it is possible through User exit but how to find the user exit at where i can perform my coding i mean what is the report name where i can add coding. Any suggestions plzzz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its urgent &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Oct 2007 07:51:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-15T07:51:15Z</dc:date>
    <item>
      <title>Create new User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-new-user-exit/m-p/2952267#M696215</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;I'm new to this User Exit. I got an requirement on Userexit in which ihave to create  a print Tab option  while the user saves a document in the Tcode F-02. In the T-code F-02 while the user post all his documents at the time of save there shoul display an option &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Print the output?? &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If he press Yes then it have to print that document immediately. Any suggestions plzzz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 07:38:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-new-user-exit/m-p/2952267#M696215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-15T07:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Create new User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-new-user-exit/m-p/2952268#M696216</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;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Difference between user exits &amp;amp; customer exits:&lt;/U&gt;&lt;/P&gt; &lt;BR /&gt;&lt;B&gt;&lt;/B&gt;&lt;EM&gt;User exit -&lt;/EM&gt;&amp;lt;/b&amp;gt; A user exit is a three character code that instructs the system to access a program during system processing. &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SXX:&lt;/EM&gt; S is for standard exits that are delivered by SAP.   XX represents the 2-digit exit number. &lt;/P&gt;&lt;P&gt;&lt;EM&gt;UXX:&lt;/EM&gt; U is for user exits that are defined by the user.  XX represents the 2-digit exit number &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;b&amp;gt;Customer exit -&amp;lt;/b&amp;gt;&lt;/EM&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. 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;U&gt;&lt;B&gt;The following document is about exits in SAP :-&lt;/B&gt;&lt;/U&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;BR /&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;BR /&gt;&lt;U&gt;&lt;B&gt;Types of Exits&lt;/B&gt;&lt;/U&gt; &lt;BR /&gt;There are several different types of user exits. Each of these exits acts as hooks where you can attach or "hang" your own add-ons. &lt;BR /&gt;&lt;U&gt;&lt;B&gt;Menu Exits&lt;/B&gt;&lt;/U&gt; &lt;BR /&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;BR /&gt;SAP creates menu exits by defining special menu items in the Menu Painter. These special entries have function codes that begin with "+" (a plus sign). You specify the menu item&amp;#146;s text when activating the item in an add-on project. &lt;BR /&gt;&lt;U&gt;&lt;B&gt;Screen Exits&lt;/B&gt;&lt;/U&gt; &lt;BR /&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;BR /&gt;&lt;U&gt;&lt;B&gt;Function Module Exits&lt;/B&gt;&lt;/U&gt; &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;When you add a new menu item to a standard pull down menu, you use a function module exit to define the actions that should take place once your menu is activated.  &lt;/P&gt;&lt;P&gt;Function module exits also control the data flow between standard programs and screen exit fields. SAP application developers create function module exits by writing calls to customer functions into the source code of standard R/3 programs.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+These calls have the following syntax: + &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL CUSTOMER-FUNCTION &amp;#145;001&amp;#146;.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Field Exits&lt;/U&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;BR /&gt;&lt;BR /&gt;The field exit concept lets you create a special function module that contains this logic. &lt;BR /&gt;&lt;BR /&gt;You assign the special function module to the data element BBBNR. You then assign the module to any programs and screens in which users can add new international location numbers. When you activate your field exit, the system automatically triggers your special routine whenever a user enters a company location number. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In 4.6c, you can use "RSMODPRF" program to create field exits. &lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;&lt;/U&gt;&lt;EM&gt;An example of a user exits :-&lt;/EM&gt;&amp;lt;/u&amp;gt; &lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
MODULE user_exit_0001 INPUT  
    CASE okcode. 
        WHEN 'BACK OR EXIT'. 
            CASE sy-dynnr. 
                    WHEN '100'. 
                         SET SCREEN 0. 
                         LEAVE SCREEN. 
                    WHEN '200'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;****************************************************************************** 
**** Note that you can write any code that satisfy your needs.                                                     **** 
**** But in this case, this was wrote as a sample code for reference sake.                                    **** 
**** And you can test it.                                                                                **** 
******************************************************************************  
                         SET SCREEN 100. 
                         LEAVE SCREEN. 
             ENDCASE. 
      ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Example:&lt;/EM&gt; The program for transaction VA01 Create salesorder is SAPMV45A &lt;/P&gt;&lt;P&gt;If you search for CALL CUSTOMER-FUNCTION i program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPMV45A you will find ( Among other user exits): &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL CUSTOMER-FUNCTION '003' 
  exporting 
    xvbak   = vbak 
    xvbuk   = vbuk 
    xkomk   = tkomk 
  importing 
    lvf_subrc = lvf_subrc 
  tables 
    xvbfa = xvbfa 
    xvbap = xvbap 
    xvbup = xvbup.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exit calls function module EXIT_SAPMV45A_003 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;2. How to find user exits?&lt;/U&gt;&lt;/P&gt; &lt;BR /&gt;Display the program where you are searching for and exit and search for CALL CUSTOMER-EXIT &lt;BR /&gt;&lt;BR /&gt;If you know the Exit name, go to transaction CMOD. &lt;BR /&gt;&lt;BR /&gt;Choose menu Utillities-&amp;gt;SAP Enhancements. Enter the exit name and press enter. &lt;BR /&gt;&lt;BR /&gt;You will now come to a screen that shows the function module exits for the exit. &lt;BR /&gt;&lt;BR /&gt;3. Using Project management of SAP Enhancements, we want to create a project to enahance trasnaction VA01 . &lt;BR /&gt;- Go to transaction CMOD &lt;BR /&gt;- Create a project called ZVA01 &lt;BR /&gt;- Choose the Enhancement assign radio button and press the Change button &lt;BR /&gt;In the first column enter V45A0002 Predefine sold-to party in sales document. &lt;BR /&gt;&lt;BR /&gt;Note that an enhancement can only be used in 1 project. If the enhancement is already in use, and error message will be displayed &lt;BR /&gt;Press Save &lt;BR /&gt;Press Components. You can now see that enhancement uses user exit &lt;BR /&gt;EXIT_SAPMV45A_002. Double click on the exit. &lt;BR /&gt;Now the function module is displayed. Double click on include ZXVVAU04 in the function module &lt;BR /&gt;Insert the following code into the include: E_KUNNR = '2155'. &lt;BR /&gt;Activate the include program. Go back to CMOD and activate the project. &lt;BR /&gt;Goto transaction VA01 and craete a salesorder. &lt;BR /&gt;Note that Sold-to-party now automatically is "2155" &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;&lt;B&gt;Questions on Field exits (SMOD/CMOD)&lt;/B&gt;&lt;/U&gt; &lt;BR /&gt;&lt;BR /&gt;1. Field exit was created with CMOD, but is not processed when calling the screen. &lt;BR /&gt;- Since the field exit is not processed until PAI, an action must be triggered on the screen (Return, Save, ...). &lt;BR /&gt;- Set profile parameter abap/fieldexit to YES and restart the system. &lt;BR /&gt;- After activating the function module FIELD_EXIT... and the field exit, leave the transaction on whose screen the field exit is to be executed. The screen is not generated until the transaction is started. &lt;BR /&gt;- Do not work on different application servers since there may be some delay before the field exit is activated. &lt;BR /&gt;- The profile parameter must be set on all or none of the application servers. &lt;BR /&gt;- If the field exit is to only be active on specific screens, check whether you chose the correct program and the correct screen &lt;BR /&gt; number (take care with subscreens). &lt;BR /&gt;- Using SE51 -&amp;gt; Field list, check that the screen field does have a reference to a data element. In the name of the field exit use the name of the data element and not the field name. &lt;P&gt;&lt;/P&gt;&lt;P&gt;- After transport, field exits are marked as active but will not be processed.  &lt;/P&gt;&lt;P&gt;   Tip: First try deactivating the field exit once more and then afterwards, activate it again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;b&amp;gt;2. How is performance affected by setting abap/fieldexit?&amp;lt;/b&amp;gt;&lt;/EM&gt; - If a screen is generated and the profile parameter is set, a check is run on 2 tables (TDDIR, TDDIRS) to see whether a field exit must be generated for the respective field. In practice, the screen load is not generated until the screen is selected after an &lt;/P&gt;&lt;P&gt;update. The user should not notice any difference because screen generation is very fast. &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;b&amp;gt;3. Can you read the contents of other screen fields in the field exit?&amp;lt;/b&amp;gt;&lt;/EM&gt; - In principle, every field exit can store its value in the global variables of the function group (TOP) and hence make them &lt;/P&gt;&lt;P&gt;available to other field exits. Note here that field exits are always called and not only if an entry is made in the field or if the field is empty. In addition, it is not possible to make any assumptions about the order in which the field exits will be called in the future. &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;b&amp;gt;4. How does the field exit behave on step loop fields ?&amp;lt;/b&amp;gt;&lt;/EM&gt; - After the user has entered data, the field exit is called in PAI as often as there are visible fields in the step loop. The system &lt;/P&gt;&lt;P&gt;variable SY-STEPL is incremented each time. If a new value is assigned to the field, it is displayed in the module between LOOP and ENDLOOP. This module is also called once for each visible step loop line. &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;b&amp;gt;5. Can field exits be debugged ?&amp;lt;/b&amp;gt;&lt;/EM&gt; - No. Field exits must be tested separately in the ABAP/4 Development Workbench. For errors which only occur in the screen environment, it is helpful to write interesting variable to the file system using TRANSFER... . These can then be analysed there. &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;b&amp;gt;6. What can you do if the field contents are no longer transported to to ABAP/4.&amp;lt;/b&amp;gt;&lt;/EM&gt; - Check whether a value is assigned to the field OUTPUT. &lt;/P&gt;&lt;P&gt;+&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;7. When is the field exit called if a conversion exit is attached to the&lt;BR /&gt; data element ?&lt;/P&gt;+ - The field exit is called after the conversion exit. This means that the INPUT field receives the data in the same format as the &lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP/4 program also receives it. &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;b&amp;gt;8. Although a global field exit is inactive, a function module is called which does not exist (for example FIELD_EXIT_PROGRAMM_@)&amp;lt;/b&amp;gt;&lt;/EM&gt; - This is an error in the kernel which no longer occurs as of 3.0C.  As a temporary measure, it is useful to assign a program and a screen which do not exist to the field exit and then activate the field exit. &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;b&amp;gt;9. Field exit is not visible in CMOD, although created.&amp;lt;/b&amp;gt;&lt;/EM&gt; - If you want to create a field exit for a data element, a function module is proposed with the name FIELD_EXIT_. This &lt;/P&gt;&lt;P&gt;function module must exist for the field exit to work. If you do not create this function module, but do create one with a suffix, &lt;/P&gt;&lt;P&gt;the data element is not displayed in CMOD. &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;b&amp;gt;10. Field exit is not executed although it is active.&amp;lt;/b&amp;gt;&lt;/EM&gt; -  Fields which do not have the 'Input field' attribute usually do not trigger a field exit. The field exit is designed to allow an &lt;/P&gt;&lt;P&gt;extended input check. It is therefore only called for input fields - even if they are not ready for input at runtime of the         application by LOOP AT SCREEN. &lt;/P&gt;&lt;P&gt;This rule does not apply, however, if the field is located within a steploop. Here the field will be always activated, even if it is &lt;/P&gt;&lt;P&gt;invisible. &lt;/P&gt;&lt;P&gt;- Field exits can only be executed for fields that are directly related tothe dictionary. If the relation is indirect, i.e. via an       ABAP declaration (  LIKE ), no field exit can be executed. &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;b&amp;gt;11. Field exits on check buttons do not work&amp;lt;/b&amp;gt;&lt;/EM&gt; -  Field exits are only intended for input fields. As check buttons count as graphical elements, you cannot install field exits on &lt;/P&gt;&lt;P&gt;them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 07:45:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-new-user-exit/m-p/2952268#M696216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-15T07:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Create new User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-new-user-exit/m-p/2952269#M696217</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;Thanks for your inputs....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you are not so far clear about my question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me clear once again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to add a print option to the already existing Standard Tcode F-02. I know it is possible through User exit but how to find the user exit at where i can perform my coding i mean what is the report name where i can add coding. Any suggestions plzzz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its urgent &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 07:51:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-new-user-exit/m-p/2952269#M696217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-15T07:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create new User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-new-user-exit/m-p/2952270#M696218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is possible in two ways.&lt;/P&gt;&lt;P&gt;One. First find the proper screen and search for screen exit. &lt;/P&gt;&lt;P&gt;Second is the BADI Implementation.&lt;/P&gt;&lt;P&gt;for this we need the SPRO path for that particular transaction (module).&lt;/P&gt;&lt;P&gt;Check with your functional people, they might help you for this path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 07:56:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-new-user-exit/m-p/2952270#M696218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-15T07:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create new User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-new-user-exit/m-p/2952271#M696219</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;Sunil &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u elaborate your answer little bit more how to perform that issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarsd&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 07:59:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-new-user-exit/m-p/2952271#M696219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-15T07:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create new User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-new-user-exit/m-p/2952272#M696220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any valuable inputs plzzz its a little bit urgent &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plzz  help me its a little bit urgent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        krishna kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 08:06:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-new-user-exit/m-p/2952272#M696220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-15T08:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create new User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-new-user-exit/m-p/2952273#M696221</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;Plz can anyone respond to me plzzz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 06:07:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-new-user-exit/m-p/2952273#M696221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T06:07:44Z</dc:date>
    </item>
  </channel>
</rss>

