<?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: regarding customer exits in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-customer-exits/m-p/10129126#M1818083</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;Yesterday u have posted the same question and deleted i guess, anyways&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ur issue, either use conversion routine to get the internal or external customer number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or check whether you are using the correct customer account group, because for few account group the internal assignment is done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Feb 2014 05:49:51 GMT</pubDate>
    <dc:creator>narendar_naidu</dc:creator>
    <dc:date>2014-02-05T05:49:51Z</dc:date>
    <item>
      <title>regarding customer exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-customer-exits/m-p/10129121#M1818078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;hi,&lt;/P&gt;&lt;P&gt;can any one explain me the exits for xd01 where i can store the customer number while debugging and not internal as value of customer number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 05:19:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-customer-exits/m-p/10129121#M1818078</guid>
      <dc:creator>rakesh_mandal</dc:creator>
      <dc:date>2014-02-05T05:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: regarding customer exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-customer-exits/m-p/10129122#M1818079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain me little bit more with examples ! Not clear for me!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 05:25:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-customer-exits/m-p/10129122#M1818079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-05T05:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: regarding customer exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-customer-exits/m-p/10129123#M1818080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did u try any BADI methods? for e.g.in BADI- CUSTOMER_ADD_DATA, there is SAVE_DATA method wherein you can get the customer number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 05:37:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-customer-exits/m-p/10129123#M1818080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-05T05:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: regarding customer exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-customer-exits/m-p/10129124#M1818081</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;Put the breakpoint in the code ( Program : MF02DFK0 ; Function : NUMBER_GET_NEXT). After the function call, the KNA1-KUNNR will contain the customer number. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also don't forget to put breakpoint on statement for the following statements:&lt;/P&gt;&lt;P&gt;i) Call customer&amp;nbsp;&amp;nbsp; ( Customer exit )&lt;/P&gt;&lt;P&gt;iii) get_badi&amp;nbsp; ( give information on kernel BADI )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Breakpoint on method:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ( Classic BADI)&lt;/P&gt;&lt;P&gt;i) Class - CL_EXITHANDLER&lt;/P&gt;&lt;P&gt;ii) Method - GET_INSTANCE&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can make use of any exit, triggered after FM '&lt;STRONG&gt;NUMBER_GET_NEXT&lt;/STRONG&gt;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;DPM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 05:41:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-customer-exits/m-p/10129124#M1818081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-05T05:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: regarding customer exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-customer-exits/m-p/10129125#M1818082</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;in xd01 m putting account group as g one-time client,and company code as us01 after thet m putting values for title,streetno,postal code,region.then i put values for industry code.then on extra i put values on classification.thet is udns number,name,uhc duns number,name.now when after clicking on back button it is taking me to exit_saplclfm_002 there i have written the logic.but after debugging m seeing that the customer number it has stored is internal.so i need a point where i can insert the actual client number in place of internal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 05:46:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-customer-exits/m-p/10129125#M1818082</guid>
      <dc:creator>rakesh_mandal</dc:creator>
      <dc:date>2014-02-05T05:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: regarding customer exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-customer-exits/m-p/10129126#M1818083</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;Yesterday u have posted the same question and deleted i guess, anyways&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ur issue, either use conversion routine to get the internal or external customer number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or check whether you are using the correct customer account group, because for few account group the internal assignment is done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 05:49:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-customer-exits/m-p/10129126#M1818083</guid>
      <dc:creator>narendar_naidu</dc:creator>
      <dc:date>2014-02-05T05:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: regarding customer exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-customer-exits/m-p/10129127#M1818084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Maju,&lt;/P&gt;&lt;P&gt;i did not try any badi method.ok let me check&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 05:50:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-customer-exits/m-p/10129127#M1818084</guid>
      <dc:creator>rakesh_mandal</dc:creator>
      <dc:date>2014-02-05T05:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: regarding customer exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-customer-exits/m-p/10129128#M1818085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is one time customer! Please create the external number range for this! You are trying to change the internal number of a customer with the external client number! I guess it is not good idea to change from internal number to external.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even it is not avoidable!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check exact place where the number will be generated and play with implicit enhancements as per your requirment!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/380025" height="231" width="251" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your information it works if you do it beck before function! Please find the example I created!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changed from internal to external ( Kiran).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/380026" height="128" width="515" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 06:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-customer-exits/m-p/10129128#M1818085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-05T06:06:41Z</dc:date>
    </item>
  </channel>
</rss>

