<?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 doubts.... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubts/m-p/1058489#M91171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The enhancement name is SAPMF02K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Dec 2005 14:43:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-08T14:43:57Z</dc:date>
    <item>
      <title>User exit doubts....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubts/m-p/1058485#M91167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to check the uniqueness of tax code for any vendor in canada. The code has been already implemented for south africa. &lt;/P&gt;&lt;P&gt;A include called ZXF05ZZZ (Function pool SAPLXF05) is being used for south africa one. &lt;/P&gt;&lt;P&gt;Can I use the same for implementing it for canada ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any relation between  ZXF05U01 (include in EXIT_SAPMF02K_001) and ZXF05ZZZ (include in function pool SAPLF05 ) ?&lt;/P&gt;&lt;P&gt;Please help me out...&lt;/P&gt;&lt;P&gt;Relevant points will be awarded...&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Tushar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2005 14:22:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubts/m-p/1058485#M91167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-08T14:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: User exit doubts....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubts/m-p/1058486#M91168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any ideas...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2005 14:25:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubts/m-p/1058486#M91168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-08T14:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: User exit doubts....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubts/m-p/1058487#M91169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tushar, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the same include for your implementation in the user exit. Declare a subroutine inside the user exit.&lt;/P&gt;&lt;P&gt;write a perform statement inside the Userexit and then double click on it, the system will ask you to create the Form routine and then you have the option of creating a new include. Now you can create a new include or you can use the include already available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the second point: Please check which Function pool does the exit EXIT_SAPMF02K_001 resides. If the function pool is the same, there could be some relation.&lt;/P&gt;&lt;P&gt;But generally, these exits are found in enhancements. Let me know the ENHANCEMENT name and then probably I can elaborate on the relations....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lokesh&lt;/P&gt;&lt;P&gt;Pls. rewards appropriate points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2005 14:31:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubts/m-p/1058487#M91169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-08T14:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: User exit doubts....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubts/m-p/1058488#M91170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tushar, put the subroutine in the ZXF05ZZZ include program.  Now you will be able to call it from anywhere in the function group.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2005 14:37:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubts/m-p/1058488#M91170</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-12-08T14:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: User exit doubts....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubts/m-p/1058489#M91171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The enhancement name is SAPMF02K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2005 14:43:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubts/m-p/1058489#M91171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-08T14:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: User exit doubts....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubts/m-p/1058490#M91172</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;Have you just another post with this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anaway in the inlcude ZXF05U01 you insert the code of your EXIT, in the ZXF05ZZZ you cans define the gloabl data or routine you want to use in the function group of the exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if the exit is used, it should be better you put the  implementations in a own routine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE ZXF05U01.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; IF BUKRS = .....&lt;/P&gt;&lt;P&gt; PERFORM OTHER_COUNTRIES.&lt;/P&gt;&lt;P&gt; ELSE.&lt;/P&gt;&lt;P&gt; PERFORM CANADA.&lt;/P&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE ZXF05ZZZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM OTHER_COUNTRIES.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM CANADA.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: max bianchi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2005 14:51:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubts/m-p/1058490#M91172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-08T14:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: User exit doubts....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubts/m-p/1058491#M91173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The include is part of FM enhancement EXIT_SAPMF02K_001. This function module is part of function group XF05. The include  ZXF05ZZZ is the include in function group for subprogram and form routines. &lt;/P&gt;&lt;P&gt;To make long story short, if you are working inside ZXF05U01  and you will be creating your form routines in &lt;/P&gt;&lt;P&gt;ZXF05ZZZ. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the enhancement is already active and assigned to your project, you can very well use it. The only thing is you have to brach your code to different routines based on market (country).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2005 15:05:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubts/m-p/1058491#M91173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-08T15:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: User exit doubts....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubts/m-p/1058492#M91174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See my reponse in your other post for the same and close one of the two posts please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2005 16:30:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-doubts/m-p/1058492#M91174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-08T16:30:41Z</dc:date>
    </item>
  </channel>
</rss>

