<?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: finding the exits for idoc programs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-exits-for-idoc-programs/m-p/3717637#M894966</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you know the message type then get into the table TBDME and then give the message type and execute then it gives you the function module name for the message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then get into the transaction SE37 and give the above function module name and display the source code and search with the text "call customer" in the main program then it gives you the exits available to that message type. double click on the exit name it takes you to the function exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Apr 2008 21:19:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-28T21:19:06Z</dc:date>
    <item>
      <title>finding the exits for idoc programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-exits-for-idoc-programs/m-p/3717634#M894963</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;          This is Venkat.I want how to find out exits for idoc programming.I know where the exits located in which packages.but i am not able to find process what the exits available in that package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   if any one knows plz sen me the solution indetail .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 11:49:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-exits-for-idoc-programs/m-p/3717634#M894963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T11:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: finding the exits for idoc programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-exits-for-idoc-programs/m-p/3717635#M894964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto smod tcode, click on f4&lt;/P&gt;&lt;P&gt;click on information systems&lt;/P&gt;&lt;P&gt;provide the package name&lt;/P&gt;&lt;P&gt;execute u get the all user exits for perticular package&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;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 12:11:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-exits-for-idoc-programs/m-p/3717635#M894964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T12:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: finding the exits for idoc programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-exits-for-idoc-programs/m-p/3717636#M894965</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; Go to se15 &lt;/P&gt;&lt;P&gt; you can find the enhancment node open that node you can find the businnes addins &lt;/P&gt;&lt;P&gt;           custormer exists&lt;/P&gt;&lt;P&gt; provide the package name in each of them and execute you will get all the enhancments related to that package and create a project of all the enhancements and put a break point and execute the transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nethaji.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 12:13:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-exits-for-idoc-programs/m-p/3717636#M894965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T12:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: finding the exits for idoc programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-exits-for-idoc-programs/m-p/3717637#M894966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you know the message type then get into the table TBDME and then give the message type and execute then it gives you the function module name for the message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then get into the transaction SE37 and give the above function module name and display the source code and search with the text "call customer" in the main program then it gives you the exits available to that message type. double click on the exit name it takes you to the function exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 21:19:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-exits-for-idoc-programs/m-p/3717637#M894966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T21:19:06Z</dc:date>
    </item>
  </channel>
</rss>

