<?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: Code for Vendor Tax Code uniqueness in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-vendor-tax-code-uniqueness/m-p/5825262#M1315720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use sm30 view V_TFKTAXNUMTYPEC to customize the duplicity check. It is not necessary to develop anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Svetlin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Sep 2011 08:03:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-29T08:03:05Z</dc:date>
    <item>
      <title>Code for Vendor Tax Code uniqueness</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-vendor-tax-code-uniqueness/m-p/5825259#M1315717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When we are trying to create a new customer (transaction XD01) we would like to be informed if the  Vendor Tax Code (KNA1-stcd2) is being used already.&lt;/P&gt;&lt;P&gt;Can you tell me what code do we have to insert and where.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2009 09:12:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-vendor-tax-code-uniqueness/m-p/5825259#M1315717</guid>
      <dc:creator>xt_inergo</dc:creator>
      <dc:date>2009-06-18T09:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Code for Vendor Tax Code uniqueness</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-vendor-tax-code-uniqueness/m-p/5825260#M1315718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont there would be direct way to check this out in SAP R/3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you can do is create a Z-DB table , say ZTAXCODE, which has Customer,Customer Group as Key Fields and taxcode as another field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when User tries to save the Customer- then u can &lt;/P&gt;&lt;P&gt;1) Make use of BADI - &lt;STRONG&gt;CUSTOMER_ADD_DATA&lt;/STRONG&gt; (SE18/SE19)&lt;/P&gt;&lt;P&gt;2) Make use of User Exit - FM &lt;STRONG&gt;EXIT_SAPMF02D_001&lt;/STRONG&gt; (Customers: User Exit for Checks prior to Saving) (SMOD/CMOD)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, you can the entry to your newly created table and chk if the entry user tries to maintain already exists. If yes, you can display an error message to the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2009 09:56:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-vendor-tax-code-uniqueness/m-p/5825260#M1315718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-18T09:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Code for Vendor Tax Code uniqueness</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-vendor-tax-code-uniqueness/m-p/5825261#M1315719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your answrer.&lt;/P&gt;&lt;P&gt;Can you be more specific in what to do with user exit EXIT_SAPMF02D_001 &lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2009 11:47:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-vendor-tax-code-uniqueness/m-p/5825261#M1315719</guid>
      <dc:creator>xt_inergo</dc:creator>
      <dc:date>2009-06-18T11:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Code for Vendor Tax Code uniqueness</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-vendor-tax-code-uniqueness/m-p/5825262#M1315720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use sm30 view V_TFKTAXNUMTYPEC to customize the duplicity check. It is not necessary to develop anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Svetlin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2011 08:03:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-for-vendor-tax-code-uniqueness/m-p/5825262#M1315720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-29T08:03:05Z</dc:date>
    </item>
  </channel>
</rss>

