<?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/1449514#M212987</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IDoc processing happens in a separate background process, so the processing won't stop for you to see it.&lt;/P&gt;&lt;P&gt;I've found that the best way to debug is to use the IDoc test environment (WE19), copy an existing IDoc (enter its number on the selection screen in the field "Existing IDoc"), and process your copy via "Inbound function module", in foreground. This should work, i.e. the processing will stop at your breakpoint, if I remember well (it's been some time since I've worked in this area).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jun 2006 16:56:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-15T16:56:58Z</dc:date>
    <item>
      <title>user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1449505#M212978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a function exit and Include file in it. I want to make some changes in the include file and debug it. How should I do it. If I set a break point in the include and run the function exit, it is not stopping in the include. Please help me how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Veni.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 16:12:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1449505#M212978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T16:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1449506#M212979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a project in Tx:CMOD and assign the enhancement of the function exit and activate the project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 16:15:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1449506#M212979</guid>
      <dc:creator>sridhar_k1</dc:creator>
      <dc:date>2006-06-15T16:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1449507#M212980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have already activated the project then put a break point at the statement the function exit is called...then you will whether the control is going there atleast or getting skipped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 16:17:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1449507#M212980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T16:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1449508#M212981</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;After placing the break point, u need to executre the transaction assoiated to this exit. Then it will stop when the corresponding event is triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreedhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 16:17:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1449508#M212981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T16:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1449509#M212982</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;First go to CMOD and crate the Project and then Assign the Enhancement to it . adn then implement the exit by double clicking the Function module, there you have to add the code inside the ZX*****include . and write the code. and activate the FM,and Project. and now keep a break point in the include code. and now run the Corresponding transaction.&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>Thu, 15 Jun 2006 16:22:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1449509#M212982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T16:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1449510#M212983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Veni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   put tis code into ur INCLUDE program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       If sy-uname = &amp;lt;give ur user name&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          break-point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       endif.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Selvapandian Arunachalam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 16:27:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1449510#M212983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T16:27: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/1449511#M212984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The information you provided is not sufficient to give you any reason why it is not stopping at the breakpoint. In all probability, your user exit is called in an update task and so it is not stopping at your breakpoint. Another reason could be that your user exit is an output related one like IDOC. Please let us know the user exit and the include so that we can give you a way to debug.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 16:35:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1449511#M212984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T16:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1449512#M212985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is related to IDOC. EXIT_SAPLVMDE_003 is the exit and ZXLIDU17 is the Include. Please help me how to debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Veni.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 16:48:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1449512#M212985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T16:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1449513#M212986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main program which is calling EXIT_SAPLVMDE_003, put a breakpoint at a statement before calling this exit. I dont know whether it is looking for some condition before calling this exit or not. So try a breakpoint before the exit and check whether the control is going till there. If the control goes inside, the it will surely pass through the include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 16:54:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1449513#M212986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T16:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1449514#M212987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IDoc processing happens in a separate background process, so the processing won't stop for you to see it.&lt;/P&gt;&lt;P&gt;I've found that the best way to debug is to use the IDoc test environment (WE19), copy an existing IDoc (enter its number on the selection screen in the field "Existing IDoc"), and process your copy via "Inbound function module", in foreground. This should work, i.e. the processing will stop at your breakpoint, if I remember well (it's been some time since I've worked in this area).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 16:56:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1449514#M212987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T16:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1449515#M212988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Veni,&lt;/P&gt;&lt;P&gt;Put a breakpoint somewhere in FM SD_IDOC_INPUT_PICKING, jst before routine 'perform sdpiid01_verarbeiten using idoc_nummer'. This routine call the user exit. In case of return &amp;lt;&amp;gt; 0, this routine will be skipped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check if the user exit is activated(Just a thought)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vikram&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward for helpful replies!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 17:01:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1449515#M212988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T17:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1449516#M212989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since this is an inbound IDOC, you have to use WE19 test tool to get into debugging. If it is outbound, then you can execute RSNAST00 for the specified output type and stop at the break point. Of course the output in this case should not be set up for immediate processing or repeat output should be allowed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 17:08:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1449516#M212989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T17:08:33Z</dc:date>
    </item>
  </channel>
</rss>

