<?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: Debugging UserExits? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-userexits/m-p/1702805#M307999</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Priyanka&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Please go through the navigation via MODSAP-&amp;gt;TSDIRT to find the enhancement name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Addition:&lt;/P&gt;&lt;P&gt;  Here is the enhancement name: &amp;lt;b&amp;gt;CIFPIR01&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You can assign this in a project, activate and move the same to Quality server. If the enhancement is already assigned, a popup stated the project in which it is already assigned, so we can use the project activate and more to Quality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Eswar Rao  Boddeti&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Nov 2006 13:44:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-07T13:44:56Z</dc:date>
    <item>
      <title>Debugging UserExits?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-userexits/m-p/1702798#M307992</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;RFC FM "CIF_PIR_INBOUND" is called from APO. This FM &lt;/P&gt;&lt;P&gt;calls customer function through CALL CUSTOMER-FUNCTION '001'. &lt;/P&gt;&lt;P&gt;Exit name is "EXIT_SAPLCPIR_001" &amp;amp; include is "INCLUDE ZXCIFU15".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have implemented this userexit in Deveopment environment, while debugging FM "CIF_PIR_INBOUND"&lt;/P&gt;&lt;P&gt;control passes through exit FM "EXIT_SAPLCPIR_001".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same request is transported into Quality Environment. &lt;/P&gt;&lt;P&gt;While debugging control does not passes through exit FM "EXIT_SAPLCPIR_001".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Observations:&lt;/P&gt;&lt;P&gt;1. Do not have development authorization in Quality Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. All objects transported with status active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to debug the userexit in Quality Server. Is there any way to debug it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Valuable input please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Priyanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 09:45:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-userexits/m-p/1702798#M307992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T09:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging UserExits?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-userexits/m-p/1702799#M307993</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;Enhancement/Modifications&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Execute tcode SMOD to find available enhancement/modifications.&lt;/P&gt;&lt;P&gt;2) Create a project for the enhancement in tcode CMOD.&lt;/P&gt;&lt;P&gt;3) You must activate your project first in order to hit a break-point or get into debug mode for your existing enhancements/modifications, if you do not, the best you will be able to do is step through the main program until you hit the call for that particular customer enhancement.&lt;/P&gt;&lt;P&gt;4) To get into debug, you can enter a hard break-point in the enhancement itself, set a soft break-point with the stop sign, or the long way, before you execute your transaction or while you are in your transaction, you can place a /h in the ok code area (this is the area of your gui where you can type in a tcode). Once you have the /h, hit enter and that will take you into debug, from there, you can do many different things to find exactly what you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User Exits&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Identify the main program you want to locate a user exit/debug.&lt;/P&gt;&lt;P&gt;2) For example, go to SE80 and do a search by program or dev class (SAPMV45A sales order or Dev Class VMOD, most SD user exits are in this dev class). In SE80 if you go by program, most user exit programs end in a 'Z' on a rare occasion 'X' or 'Y'.&lt;/P&gt;&lt;P&gt;3) If you are looking at including MV45AFZZ, you can see where there are different forms. These forms will get called at times within the program. If you are looking to fill the storage location on the sales order, you will probably want to take a look at the perform that fills in a field in vbap.&lt;/P&gt;&lt;P&gt;4) If this is what you are trying to accomplish, you will need to do the select against the config Table TVKOL based on the shipping point/plant and possibly storage condition based on your picking strategies.&lt;/P&gt;&lt;P&gt;5) For the debug part, you can do the same as in the enhancements/modifications but you will not need to activate any projects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 09:49:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-userexits/m-p/1702799#M307993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T09:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging UserExits?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-userexits/m-p/1702800#M307994</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;  Please do the following checks:&lt;/P&gt;&lt;P&gt;1. SE38-&amp;gt;ZXCIFU15. Check the program is existing.&lt;/P&gt;&lt;P&gt;2. CMOD with the project to which the exit is assigned. Check that the status is active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 09:50:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-userexits/m-p/1702800#M307994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T09:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging UserExits?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-userexits/m-p/1702801#M307995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx a lot Sreekanth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way by which I got this exit is as under:&lt;/P&gt;&lt;P&gt;Goto FM "CIF_PIR_INBOUND". I came across following source code:&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;call userexit&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CALL CUSTOMER-FUNCTION '001'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double-click on '001' to get&lt;/P&gt;&lt;P&gt;FUNCTION EXIT_SAPLCPIR_001.&lt;/P&gt;&lt;P&gt;  INCLUDE ZXCIFU15.&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wrote the code under include "ZXCIFU15".&lt;/P&gt;&lt;P&gt;I couldn't get enhancement name by transaction "SMOD".&lt;/P&gt;&lt;P&gt;How to get it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As suggested by I put hard as well as soft break-point.&lt;/P&gt;&lt;P&gt;Control does not passed through this exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further comments pl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Priyanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 11:18:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-userexits/m-p/1702801#M307995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T11:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging UserExits?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-userexits/m-p/1702802#M307996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Eswar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. By SE38 program "ZXCIFU15" does exists. It's in active mode.&lt;/P&gt;&lt;P&gt;2. CMOD: I have not created the project because I couldn't get the enhancement name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see my reply to Sreekanth also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Priyanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 11:23:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-userexits/m-p/1702802#M307996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T11:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging UserExits?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-userexits/m-p/1702803#M307997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt; have implemented this userexit in Deveopment environment, while debugging FM "CIF_PIR_INBOUND"
