<?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: use exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-exit/m-p/3969901#M948238</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Find your Inbound/outbound processing function module.&lt;/P&gt;&lt;P&gt;How?&lt;/P&gt;&lt;P&gt;Goto se37 type idoc&lt;STRONG&gt;inbound&lt;/STRONG&gt;&amp;lt;Your idoc type&amp;gt;* press F4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go inside the function module.&lt;/P&gt;&lt;P&gt;Press the Find button, chose the main program radio-button.&lt;/P&gt;&lt;P&gt;Search for the string "Call customer-function".&lt;/P&gt;&lt;P&gt;You would get a list of all the customer-functions in the idoc processing function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on the function module name encoded as three numerics (e: '001' or '003' etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find an include inside the exit function module.&lt;/P&gt;&lt;P&gt;Double click on the include to go into the include.&lt;/P&gt;&lt;P&gt;write your code inside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before you do your code, find the SMOD enhancement name and craete CMOD project for it.&lt;/P&gt;&lt;P&gt;activate it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jun 2008 17:57:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-20T17:57:57Z</dc:date>
    <item>
      <title>use exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-exit/m-p/3969899#M948236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am having an IDOC...which need to be extended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.plz let me know how to find user exit for a particular idoc..&lt;/P&gt;&lt;P&gt;2.Once i found that....how to insert that into a program..i am asking this because..we cant change the standard programs right....how do we add that use exiut into that program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 17:44:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-exit/m-p/3969899#M948236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T17:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: use exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-exit/m-p/3969900#M948237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harsha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First u need to know which idoc u want to add.&lt;/P&gt;&lt;P&gt;depending on that u need to go further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this link for IDoc Extension&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/articles/ALE/IDOCExtension/IDOCExtension.htm" target="test_blank"&gt;http://www.saptechnical.com/articles/ALE/IDOCExtension/IDOCExtension.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="412949"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 17:54:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-exit/m-p/3969900#M948237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T17:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: use exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-exit/m-p/3969901#M948238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Find your Inbound/outbound processing function module.&lt;/P&gt;&lt;P&gt;How?&lt;/P&gt;&lt;P&gt;Goto se37 type idoc&lt;STRONG&gt;inbound&lt;/STRONG&gt;&amp;lt;Your idoc type&amp;gt;* press F4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go inside the function module.&lt;/P&gt;&lt;P&gt;Press the Find button, chose the main program radio-button.&lt;/P&gt;&lt;P&gt;Search for the string "Call customer-function".&lt;/P&gt;&lt;P&gt;You would get a list of all the customer-functions in the idoc processing function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on the function module name encoded as three numerics (e: '001' or '003' etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find an include inside the exit function module.&lt;/P&gt;&lt;P&gt;Double click on the include to go into the include.&lt;/P&gt;&lt;P&gt;write your code inside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before you do your code, find the SMOD enhancement name and craete CMOD project for it.&lt;/P&gt;&lt;P&gt;activate it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 17:57:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-exit/m-p/3969901#M948238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T17:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: use exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-exit/m-p/3969902#M948239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i dont see any call customer in my function module...what to do now...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my function module is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDOC_INPUT_CHRMAS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas guys....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Harsha reddy on Jun 20, 2008 9:02 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 18:52:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-exit/m-p/3969902#M948239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T18:52:37Z</dc:date>
    </item>
  </channel>
</rss>

