<?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 What is User Exist? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-user-exist/m-p/1157748#M119414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is UserExist? How to find userexist?&lt;/P&gt;&lt;P&gt;and how to Implement in SAP Application?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Dharmesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Feb 2006 09:01:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-21T09:01:02Z</dc:date>
    <item>
      <title>What is User Exist?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-user-exist/m-p/1157748#M119414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is UserExist? How to find userexist?&lt;/P&gt;&lt;P&gt;and how to Implement in SAP Application?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Dharmesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 09:01:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-user-exist/m-p/1157748#M119414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-21T09:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: What is User Exist?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-user-exist/m-p/1157749#M119415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dharmesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In sap transactions/prgrams,&lt;/P&gt;&lt;P&gt;   they have provide POINTS&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  a) at the time of display data&lt;/P&gt;&lt;P&gt;  b) at the time of saving data &lt;/P&gt;&lt;P&gt;  c) etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where they call some FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this FM we can write our customer&lt;/P&gt;&lt;P&gt;code to do some validations etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is called USER-EXIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.How to find userexist?&lt;/P&gt;&lt;P&gt; Use SMOD tcode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to Implement in SAP Application?&lt;/P&gt;&lt;P&gt;We can only implement&lt;/P&gt;&lt;P&gt;if the sap program provides the  POINTS&lt;/P&gt;&lt;P&gt;Other wise not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it provides, then we can use CMOD(to make a new project)&lt;/P&gt;&lt;P&gt;and enhance it using the name of the user-exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 09:04:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-user-exist/m-p/1157749#M119415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-21T09:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: What is User Exist?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-user-exist/m-p/1157750#M119416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dharmesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Provides a include file where u can add extra functionality to the existing applications. This can be done thru the user-exists...where the user can add the xtra functionality required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For every standard applicaton there exists a user-exit. u can search the user-exist in transaction SMOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After searching the required exit. u can modify/add the code thru transaction CMOD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 09:05:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-user-exist/m-p/1157750#M119416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-21T09:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: What is User Exist?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-user-exist/m-p/1157751#M119417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dharmesh,&lt;/P&gt;&lt;P&gt;User exits are empty subroutines that SAP developers have provided for you.YOu can fill them with your own source code.You can search for user exit using "PERFORM userexit_" in main program of a transaction..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abdul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 09:14:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-user-exist/m-p/1157751#M119417</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-02-21T09:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: What is User Exist?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-user-exist/m-p/1157752#M119418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. 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;2. How to find user exits and to implement.&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;If you know the Exit name, go to transaction CMOD. Choose menu Utillities-&amp;gt;SAP Enhancements.  &lt;/P&gt;&lt;P&gt;Enter the exit name and press enter.  &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 09:15:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-user-exist/m-p/1157752#M119418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-21T09:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: What is User Exist?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-user-exist/m-p/1157753#M119419</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 out these links:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="113022"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;PRE&gt;&lt;CODE&gt;Finding the user-exits of a SAP transaction code
*
* Enter the transaction code in which you are looking for the user-exit
* and it will list you the list of user-exits in the transaction code.
* Also a drill down is possible which will help you to branch to SMOD.
*
* Written by : SAP Basis, ABAP Programming and Other IMG Stuff
*              http://www.sap-img.com
*

report zuserexit no standard page heading.
tables : tstc, tadir, modsapt, modact, trdir, tfdir, enlfdir.
         tables : tstct.
data : jtab like tadir occurs 0 with header line.
data : field1(30).
data : v_devclass like tadir-devclass.
parameters : p_tcode like tstc-tcode obligatory.

