<?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: Is there a user exit called when a module pool program is launch ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-user-exit-called-when-a-module-pool-program-is-launch/m-p/6689216#M1450753</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you can find out by &lt;EM&gt;system&lt;/EM&gt; debugging a module pool start. Be prepared to travel into the depths of the SAP system...please let us know if you find out something interesting &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Mar 2010 14:48:33 GMT</pubDate>
    <dc:creator>ThomasZloch</dc:creator>
    <dc:date>2010-03-09T14:48:33Z</dc:date>
    <item>
      <title>Is there a user exit called when a module pool program is launch ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-user-exit-called-when-a-module-pool-program-is-launch/m-p/6689211#M1450748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know the exit 'EXIT_SAPLSABE_010' and it's very usefull for adding code before a report is launch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this exit is not called when a program is a "&lt;STRONG&gt;Module pool&lt;/STRONG&gt;" type.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is there a way to add my own code before this kind of program is launch ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Simon Desbonnets on Mar 9, 2010 2:23 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 13:23:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-user-exit-called-when-a-module-pool-program-is-launch/m-p/6689211#M1450748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-09T13:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a user exit called when a module pool program is launch ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-user-exit-called-when-a-module-pool-program-is-launch/m-p/6689212#M1450749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about the event load-of-program ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it for initializing the values ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 13:46:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-user-exit-called-when-a-module-pool-program-is-launch/m-p/6689212#M1450749</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-03-09T13:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a user exit called when a module pool program is launch ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-user-exit-called-when-a-module-pool-program-is-launch/m-p/6689213#M1450750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No it's not for initializing values. It's for logging statistics into a specific table (program name, date ...). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The event "load-of-program" can be use for one program, it's not what I'm looking for. &lt;/P&gt;&lt;P&gt;I would like to know if there is an exit that is called each time a module pool program is executed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 14:14:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-user-exit-called-when-a-module-pool-program-is-launch/m-p/6689213#M1450750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-09T14:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a user exit called when a module pool program is launch ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-user-exit-called-when-a-module-pool-program-is-launch/m-p/6689214#M1450751</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;You can check whether there is any BADI getting triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you will get a better suggestion &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 14:35:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-user-exit-called-when-a-module-pool-program-is-launch/m-p/6689214#M1450751</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-03-09T14:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a user exit called when a module pool program is launch ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-user-exit-called-when-a-module-pool-program-is-launch/m-p/6689215#M1450752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already check and I found nothing...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is possible...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 14:48:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-user-exit-called-when-a-module-pool-program-is-launch/m-p/6689215#M1450752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-09T14:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a user exit called when a module pool program is launch ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-user-exit-called-when-a-module-pool-program-is-launch/m-p/6689216#M1450753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you can find out by &lt;EM&gt;system&lt;/EM&gt; debugging a module pool start. Be prepared to travel into the depths of the SAP system...please let us know if you find out something interesting &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 14:48:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-user-exit-called-when-a-module-pool-program-is-launch/m-p/6689216#M1450753</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-03-09T14:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a user exit called when a module pool program is launch ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-user-exit-called-when-a-module-pool-program-is-launch/m-p/6689217#M1450754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The program &lt;STRONG&gt;SAPLSFW_COMMON&lt;/STRONG&gt; is always called first when we execute a program or transaction.&lt;/P&gt;&lt;P&gt;Can you check the suitable area whre you can insert a enhancement for your requirement.&lt;/P&gt;&lt;P&gt;If your are in Ecc6 you can go for enhancements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 15:07:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-user-exit-called-when-a-module-pool-program-is-launch/m-p/6689217#M1450754</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-03-09T15:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a user exit called when a module pool program is launch ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-user-exit-called-when-a-module-pool-program-is-launch/m-p/6689218#M1450755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer. I'm in ECC5 =&amp;gt; your program doesn't exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to do system debugging, I didn't find any exit yet...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 15:10:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-user-exit-called-when-a-module-pool-program-is-launch/m-p/6689218#M1450755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-09T15:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a user exit called when a module pool program is launch ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-user-exit-called-when-a-module-pool-program-is-launch/m-p/6689219#M1450756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, unfortunately I didn't find any exit when doing system debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do anyone can confirm there is no user exit when a module pool program is launch ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 17:19:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-user-exit-called-when-a-module-pool-program-is-launch/m-p/6689219#M1450756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-09T17:19:04Z</dc:date>
    </item>
  </channel>
</rss>

