<?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: Include inside in the USER-EXIT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-inside-in-the-user-exit/m-p/2466432#M553954</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;yes it is advidable to write ur code on side the user exit. if u directly write the code it will give the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz dont forget to reward points if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jul 2007 05:34:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-06T05:34:21Z</dc:date>
    <item>
      <title>Include inside in the USER-EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-inside-in-the-user-exit/m-p/2466430#M553952</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;  Please tell me, is it advicable to write include statement inside USER-EXIT .&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Muthu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 05:20:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-inside-in-the-user-exit/m-p/2466430#M553952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T05:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Include inside in the USER-EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-inside-in-the-user-exit/m-p/2466431#M553953</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;But how will you create an INCLUDE, if you have to it has to be in customer namespace, if you want to create in the customer name space this should not be a problem, infact you get an advantage that your code is stored in an include program and you can modify it with out touching the USER-EXIT every time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 05:26:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-inside-in-the-user-exit/m-p/2466431#M553953</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-07-06T05:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Include inside in the USER-EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-inside-in-the-user-exit/m-p/2466432#M553954</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;yes it is advidable to write ur code on side the user exit. if u directly write the code it will give the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz dont forget to reward points if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 05:34:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-inside-in-the-user-exit/m-p/2466432#M553954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T05:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Include inside in the USER-EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-inside-in-the-user-exit/m-p/2466433#M553955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Muthu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is already a include provided in the User-Exit which is is customer namespace Z* which you can use. You still need other include then you can create it and use in this Z* include. There is no harm in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 05:34:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-inside-in-the-user-exit/m-p/2466433#M553955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T05:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Include inside in the USER-EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-inside-in-the-user-exit/m-p/2466434#M553956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes you can do it,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 05:39:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-inside-in-the-user-exit/m-p/2466434#M553956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T05:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Include inside in the USER-EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-inside-in-the-user-exit/m-p/2466435#M553957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;        You can make subroutine calls inside a User exit, only if the exit is part of a function pool. All the subroutines can be placed in an include in the function pool &amp;amp; can be called with a Perform Statement from the User Exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 05:40:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-inside-in-the-user-exit/m-p/2466435#M553957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T05:40:07Z</dc:date>
    </item>
  </channel>
</rss>

