<?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 Exits in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/884909#M52317</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI - The following thread will help you find the enhancement in CMOD (for your function):&lt;/P&gt;&lt;P&gt;&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="407299"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 May 2005 14:49:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-05-25T14:49:31Z</dc:date>
    <item>
      <title>User Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/884904#M52312</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;How can we find out where a User Exit(function module) is being triggered exactly(on what action) ?&lt;/P&gt;&lt;P&gt;Can we define this triggering ? If yes how can we do it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2005 12:58:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/884904#M52312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-25T12:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: User Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/884905#M52313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Archana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Put a soft break point in the user exit function module, and then return to the transaction and perform your processing.  When it hits the break point then you know that this action triggers the user exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. No, when userexits are called is fixed.  If its called from multiple locations, however, you can implement in your userexit code how to handle the seperate contexts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2005 13:02:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/884905#M52313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-25T13:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: User Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/884906#M52314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brad...&lt;/P&gt;&lt;P&gt;thanx so much...&lt;/P&gt;&lt;P&gt;but I've tried doing that but it is not helping...thats why I want to find out from where is it getting triggered...b'cos it does not go to the debugger on the transaction that I want it to trigger...thats why was also wondering if we could define where it can be triggered...do u have any solution ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2005 14:20:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/884906#M52314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-25T14:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: User Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/884907#M52315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Archana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First step, have you activated the userexit in CMOD?  If its not activated then it wont be executed and wont stop at your break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next (if already activated) did you look at the exit documentation?  You can look at the component documentation in CMOD or the function module documentation in SE37, or in the relevant IMG application help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are still stuck, then post the userexit function and perhaps we can shed some more light on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2005 14:28:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/884907#M52315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-25T14:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: User Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/884908#M52316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do a where used on the user exit function module to see from where it is called.   In those programs, set a breakpoint before the call to the user exit function module.  Step through the code.  Is your user exit being fired?  If not,  are you sure that you have activated it via CMOD/SMOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2005 14:28:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/884908#M52316</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-05-25T14:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: User Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/884909#M52317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI - The following thread will help you find the enhancement in CMOD (for your function):&lt;/P&gt;&lt;P&gt;&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="407299"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2005 14:49:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/884909#M52317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-25T14:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: User Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/884910#M52318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Make sure the calling program that has your user exit code is not called in the background.Assuming you have taken care of all the notes in the previous posts, In your user exit try to write the system variable SY-BATCH and some other import parameter values passed to your User Exit from the calling program to an ITAB and write the ITAB to your local desktop as a text file.This will tell you atleast if the user exit code is called and what values goes in if the file is written.If no file, then your user exit is not called.Hopefully you will find the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;Gisk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2005 16:21:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exits/m-p/884910#M52318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-25T16:21:27Z</dc:date>
    </item>
  </channel>
</rss>

