<?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 not getting activated in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-not-getting-activated/m-p/4329335#M1031536</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;The UE is not triggered if you save without changing data or changing customer fields, for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Aug 2008 09:43:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-25T09:43:33Z</dc:date>
    <item>
      <title>user exit not getting activated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-not-getting-activated/m-p/4329333#M1031534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Ive coded smthing in the user exit when saving a PO, but the problem is that smtimes it is not being called at all times&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sometimes yes, sometimes no&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anybody knows why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2008 09:37:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-not-getting-activated/m-p/4329333#M1031534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-25T09:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: user exit not getting activated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-not-getting-activated/m-p/4329334#M1031535</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;I think depending on some condition it will trigger, if condition fails ,not triggering check once,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;jana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2008 09:40:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-not-getting-activated/m-p/4329334#M1031535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-25T09:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: user exit not getting activated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-not-getting-activated/m-p/4329335#M1031536</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;The UE is not triggered if you save without changing data or changing customer fields, for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2008 09:43:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-not-getting-activated/m-p/4329335#M1031536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-25T09:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: user exit not getting activated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-not-getting-activated/m-p/4329336#M1031537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;sometimes yes, sometimes no&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;post your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2008 09:45:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-not-getting-activated/m-p/4329336#M1031537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-25T09:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: user exit not getting activated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-not-getting-activated/m-p/4329337#M1031538</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;    If the User exit ( include) is activated then it should be called. Try to put break point at the first line of include and then find the point where the Exit is called from the standard SAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search for the string  "call customer-function" in the main program. Put a break point here and then try to DEBUG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Definetly in your case some of the condition is not satisfied some of the time , hence the control is not reaching the exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to create PO with correct values!!!!&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;Thnx!&lt;/P&gt;&lt;P&gt;Harry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2008 09:47:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-not-getting-activated/m-p/4329337#M1031538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-25T09:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: user exit not getting activated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-not-getting-activated/m-p/4329338#M1031539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ITS OK, i think we must start the session again, I was doing it repeatedly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2008 09:52:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-not-getting-activated/m-p/4329338#M1031539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-25T09:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: user exit not getting activated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-not-getting-activated/m-p/4329339#M1031540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;ITS OK, i think we must start the session again&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Not Necessary,&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2008 09:56:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-not-getting-activated/m-p/4329339#M1031540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-25T09:56:46Z</dc:date>
    </item>
  </channel>
</rss>

