<?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: Call Customer Functions. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-functions/m-p/3491932#M839756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adithya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Thanks for your information. But I am having a small doubt regarding : Are the Call customer function exits are further divided into any more categories? I mean &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call Customer Function - 000 : Field Exit &lt;/P&gt;&lt;P&gt;Call Customer Function - 001 : Menu Exit &lt;/P&gt;&lt;P&gt;Call Customer Function - 002 : Screen Exit &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we are checking in the ECC 6.0 Version we are finding still further exits I mean 003 , 004 and 005..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me out from this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Swamy Kunche.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Feb 2008 05:40:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-27T05:40:26Z</dc:date>
    <item>
      <title>Call Customer Functions.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-functions/m-p/3491930#M839754</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does the suffix "001" indicates in the command "Call     Customer Function 001" ?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are different types of Call Customer Functions? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Version ECC 6.0 There are some more functions which have been added such as 003, 004, 005.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me out from this differences ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Swamy Kunche.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 04:56:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-functions/m-p/3491930#M839754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T04:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Call Customer Functions.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-functions/m-p/3491931#M839755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swamy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have seen the components (function modules) of an enhancement from transaction SMOD, you see the name of the function module is structured as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXIT_&amp;lt;main_program_nnn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This nnn takes values e.g. 001, 002 etc.&lt;/P&gt;&lt;P&gt;Hence when you call &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL CUSTOMER-FUNCTION '001' ... it calls the EXIT_&amp;lt;main_program&amp;gt;_001 function module in the respective enhancement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically these function modules (components) in an enhanement are called from different pre-defined in the standard program and are there for you to modify standard processing. Hence additino of more components 003 etc. means SAP has given more support for customization/enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 05:08:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-functions/m-p/3491931#M839755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T05:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Call Customer Functions.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-functions/m-p/3491932#M839756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adithya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Thanks for your information. But I am having a small doubt regarding : Are the Call customer function exits are further divided into any more categories? I mean &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call Customer Function - 000 : Field Exit &lt;/P&gt;&lt;P&gt;Call Customer Function - 001 : Menu Exit &lt;/P&gt;&lt;P&gt;Call Customer Function - 002 : Screen Exit &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we are checking in the ECC 6.0 Version we are finding still further exits I mean 003 , 004 and 005..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me out from this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Swamy Kunche.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 05:40:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-functions/m-p/3491932#M839756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T05:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Call Customer Functions.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-functions/m-p/3491933#M839757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swamy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give me an idea about which program or enhancement you are referring to so that I can relate my explanation to that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get a better insight try this: go to the program SAPMM06E ()main program for transaction ME21) and perform global search for &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt; CALL CUSTOMER-FUNCTION &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get many calls returned in the hit list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on one of them, and then double click on the customer function number, e.g. 001. It will lead you to the corresponding customer function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Aditya Laud on Feb 27, 2008 12:50 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 05:46:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-functions/m-p/3491933#M839757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T05:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Call Customer Functions.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-functions/m-p/3491934#M839758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adithya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Actually I got the difference between the call customer functions. Any way I was little bit confused also about this.&lt;/P&gt;&lt;P&gt;It is not related to any program. Just upto my theoritical knowledge iam asking this. Anyway thanks for your reply and your cooperation. Once again thanks for your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Swamy Kunche.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 06:13:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-functions/m-p/3491934#M839758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T06:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Call Customer Functions.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-functions/m-p/3491935#M839759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii that numbering nnn simply for the order 000 for first cust funcn and 001 for 2nd and 003 for 3 rd like dat it goes on.. nnn .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Mar 2008 10:32:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-customer-functions/m-p/3491935#M839759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-01T10:32:10Z</dc:date>
    </item>
  </channel>
</rss>

