<?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: Object Classification BAPIs and buffering? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-classification-bapis-and-buffering/m-p/6751540#M1460209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Markus, I do not have a direct answer to your question but we are using BAPI_OBJCL_CHANGE. The BAPI itself expects the final classification values in the parameter ALLOCVALUES*NEW. In the BAPI itself classification values not available in the input table will be deleted and values that are not yet existing will be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible for you to combine the 3 mentioned BAPI's and just call the *CHANGE* BAPI ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Jack &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 May 2014 07:21:03 GMT</pubDate>
    <dc:creator>JackGraus</dc:creator>
    <dc:date>2014-05-30T07:21:03Z</dc:date>
    <item>
      <title>Object Classification BAPIs and buffering?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-classification-bapis-and-buffering/m-p/6751538#M1460207</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;We're using an idoc function module to process multiple changes to Material Classification. We use the following BAPIs to delete, change and create class assignments:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_OBJCL_DELETE&lt;/P&gt;&lt;P&gt;BAPI_OBJCL_CHANGE&lt;/P&gt;&lt;P&gt;BAPI_OBJCL_CREATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We only want to commit the data at the end of the process. However, this is now causing us a problem where we delete the classification of one material and then classify another material with the same class &amp;amp; characteristic values for a class with the setting "Check with error" for same classification. Error message C1 818 is raised ('Object "&amp;amp;" already classified with same characteristic values' ). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We feel that BAPI_OBJCL_CREATE should read the data from the buffer and find that the class assignment was already deleted for the first material in the same LUW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Comments?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Mar 2010 13:27:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-classification-bapis-and-buffering/m-p/6751538#M1460207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-25T13:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Object Classification BAPIs and buffering?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-classification-bapis-and-buffering/m-p/6751539#M1460208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Markus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did u able to resolve issue which u have mentioned here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also facing same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 08:37:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-classification-bapis-and-buffering/m-p/6751539#M1460208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-07T08:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Object Classification BAPIs and buffering?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-classification-bapis-and-buffering/m-p/6751540#M1460209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Markus, I do not have a direct answer to your question but we are using BAPI_OBJCL_CHANGE. The BAPI itself expects the final classification values in the parameter ALLOCVALUES*NEW. In the BAPI itself classification values not available in the input table will be deleted and values that are not yet existing will be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible for you to combine the 3 mentioned BAPI's and just call the *CHANGE* BAPI ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Jack &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 07:21:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-classification-bapis-and-buffering/m-p/6751540#M1460209</guid>
      <dc:creator>JackGraus</dc:creator>
      <dc:date>2014-05-30T07:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Object Classification BAPIs and buffering?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-classification-bapis-and-buffering/m-p/6751541#M1460210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello and thanks for your interest! &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/877/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see from the date this was quite a few years ago and I have changed company several times since then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If memory serves me correctly we did the "quick &amp;amp; dirty" solution of committing after the BAPI_OBJCL_DELETE and then performing the BAPI_OBJCL_CHANGE or BAPI_OBJCL_CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not an elegant solution but it worked. Hope this helps. As always please check SAP notes to see if anything has changed in this area in the last 4 years! &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/877/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 06:44:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-classification-bapis-and-buffering/m-p/6751541#M1460210</guid>
      <dc:creator>MarkusGrant</dc:creator>
      <dc:date>2014-06-03T06:44:49Z</dc:date>
    </item>
  </channel>
</rss>

