<?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: call customer function not executed.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-function-not-executed/m-p/4049991#M968125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Romit, I did that and activated the project. but still the CALL Customer function '004' in lv56uf03 is not executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went back to cmod and opened that project and clicked on components. My FM name is listed there but the Green color square box is missing in the third column as it appears for other exits.. could that be any reason ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pl help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jul 2008 18:39:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-08T18:39:14Z</dc:date>
    <item>
      <title>call customer function not executed..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-function-not-executed/m-p/4049985#M968119</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 am executing transaction VT01N in ECC 6.0. when i save, i get the message in the status bar that "Leg determination is executed " and a number is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i debugged the code, placed a break point at call customer function '004' in the program LV56UF03, i found that the customer function was not at all invoked !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have my user exit code written in the include ZXV56U11 that is called from FM EXIT_SAPLV56U_004 which must be  invoked when CALL CUSTOMER FUNCTION '004' is executed in LV56UF03. It is not !! why ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 17:26:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-function-not-executed/m-p/4049985#M968119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T17:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: call customer function not executed..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-function-not-executed/m-p/4049986#M968120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pl. ensure that the project created is active.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 17:35:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-function-not-executed/m-p/4049986#M968120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T17:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: call customer function not executed..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-function-not-executed/m-p/4049987#M968121</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;Create the project in CMOD...and give the enhancment name in the project and activate the project..Then the user exit code will be triggered..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 17:36:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-function-not-executed/m-p/4049987#M968121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T17:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: call customer function not executed..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-function-not-executed/m-p/4049988#M968122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;        Also make sure your user exit code is active. Usually when you transport the user exit include from one environment to another example:  from DEV to QA  user exit include will be in the inactive status. We need to manually do that activation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Greetson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 17:47:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-function-not-executed/m-p/4049988#M968122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T17:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: call customer function not executed..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-function-not-executed/m-p/4049989#M968123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks..but how would i know the enhancement name associated to the user exit ?? my function exit FM is EXIT_SAPLV56U_004.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 17:50:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-function-not-executed/m-p/4049989#M968123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T17:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: call customer function not executed..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-function-not-executed/m-p/4049990#M968124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to transaction SMOD. Please F4 for Enhancment. In the Additions Selections(Press + For additional selections), Give component name as EXIT_SAPLV56U_004 and press Enter. In your case, its V56USVDP.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Romit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 18:05:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-function-not-executed/m-p/4049990#M968124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T18:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: call customer function not executed..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-function-not-executed/m-p/4049991#M968125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Romit, I did that and activated the project. but still the CALL Customer function '004' in lv56uf03 is not executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went back to cmod and opened that project and clicked on components. My FM name is listed there but the Green color square box is missing in the third column as it appears for other exits.. could that be any reason ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pl help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 18:39:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-function-not-executed/m-p/4049991#M968125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T18:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: call customer function not executed..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-function-not-executed/m-p/4049992#M968126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah I got it....I had to click on activate in that screen !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks to all for helping..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 18:41:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-function-not-executed/m-p/4049992#M968126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T18:41:37Z</dc:date>
    </item>
  </channel>
</rss>

