<?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/3647026#M878299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Goto SE93 and give the Transaction name in which you want to add the new fields and get the package name for the Transaction.&lt;/P&gt;&lt;P&gt;    Now goto transaction SMOD and give the package name in the F4 help at the Enhancement field. So now u will get all the exit names for the Package to which your transaction belongs and from these you can choose the Exit you need. To add new fields you need to check for the Screen Exits in the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rwd if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Apr 2008 08:20:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-21T08:20:08Z</dc:date>
    <item>
      <title>USER EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3647024#M878297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;  This is very urgent and help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody tell me that, When I will decide that which user exit is needed ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And my query is " I want to delete two standard fields and how I will  &lt;/P&gt;&lt;P&gt;add two new fields as per the clients requirement on the standard screen".&lt;/P&gt;&lt;P&gt; Also better anybody can explain by an example with code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;definite I will give you points. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2008 17:50:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3647024#M878297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-19T17:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: USER EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3647025#M878298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    You can add fields in standerd screen by Screen exit.&lt;/P&gt;&lt;P&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;the tcode is cmod...&lt;/P&gt;&lt;P&gt;1.From the main screen of the Project management transaction, proceed as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select Enhancement components and choose Change. &lt;/P&gt;&lt;P&gt;2.Choose Edit component. &lt;/P&gt;&lt;P&gt;3.Choose the screen exit and double click on it &lt;/P&gt;&lt;P&gt;4.Create your subscreen using the Screen Painter. &lt;/P&gt;&lt;P&gt;5.Design your screen to be added to the standard screen and activate the particular screen and return back to the flow logic . &lt;/P&gt;&lt;P&gt;6.Choose the PAI and PBO to write down the logic.&lt;/P&gt;&lt;P&gt;7.Generate your screen and choose Back (the green arrow) to return to the Project management transaction.&lt;/P&gt;&lt;P&gt;8.Go to the transaction ME22 to view the customer defined screen exit.&lt;/P&gt;&lt;P&gt;9.Enter the purchase order number and press Enter.&lt;/P&gt;&lt;P&gt;10.Go to the menu header --&amp;gt; Details. &lt;/P&gt;&lt;P&gt;11.Purchase number is visible on the standard screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find screen exit for particuler t.code is&lt;/P&gt;&lt;P&gt;1) Go to SMOD. Press F4 in the Enhancement field. In the next popup window, click pushbutton &amp;#145;SAP Applications&amp;#146;. A list will appear that contains information on all the enhancements, categorized under functional areas. Developer must search for the enhancements relevant to his functional area of interest &amp;#150; for e.g., Purchasing, Asset Accounting, etc. &lt;/P&gt;&lt;P&gt;2) Note down the enhancements. Then, come to the initial screen of SMOD and view the documentation of each enhancement to find out which one is required for your development. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you just go through these links also&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1255460"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction" target="test_blank"&gt;http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Apr 2008 05:50:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3647025#M878298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-20T05:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: USER EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3647026#M878299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Goto SE93 and give the Transaction name in which you want to add the new fields and get the package name for the Transaction.&lt;/P&gt;&lt;P&gt;    Now goto transaction SMOD and give the package name in the F4 help at the Enhancement field. So now u will get all the exit names for the Package to which your transaction belongs and from these you can choose the Exit you need. To add new fields you need to check for the Screen Exits in the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rwd if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 08:20:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3647026#M878299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T08:20: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/3647027#M878300</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;What is User Exits?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User exits are actually empty subroutines that SAP developers provide for you. You can fill them with your own source code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The original purpose of user exits was to allow the user to avoid  modification adjustment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How User Exits are defined?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SAP developer creates a special include in a module pool. These includes contain one or more subroutines routines that satisfy the naming convention  userexit_&amp;lt;name&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The calls for these subroutines have already been implemented in the R/3 program.&lt;/P&gt;&lt;P&gt; Usually global variables are used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After delivering them, SAP never alters includes created in this manner; if new user exits must be delivered in a new release, they are placed in a new include program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Limitations of User Exits&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cannot be reusable.&lt;/P&gt;&lt;P&gt;Read and change almost any global data from host program.&lt;/P&gt;&lt;P&gt;User-exits can be written only using access-key.&lt;/P&gt;&lt;P&gt;will not be there for next version unless modification assistance tool is used &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Disadvantages&lt;/P&gt;&lt;P&gt;Very easy to manipulate erroneously global data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 11:50:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3647027#M878300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T11:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: USER EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3647028#M878301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;User exits&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Introduction&lt;/P&gt;&lt;P&gt;2. How to find user exits&lt;/P&gt;&lt;P&gt;3. Using Project management of SAP Enhancements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. Introduction&lt;/STRONG&gt;&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 implemented as a call to &lt;/P&gt;&lt;P&gt;a function module. The code for the function module is written by the developer. You are not writing &lt;/P&gt;&lt;P&gt;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;&lt;/P&gt;&lt;P&gt;The naming standard of function modules for function module exits is:  EXIT_&amp;lt;program name&amp;gt;&amp;lt;3 &lt;/P&gt;&lt;P&gt;digit suffix&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The call to a function module exit is implemented as: CALL CUSTOMER.-FUNCTION &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt; digit suffix&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program for transaction VA01 Create sales order is SAPMV45A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you search for CALL CUSTOMER-FUNCTION  program SAPMV45A you will find ( Among other user &lt;/P&gt;&lt;P&gt;exits):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL CUSTOMER-FUNCTION '003'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;xvbak   = vbak&lt;/P&gt;&lt;P&gt;xvbuk   = vbuk&lt;/P&gt;&lt;P&gt;xkomk   = tkomk&lt;/P&gt;&lt;P&gt;importing&lt;/P&gt;&lt;P&gt;lvf_subrc = lvf_subrc&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;xvbfa = xvbfa&lt;/P&gt;&lt;P&gt;xvbap = xvbap&lt;/P&gt;&lt;P&gt;xvbup = xvbup.&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;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. How to find user exits&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Display the program where you are searching for and exit and search for CALL CUSTOMER-EXIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you know the Exit name, go to transaction CMOD. Choose menu Utilities-&amp;gt;SAP Enhancements. &lt;/P&gt;&lt;P&gt;Enter the exit name and press enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will now come to a screen that shows the function module exits for the exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. Using Project management of SAP Enhancements&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We want to create a project to enhance transaction VA01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to transaction CMOD&lt;/P&gt;&lt;P&gt;Create a project called ZVA01&lt;/P&gt;&lt;P&gt;Choose the Enhancement assign radio button and press the Change button&lt;/P&gt;&lt;P&gt;In the first column enter V45A0002 Predefine sold-to party in sales document . Note that an &lt;/P&gt;&lt;P&gt;enhancement can only be used i 1 project. If the enhancement is all ready in use, and error message will be displayed.&lt;/P&gt;&lt;P&gt;Press Save&lt;/P&gt;&lt;P&gt;Press Components. You can now see that enhancement uses user exit EXIT_SAPMV45A_002. &lt;/P&gt;&lt;P&gt;Double click on the exit.&lt;/P&gt;&lt;P&gt;Now the function module is displayed. Double click on include ZXVVAU04 in the function module&lt;/P&gt;&lt;P&gt;Insert the following code into the include: E_KUNNR = '2155'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activate the include program. Go back to CMOD and activate the project.&lt;/P&gt;&lt;P&gt;Go to transaction VA01 and create a sales order. Note that Sold-to-party now automatically is "2155".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will be helpful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Swamy Kunche&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 18:15:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3647028#M878301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T18:15:27Z</dc:date>
    </item>
  </channel>
</rss>

