<?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: CUSTOMER_FUNCTION in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-function/m-p/1142359#M114989</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    CUSTOMER-FUNCTION is a function module used for calling user exits from standard SAP programs. Double click on the name of the function module to find the user exit. You have to create a project for this user exit using the transaction CMOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Nelson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Feb 2006 06:02:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-02T06:02:27Z</dc:date>
    <item>
      <title>CUSTOMER_FUNCTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-function/m-p/1142354#M114984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai All,&lt;/P&gt;&lt;P&gt;      In a module program i saw this below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL CUSTOMER-FUNCTION '001'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            DEFAULTAPPROVER    = APPROVER025018&lt;/P&gt;&lt;P&gt;            DEFAULTUSAPPROVER  = USAPPROVER015019&lt;/P&gt;&lt;P&gt;            APPROVER_OR_TABLE  = 'L'&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            POSSIBLE_APPROVERS = sel_approver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is customer-function and how to find the code for this.&lt;/P&gt;&lt;P&gt;kindly help me&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;kiran i&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 05:55:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-function/m-p/1142354#M114984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T05:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: CUSTOMER_FUNCTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-function/m-p/1142355#M114985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is a use exit. Double click and it will take u to the relavant exit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 05:58:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-function/m-p/1142355#M114985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T05:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: CUSTOMER_FUNCTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-function/m-p/1142356#M114986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Customer-function is user exit. You can directly double click on 001 to goto the code for the implemented user exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can activate these user exits thru tcode CMOD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 06:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-function/m-p/1142356#M114986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T06:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: CUSTOMER_FUNCTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-function/m-p/1142357#M114987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    just double-click on the '001' and check whether it is taking you to the code.if it does then use the where-used icon and search for the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vasanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 06:00:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-function/m-p/1142357#M114987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T06:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: CUSTOMER_FUNCTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-function/m-p/1142358#M114988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a User Exit. It allows you to insert you own code to enhance the functionality of this program. This looks like a workflow user exit. What it allows you to do is pass into the user exit some approver information and allows you to modify the table of possible approvers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you double click on the '001' it will allow you to create your new INCLUDE program to insert your User Exit code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes sense. Hit me back if you need any clarification.&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;Pat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 06:01:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-function/m-p/1142358#M114988</guid>
      <dc:creator>former_member221770</dc:creator>
      <dc:date>2006-02-02T06:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: CUSTOMER_FUNCTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-function/m-p/1142359#M114989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    CUSTOMER-FUNCTION is a function module used for calling user exits from standard SAP programs. Double click on the name of the function module to find the user exit. You have to create a project for this user exit using the transaction CMOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Nelson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 06:02:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-function/m-p/1142359#M114989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T06:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: CUSTOMER_FUNCTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-function/m-p/1142360#M114990</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;   when i double click on the '001' it is asking do you want to create the object.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;kiran i&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 06:03:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-function/m-p/1142360#M114990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T06:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: CUSTOMER_FUNCTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-function/m-p/1142361#M114991</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;that is nothing but user-exit, if you want to see the code, just double click on '001' , it will take you to the code , there you can see the forms routines.&lt;/P&gt;&lt;P&gt;related to that customer exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 06:08:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-function/m-p/1142361#M114991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T06:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: CUSTOMER_FUNCTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-function/m-p/1142362#M114992</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; use the export parameters from the function call as import parametes in your program  which you could create by double-clicking on '001' and do the needed business logic inside as explained by Patrick Yee &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 06:09:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-function/m-p/1142362#M114992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T06:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: CUSTOMER_FUNCTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-function/m-p/1142363#M114993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That means it is not implemented, so if you want to implement it will create a program, so there you need to implement the logic for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vijay Babu Dudla&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 06:10:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-function/m-p/1142363#M114993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T06:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: CUSTOMER_FUNCTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-function/m-p/1142364#M114994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you double click on the '001', it will open another screen to display function module EXIT_XXXXX_001. Here you will c and Z include. Double click this include and if not created it will ask you for option of creating it.Say yes and code your logic. Once this is done u will have to create project and activate it for this FE to operate.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 07:16:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-function/m-p/1142364#M114994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T07:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: CUSTOMER_FUNCTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-function/m-p/1142365#M114995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Those are user-exit when you double click on it it will take you to includes where you can place your code , make used tcode cmod, smod.&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;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 09:47:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-function/m-p/1142365#M114995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T09:47:01Z</dc:date>
    </item>
  </channel>
</rss>

