<?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 BAPI_OBJCL_GET_KEY_OF_OBJECT - Class type 001 requires additional objects in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-objcl-get-key-of-object-class-type-001-requires-additional-objects/m-p/2848302#M667313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ABAP'ers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use BAPI's to complete class assignments (mimicking CL20N).  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using BAPI_OBJCL_GET_KEY_OF_OBJECT to get the internal object key that is needed for BAPI_OBJCL_CHANGE_KEY, which I am using to complete the classification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I execute BAPI_OBJCL_GET_KEY_OF_OBJECT for class type 002 I get the internal key needed for the second BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I execute the same BAPI for class type 001 I get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"CL669 - Class type 001 requires additional objects"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen other posts on the forums on how to do this for class type 023, but I need to complete this for class type 001.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the additional objects needed?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use this feature if a material HAS NOT been extended to a plant or storage location?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have looked in table INOB and there are no entys for this class type - is this normal?  Is there something that I am missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already tried internal and external values, concatenating with the client number and plant number but still get the same error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Sep 2007 14:02:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-20T14:02:46Z</dc:date>
    <item>
      <title>BAPI_OBJCL_GET_KEY_OF_OBJECT - Class type 001 requires additional objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-objcl-get-key-of-object-class-type-001-requires-additional-objects/m-p/2848302#M667313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ABAP'ers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use BAPI's to complete class assignments (mimicking CL20N).  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using BAPI_OBJCL_GET_KEY_OF_OBJECT to get the internal object key that is needed for BAPI_OBJCL_CHANGE_KEY, which I am using to complete the classification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I execute BAPI_OBJCL_GET_KEY_OF_OBJECT for class type 002 I get the internal key needed for the second BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I execute the same BAPI for class type 001 I get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"CL669 - Class type 001 requires additional objects"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen other posts on the forums on how to do this for class type 023, but I need to complete this for class type 001.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the additional objects needed?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use this feature if a material HAS NOT been extended to a plant or storage location?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have looked in table INOB and there are no entys for this class type - is this normal?  Is there something that I am missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already tried internal and external values, concatenating with the client number and plant number but still get the same error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 14:02:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-objcl-get-key-of-object-class-type-001-requires-additional-objects/m-p/2848302#M667313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T14:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_OBJCL_GET_KEY_OF_OBJECT - Class type 001 requires additional objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-objcl-get-key-of-object-class-type-001-requires-additional-objects/m-p/2848303#M667314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot use the BAPI for class type 001, This BAPI can only be used with class types which have multiple objects enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For changing the characteristics of material try using  BAPI_OBJCL_CHANGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the key of the object will be your material number&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Sep 2007 09:42:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-objcl-get-key-of-object-class-type-001-requires-additional-objects/m-p/2848303#M667314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-23T09:42:22Z</dc:date>
    </item>
  </channel>
</rss>

