<?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 Classification in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-classification/m-p/6725698#M1456261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got se37-give the fm-in attributes tab get the package CLCL -got tcode SWO1-hit ctrl+f-place the package and execute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The business object is BUS3060&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Mar 2010 10:08:51 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2010-03-11T10:08:51Z</dc:date>
    <item>
      <title>Customer Classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-classification/m-p/6725691#M1456254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to update slassification data for customet master.&lt;/P&gt;&lt;P&gt;Can someone guide me , as to how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Classification, Class Type, Product Equipment Category Desc, Equipment Number Category as my fields to be updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 07:33:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-classification/m-p/6725691#M1456254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-08T07:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-classification/m-p/6725692#M1456255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;you can create  a new 'z' report for this purpose.&lt;/P&gt;&lt;P&gt;for updating you can use ;update' statement of sql.&lt;/P&gt;&lt;P&gt;refer to this sap link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/erp2005_ehp_04/helpdata/EN/00/de6819d9b511d5994500508b6b8b11/frameset.htm" target="test_blank"&gt;http://help.sap.com/erp2005_ehp_04/helpdata/EN/00/de6819d9b511d5994500508b6b8b11/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for updating only one customer data:&lt;/P&gt;&lt;P&gt;   update &amp;lt;tablename&amp;gt;&lt;/P&gt;&lt;P&gt;  set &amp;lt;col_name1&amp;gt; = &amp;lt;val1&amp;gt;, &amp;lt;col_name2&amp;gt; = &amp;lt;val2&amp;gt;, ....&lt;/P&gt;&lt;P&gt;  where &amp;lt;cust_name&amp;gt; = &amp;lt;val1&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also this will update the data for logon client only for other specific or multi client use mandt in the where clause with client specified addition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will surely help you!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Punit Raval.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 08:22:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-classification/m-p/6725692#M1456255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-08T08:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-classification/m-p/6725693#M1456256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check &lt;STRONG&gt;BAPI_OBJCL_CREATE&lt;/STRONG&gt; , &lt;STRONG&gt;BAPI_OBJCL_CHANGE&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 08:22:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-classification/m-p/6725693#M1456256</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-03-08T08:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-classification/m-p/6725694#M1456257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have to use a Function Module/BAPI to do the Customer Clasifixation update , as it is just oe part of a requirement which uses LSMW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest a Function Module/BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 09:19:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-classification/m-p/6725694#M1456257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-08T09:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-classification/m-p/6725695#M1456258</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;BAPI_OBJCL_CREATE , BAPI_OBJCL_CHANGE serve my requirement. Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how do I find the business obect associated with it. Can you please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 07:34:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-classification/m-p/6725695#M1456258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-11T07:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-classification/m-p/6725696#M1456259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi reetwika&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[This link|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5542147"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will help you to find the objects and the usage of the said BApi's &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Manthan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 08:23:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-classification/m-p/6725696#M1456259</guid>
      <dc:creator>manthanraja</dc:creator>
      <dc:date>2010-03-11T08:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-classification/m-p/6725697#M1456260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manthan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for the Busines Object associated with the BAPI.&lt;/P&gt;&lt;P&gt;Link provided by you gives me the parameters to be passed to the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if there is any Business Object assiciated with the same.&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, 11 Mar 2010 09:38:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-classification/m-p/6725697#M1456260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-11T09:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-classification/m-p/6725698#M1456261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got se37-give the fm-in attributes tab get the package CLCL -got tcode SWO1-hit ctrl+f-place the package and execute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The business object is BUS3060&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 10:08:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-classification/m-p/6725698#M1456261</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-03-11T10:08:51Z</dc:date>
    </item>
  </channel>
</rss>