select single * from tstc where tcode eq p_tcode.
if sy-subrc eq 0.
   select single * from tadir where pgmid = 'R3TR'
                    and object = 'PROG'
                    and obj_name = tstc-pgmna.
   move : tadir-devclass to v_devclass.
      if sy-subrc ne 0.
         select single * from trdir where name = tstc-pgmna.
         if trdir-subc eq 'F'.
            select single * from tfdir where pname = tstc-pgmna.
            select single * from enlfdir where funcname =
            tfdir-funcname.
            select single * from tadir where pgmid = 'R3TR'
                               and object = 'FUGR'
                               and obj_name eq enlfdir-area.

            move : tadir-devclass to v_devclass.
          endif.
       endif.
       select * from tadir into table jtab
                     where pgmid = 'R3TR'
                       and object = 'SMOD'
                       and devclass = v_devclass.
        select single * from tstct where sprsl eq sy-langu and
                                         tcode eq p_tcode.
        format color col_positive intensified off.
        write:/(19) 'Transaction Code - ',
             20(20) p_tcode,
             45(50) tstct-ttext.
                    skip.
        if not jtab[] is initial.
           write:/(95) sy-uline.
           format color col_heading intensified on.
           write:/1 sy-vline,
                  2 'Exit Name',
                 21 sy-vline ,
                 22 'Description',
                 95 sy-vline.
           write:/(95) sy-uline.
           loop at jtab.
              select single * from modsapt
                     where sprsl = sy-langu and
                            name = jtab-obj_name.
                   format color col_normal intensified off.
                   write:/1 sy-vline,
                          2 jtab-obj_name hotspot on,
                         21 sy-vline ,
                         22 modsapt-modtext,
                         95 sy-vline.
           endloop.
           write:/(95) sy-uline.
           describe table jtab.
           skip.
           format color col_total intensified on.
           write:/ 'No of Exits:' , sy-tfill.
        else.
           format color col_negative intensified on.
           write:/(95) 'No User Exit exists'.
        endif.
      else.
          format color col_negative intensified on.
          write:/(95) 'Transaction Code Does Not Exist'.
      endif.

at line-selection.
   get cursor field field1.
   check field1(4) eq 'JTAB'.
   set parameter id 'MON' field sy-lisel+1(10).
   call transaction 'SMOD' and skip first   screen.

*---End of Program

&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gayathri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 09:20:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-user-exist/m-p/1157753#M119419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-21T09:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: What is User Exist?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-user-exist/m-p/1157754#M119420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;The naming standard of function modules for functionmodule exits is: &lt;/P&gt;&lt;P&gt;EXIT_&amp;lt;program name&amp;gt;&amp;lt;3 digit suffix&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The call to a functionmodule exit is implemented as: &lt;/P&gt;&lt;P&gt;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;Example: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program for transaction VA01 Create salesorder is SAPMV45A &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you search for CALL CUSTOMER-FUNCTION i program &lt;/P&gt;&lt;P&gt;SAPMV45A you will find ( Among other user 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;How to find user exits :&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. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose menu Utillities-&amp;gt;SAP Enhancements. 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;Using Project management of SAP Enhancements :&lt;/P&gt;&lt;P&gt;We want to create a project to enahance trasnaction 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;&lt;/P&gt;&lt;P&gt;In the first column enter V45A0002 Predefine sold-to party in sales document . Note that an enhancement can only be used i 1 project. If the enhancement is already in use, and error message will be displayed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press Save &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press Components. You can now see that enhancement uses user exit EXIT_SAPMV45A_002. Double click on the exit. &lt;/P&gt;&lt;P&gt;&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;&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;&lt;/P&gt;&lt;P&gt;Goto transaction VA01 and craete a salesorder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 09:23:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-user-exist/m-p/1157754#M119420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-21T09:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: What is User Exist?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-user-exist/m-p/1157755#M119421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dharmesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. USER EXITS are FORMS and are called by SAP standard programs using PERFORM.&lt;/P&gt;&lt;P&gt;2. Inside the form (user exit) you can read and change almost any global data from host program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.User exits are more flexible because you have more information to use in your code but on the other hand , it is very easy to manipulate erroneously global data and lead the standard program to a dump or even to make database inconsistent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.User-exit doesn&amp;#146;t have any classification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.User Exits are Basically designed For SD module.&lt;/P&gt;&lt;P&gt;6. User-exits can be written only using access-key.&lt;/P&gt;&lt;P&gt;7.With user-exits the code , the developer has written 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;For moe information you can follow this link :&lt;/P&gt;&lt;P&gt; &lt;A href="https://www.sdn.sap.com/irj/sdn/collaboration" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/collaboration&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Kunal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 10:40:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-user-exist/m-p/1157755#M119421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-21T10:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: What is User Exist?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-user-exist/m-p/1157756#M119422</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;1. As per the forum etiquette,&lt;/P&gt;&lt;P&gt;   u may pls award points&lt;/P&gt;&lt;P&gt;   to helpful answers by clicking the STAR&lt;/P&gt;&lt;P&gt;   on the left of that reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 11:01:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-user-exist/m-p/1157756#M119422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-21T11:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: What is User Exist?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-user-exist/m-p/1157757#M119423</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;Send me a mail to my EmailID: ramanan_9@yahoo.co.in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will provide a good document on USer exit. &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>Tue, 21 Feb 2006 13:24:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-user-exist/m-p/1157757#M119423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-21T13:24:54Z</dc:date>
    </item>
  </channel>
</rss>