control passes through exit FM "EXIT_SAPLCPIR_001".

The same request is transported into Quality Environment. 
While debugging control does not passes through exit FM "EXIT_SAPLCPIR_001".

Observations:
1. Do not have development authorization in Quality Server.

2. All objects transported with status active.

I need to debug the userexit in Quality Server. Is there any way to debug it?&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U have to put Soft break-point @ &amp;lt;b&amp;gt;call customer-function '001'&amp;lt;/b&amp;gt;, If Its not going to this Point then U are lack of Authorization Objects in QAS server.&lt;/P&gt;&lt;P&gt;after running this use /NSU53 there it will show u Objects which are required to run this FM.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 11:55:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-userexits/m-p/1702803#M307997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T11:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging UserExits?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-userexits/m-p/1702804#M307998</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;You have to implement the enhacement (where the customer exit is defined) in a project using CMOD. then only the customer exit is executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find the enhancement of the&lt;/P&gt;&lt;P&gt;function exit : EXIT_SAPLCPIR_001&lt;/P&gt;&lt;P&gt;Go to SE16&lt;/P&gt;&lt;P&gt;Display the table entries of MODSAP.&lt;/P&gt;&lt;P&gt;Enter the exit name EXIT_SAPLCPIR_001 in the selection criterial. &lt;/P&gt;&lt;P&gt;then u can see the enhancement name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in CMOD create a project &lt;/P&gt;&lt;P&gt;and assign the enhacement that u found.&lt;/P&gt;&lt;P&gt;go to the components to find the function exit&lt;/P&gt;&lt;P&gt;write the code in the include and set the break point.&lt;/P&gt;&lt;P&gt;Activate the include.,&lt;/P&gt;&lt;P&gt;Activate the project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves ur problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 13:43:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-userexits/m-p/1702804#M307998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T13:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging UserExits?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-userexits/m-p/1702805#M307999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Priyanka&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Please go through the navigation via MODSAP-&amp;gt;TSDIRT to find the enhancement name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Addition:&lt;/P&gt;&lt;P&gt;  Here is the enhancement name: &amp;lt;b&amp;gt;CIFPIR01&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You can assign this in a project, activate and move the same to Quality server. If the enhancement is already assigned, a popup stated the project in which it is already assigned, so we can use the project activate and more to Quality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Eswar Rao  Boddeti&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 13:44:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-userexits/m-p/1702805#M307999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T13:44:56Z</dc:date>
    </item>
  </channel>
</rss>

