<?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: change pointer for material classification CLFMAS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer-for-material-classification-clfmas/m-p/7678788#M1575811</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx for the answer... it looks nice.&lt;/P&gt;&lt;P&gt;So I have to create another Z FM copying the standard MAT_SUPPRESS_CP_FOR_CLASSIFIC and add my code checking I_CLASSTYPE = 001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;Manel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Feb 2011 15:55:05 GMT</pubDate>
    <dc:creator>former_member582701</dc:creator>
    <dc:date>2011-02-02T15:55:05Z</dc:date>
    <item>
      <title>change pointer for material classification CLFMAS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer-for-material-classification-clfmas/m-p/7678786#M1575809</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;I need to save in BDCP (change pointer) tables when the classification of a material is changed. Reading other threads I have realized that I had to activate the change pointer for CLFMAS message. Now it is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the classification is not only a property for materials so when the classification of a vendor is changed for example a change pointer is also created. Is there a way to create the change pointer for classification only for the material classification and not for everything?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;Manel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 14:17:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer-for-material-classification-clfmas/m-p/7678786#M1575809</guid>
      <dc:creator>former_member582701</dc:creator>
      <dc:date>2011-02-02T14:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: change pointer for material classification CLFMAS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer-for-material-classification-clfmas/m-p/7678787#M1575810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you don't to create classification changes pointer other than material master. You can do this using the below BTE exit by flagging E_DONT_WRITE_POINTER export paremeter when the i_object is not material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  00004005	CA Classification System - Write Change Pointer &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 15:35:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer-for-material-classification-clfmas/m-p/7678787#M1575810</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2011-02-02T15:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: change pointer for material classification CLFMAS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer-for-material-classification-clfmas/m-p/7678788#M1575811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx for the answer... it looks nice.&lt;/P&gt;&lt;P&gt;So I have to create another Z FM copying the standard MAT_SUPPRESS_CP_FOR_CLASSIFIC and add my code checking I_CLASSTYPE = 001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;Manel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 15:55:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer-for-material-classification-clfmas/m-p/7678788#M1575811</guid>
      <dc:creator>former_member582701</dc:creator>
      <dc:date>2011-02-02T15:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: change pointer for material classification CLFMAS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer-for-material-classification-clfmas/m-p/7678789#M1575812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes - implement this from FIBF transaction - you need to create product and assign the created/copied function module here.&lt;/P&gt;&lt;P&gt;Remember this function module triggers only in update mode - while debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search here for how to implement BTE's - it's quite simple steps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 16:27:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer-for-material-classification-clfmas/m-p/7678789#M1575812</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2011-02-02T16:27:44Z</dc:date>
    </item>
  </channel>
</rss>

