<?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: fucntion module exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fucntion-module-exit/m-p/4541687#M1072879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hit enter key and proceed....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Sep 2008 12:00:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-24T12:00:46Z</dc:date>
    <item>
      <title>fucntion module exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fucntion-module-exit/m-p/4541685#M1072877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have problem in "function module exits ".&lt;/P&gt;&lt;P&gt;while  i was creating enhancement in 'cmod' transaction  function module exit of "XD01-SAPMF02D", in that function module source contain include program........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Lokale Schnittstelle:&lt;/P&gt;&lt;P&gt;*"       IMPORTING&lt;/P&gt;&lt;P&gt;*"             VALUE(I_KNA1) LIKE  KNA1 STRUCTURE  KNA1&lt;/P&gt;&lt;P&gt;*"             VALUE(I_KNB1) LIKE  KNB1 STRUCTURE  KNB1 OPTIONAL&lt;/P&gt;&lt;P&gt;*"             VALUE(I_KNVV) LIKE  KNVV STRUCTURE  KNVV OPTIONAL&lt;/P&gt;&lt;P&gt;*"             VALUE(I_ADDRHANDLE) LIKE  ADDR1_SEL-ADDRHANDLE&lt;/P&gt;&lt;P&gt;*"                             OPTIONAL&lt;/P&gt;&lt;P&gt;*"       TABLES&lt;/P&gt;&lt;P&gt;*"              T_KNAS STRUCTURE  KNAS OPTIONAL&lt;/P&gt;&lt;P&gt;*"              T_KNAT STRUCTURE  KNAT OPTIONAL&lt;/P&gt;&lt;P&gt;*"              T_KNB5 STRUCTURE  KNB5 OPTIONAL&lt;/P&gt;&lt;P&gt;*"              T_KNBK STRUCTURE  KNBK OPTIONAL&lt;/P&gt;&lt;P&gt;*"              T_KNBW STRUCTURE  KNBW OPTIONAL&lt;/P&gt;&lt;P&gt;*"              T_KNEX STRUCTURE  KNEX OPTIONAL&lt;/P&gt;&lt;P&gt;*"              T_KNVA STRUCTURE  KNVA OPTIONAL&lt;/P&gt;&lt;P&gt;*"              T_KNVD STRUCTURE  KNVD OPTIONAL&lt;/P&gt;&lt;P&gt;*"              T_KNVI STRUCTURE  KNVI OPTIONAL&lt;/P&gt;&lt;P&gt;*"              T_KNVK STRUCTURE  KNVK OPTIONAL&lt;/P&gt;&lt;P&gt;*"              T_KNVL STRUCTURE  KNVL OPTIONAL&lt;/P&gt;&lt;P&gt;*"              T_KNVP STRUCTURE  KNVP OPTIONAL&lt;/P&gt;&lt;P&gt;*"              T_KNZA STRUCTURE  KNZA OPTIONAL&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ====&amp;gt; Include zxf04u0&amp;lt;=====&lt;/P&gt;&lt;P&gt;endfunction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on it it ll show error is following&lt;/P&gt;&lt;P&gt;"program  name zx..... reserved for includes of exit function groups"..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i modify it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 11:26:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fucntion-module-exit/m-p/4541685#M1072877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T11:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: fucntion module exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fucntion-module-exit/m-p/4541686#M1072878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Include zxf04u0 does not exist at this point and when you click on the include statement it tries to create the include. However standard SAP has a check which tells you that the namespace zx.... is reserved for includes of exit function groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP doesn't distinguish if you create a ZX include manually through SE38 or SE80 (which you should not do) or using the 'right' method and creating it out of a exit function module (which you are doing). That's why you are getting this message even though you are using the right method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just ignore the message, confirm it and that will create the include where you can then put your user exit coding in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that explains it,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 11:58:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fucntion-module-exit/m-p/4541686#M1072878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T11:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: fucntion module exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fucntion-module-exit/m-p/4541687#M1072879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hit enter key and proceed....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 12:00:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fucntion-module-exit/m-p/4541687#M1072879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T12:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: fucntion module exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fucntion-module-exit/m-p/4541688#M1072880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Its just a warning message, you can ignore that by pressing ENter and proceed with creating the incldue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 12:08:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fucntion-module-exit/m-p/4541688#M1072880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T12:08:00Z</dc:date>
    </item>
  </channel>
</rss>

