<?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/1499160#M231416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are able to step into the user exit code in debugging, then your activation and all worked. If the structure is not filled, then may be that is not the user exit you should be working with. It depends on where in the standard transaction, this structure is filled and where the user exit is called. If the user exit is called before the structure is filled, then you will not find any entries. Makes sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Aug 2006 22:00:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-03T22:00:34Z</dc:date>
    <item>
      <title>user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1499157#M231413</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;&lt;/P&gt;&lt;P&gt;Could you please let me know how can I test a user exit.&lt;/P&gt;&lt;P&gt;The user exit is on transaction &amp;lt;b&amp;gt;COR6.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Exit is: &amp;lt;b&amp;gt;EXIT_SAPLCORU_001&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;The include is: &amp;lt;b&amp;gt;ZXCOCU01&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks much,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 21:31:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1499157#M231413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T21:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1499158#M231414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a project for the enhancement and activate and place a breakpoint in the exit and run the transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 21:35:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1499158#M231414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T21:35: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/1499159#M231415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudhir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did the same process. there is a structure in the exit - &amp;lt;b&amp;gt;I_CAUFVD&amp;lt;/b&amp;gt;. It's not getting filled. It's in the initial state, even if I enter values in the transaction 'COR6'. What could be the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 21:48:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1499159#M231415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T21:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1499160#M231416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are able to step into the user exit code in debugging, then your activation and all worked. If the structure is not filled, then may be that is not the user exit you should be working with. It depends on where in the standard transaction, this structure is filled and where the user exit is called. If the user exit is called before the structure is filled, then you will not find any entries. Makes sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 22:00:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1499160#M231416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T22:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1499161#M231417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you look at the documentation of this enhancement, you will realize that it is meant for hiding some functions in the menu. But it is supposed to pass you the header and operations. See where in the standard code, this user exit is called and see if the header values are there before the call by putting a breakpoint there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 22:04:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1499161#M231417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T22:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1499162#M231418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnx srinivas,&lt;/P&gt;&lt;P&gt;it absolutely makes sense. i believe the program i shd look into is &amp;lt;b&amp;gt;"SAPLCORU"&amp;lt;/b&amp;gt;. Is'nt it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 22:12:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1499162#M231418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T22:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1499163#M231419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Easiest would be to do a where-used list of EXIT_SAPLCORU_001. That will put you in the program include from where it is called. Keep a break-point there and debug.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 22:13:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1499163#M231419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T22:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1499164#M231420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, that is not yeilding any result. I looked for CALL CUSTOMER FUNCTION in program SAPLCORU and didn't find any calls.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 22:16:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1499164#M231420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T22:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1499165#M231421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm sorry. it's &amp;lt;b&amp;gt;"LCORUF3S"&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 22:19:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1499165#M231421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T22:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1499166#M231422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My mistake, I should use 'CALL CUSTOMER-FUNCTION' in the search criteria. It is being called from FORM CUA_DET_AND_SET, include LCORUF3S, line 579.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I will put a break-point at the begining of this routine and do the debugging from there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 22:20:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1499166#M231422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T22:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1499167#M231423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THNX A LOT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 22:36:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1499167#M231423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T22:36:10Z</dc:date>
    </item>
  </channel>
</rss>

