<?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 Insert Classification for customer master in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-classification-for-customer-master/m-p/2102561#M438452</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;In XD01 when creating customer(SOLD-TO) I have to assign classification of SOLD-TO to all the partner functions (i.e SHIP-TO,BILL-TO, PAYER). To assign classification i am using Userexit  exit_sapmf02d_001 and CLAF_CLASSIFICATION_OF_OBJECTS fm.&lt;/P&gt;&lt;P&gt;When i am using this FM i am getting a error "Updation termination of sold-to ".&lt;/P&gt;&lt;P&gt;Can anyone please help me out to figure out y this error is coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or any other place were i can include the code to assign classification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;venu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Apr 2007 15:12:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-09T15:12:11Z</dc:date>
    <item>
      <title>Insert Classification for customer master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-classification-for-customer-master/m-p/2102561#M438452</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;In XD01 when creating customer(SOLD-TO) I have to assign classification of SOLD-TO to all the partner functions (i.e SHIP-TO,BILL-TO, PAYER). To assign classification i am using Userexit  exit_sapmf02d_001 and CLAF_CLASSIFICATION_OF_OBJECTS fm.&lt;/P&gt;&lt;P&gt;When i am using this FM i am getting a error "Updation termination of sold-to ".&lt;/P&gt;&lt;P&gt;Can anyone please help me out to figure out y this error is coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or any other place were i can include the code to assign classification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;venu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 15:12:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-classification-for-customer-master/m-p/2102561#M438452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T15:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Classification for customer master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-classification-for-customer-master/m-p/2102562#M438453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey champs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you pls help me.. iam facing the same problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Apr 2007 05:21:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-classification-for-customer-master/m-p/2102562#M438453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-28T05:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Classification for customer master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-classification-for-customer-master/m-p/2102563#M438454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Enhancement SAPMF02D  may not be the right place to create the classification data for a customer and its partners&lt;/P&gt;&lt;P&gt;try the BAPI&lt;/P&gt;&lt;P&gt;BAPI_OBJCL_CHANGE&lt;/P&gt;&lt;P&gt;by using the CLASS = '011'     (customer class )&lt;/P&gt;&lt;P&gt;the fun module CLAF_CLASSIFICATION_OF_OBJECTS  is used to get the existing characteristcis , use a similar type for the creation of classification &lt;/P&gt;&lt;P&gt;with class '011'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Apr 2007 10:49:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-classification-for-customer-master/m-p/2102563#M438454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-28T10:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Classification for customer master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-classification-for-customer-master/m-p/2102564#M438455</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 inserting the classification for sold to (in tcode xd01=&amp;gt;extras=&amp;gt;classification), same classification we need to insert the partner functions also. Can u plz tell me the right place for inserting the classification for partner functions. I have tried in user exit(sapmf02d). when inserted  the classification for partner functions its terminate the sold inserting classification(standard functionality). Even i am not calling any standerd functional modules .just i am checking the classification exist or not for partner functions.if does not exist then direct i am inserting the classification into table KSSK. &lt;/P&gt;&lt;P&gt;waiting for suggitions.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rao.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 06:46:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-classification-for-customer-master/m-p/2102564#M438455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T06:46:25Z</dc:date>
    </item>
  </channel>
</rss>

