<?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---FF67 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-ff67/m-p/3723693#M896282</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shree,&lt;/P&gt;&lt;P&gt;Yes.i have activated evrything i mean the ZFF67&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Apr 2008 11:16:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-25T11:16:38Z</dc:date>
    <item>
      <title>USER EXIT---FF67</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-ff67/m-p/3723691#M896280</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;am writing a sample user exit for the FF67 transaction for which &lt;STRONG&gt;F40K0001&lt;/STRONG&gt;  is the exit which am giving the enhancement asignments.After that am going to the components and am going into include file *  INCLUDE ZXF40U01*.And am writing the code(that am displaying  below )and when i go and execute the &lt;STRONG&gt;FF67&lt;/STRONG&gt; i see that my user exit is not executing.I activated evrything in the user exit.Still the same result.Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  INCLUDE ZXF40U01.&lt;/P&gt;&lt;P&gt;TABLES:FEBMKA.&lt;/P&gt;&lt;P&gt;DATA:BUKRS TYPE  FEBMKA-BUKRS.&lt;/P&gt;&lt;P&gt;DATA:HBKID TYPE  FEBMKA-HBKID.&lt;/P&gt;&lt;P&gt;DATA:HKTID TYPE  FEBMKA-HKTID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:VGMAN TYPE  FEBMKA-VGMAN.&lt;/P&gt;&lt;P&gt;DATA:VALUT TYPE  FEBEP-VALUT.&lt;/P&gt;&lt;P&gt;DATA:KWBTR TYPE  FEBMKA-KWBTR.&lt;/P&gt;&lt;P&gt;DATA:BELNR  TYPE FEBMKK-BELNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF BUKRS EQ '0001'.&lt;/P&gt;&lt;P&gt;MESSAGE E000(0) WITH 'ERROR'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF HBKID EQ 'DB'.&lt;/P&gt;&lt;P&gt;MESSAGE E000(0) WITH 'ERROR'.&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;IF HKTID EQ 'GIRO'.&lt;/P&gt;&lt;P&gt;MESSAGE E000(0) WITH 'ERROR'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF VGMAN  EQ  '0001'.&lt;/P&gt;&lt;P&gt;MESSAGE E000(0) WITH 'ERROR'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF VALUT EQ '21.03.2008'.&lt;/P&gt;&lt;P&gt;MESSAGE E000(0) WITH 'ERROR'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF KWBTR EQ '1000'.&lt;/P&gt;&lt;P&gt;MESSAGE E000(0) WITH 'ERROR'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF BELNR EQ '20001'.&lt;/P&gt;&lt;P&gt;MESSAGE E000(0) WITH 'ERROR'.&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;&lt;/P&gt;&lt;P&gt;With regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 10:50:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-ff67/m-p/3723691#M896280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T10:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: USER EXIT---FF67</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-ff67/m-p/3723692#M896281</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;Did you activate the user-exit ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;REWARD IF USEFUL&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 10:56:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-ff67/m-p/3723692#M896281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T10:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: USER EXIT---FF67</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-ff67/m-p/3723693#M896282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shree,&lt;/P&gt;&lt;P&gt;Yes.i have activated evrything i mean the ZFF67&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 11:16:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-ff67/m-p/3723693#M896282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T11:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: USER EXIT---FF67</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-ff67/m-p/3723694#M896283</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;U need to activate the project hat you have assigned to this user exit. Go to CMOD assign a component to this project. Then activate the project. Only then your user exit will become active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For assigning component  to user exit you can refer any standard post in SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this resoleves ur problem.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 11:31:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-ff67/m-p/3723694#M896283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T11:31:31Z</dc:date>
    </item>
  </channel>
</rss>

