<?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: BAPI for CL24N in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-cl24n/m-p/4323878#M1030305</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Avijit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction &lt;STRONG&gt;CL24N&lt;/STRONG&gt; belongs to package &lt;STRONG&gt;CLCL&lt;/STRONG&gt; where you can see the business object type &lt;STRONG&gt;BUS3060&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double-click on the business object type and click on the green LED for method &lt;EM&gt;ObjectClassification.Create&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;This method is implemented by &lt;STRONG&gt;BAPI_OBJCL_CREATE_KEY&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Aug 2008 12:38:46 GMT</pubDate>
    <dc:creator>uwe_schieferstein</dc:creator>
    <dc:date>2008-08-26T12:38:46Z</dc:date>
    <item>
      <title>BAPI for CL24N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-cl24n/m-p/4323877#M1030304</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;I want to upload the charateristic values for the characteristics created for the release strategies of PO.&lt;/P&gt;&lt;P&gt;(t-code CL24N, Class Type- 032)&lt;/P&gt;&lt;P&gt;Please provide the BAPI which can be used for such upload if any standard one exists, else advise that nothing like this exists ;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting earnestly for the reply. Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Avijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 12:29:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-cl24n/m-p/4323877#M1030304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T12:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for CL24N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-cl24n/m-p/4323878#M1030305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Avijit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction &lt;STRONG&gt;CL24N&lt;/STRONG&gt; belongs to package &lt;STRONG&gt;CLCL&lt;/STRONG&gt; where you can see the business object type &lt;STRONG&gt;BUS3060&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double-click on the business object type and click on the green LED for method &lt;EM&gt;ObjectClassification.Create&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;This method is implemented by &lt;STRONG&gt;BAPI_OBJCL_CREATE_KEY&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 12:38:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-cl24n/m-p/4323878#M1030305</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-08-26T12:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for CL24N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-cl24n/m-p/4323879#M1030306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look in for following BAPIs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_OBJCL_GETSTATUS_KEY	Object Classification	Classification Status for Object (Key)&lt;/P&gt;&lt;P&gt;BAPI_OBJCL_GETOBJECTS_KEY	Object Classification	Find by Assignments (Key)&lt;/P&gt;&lt;P&gt;BAPI_OBJCL_GETDETAIL_KEY	Object Classification	Classification BAPI: Read Classification Information (GUID)&lt;/P&gt;&lt;P&gt;BAPI_OBJCL_GETCLASSES_KEY	Object Classification	Classes for Object (Key)&lt;/P&gt;&lt;P&gt;BAPI_OBJCL_GET_OBJECT_OF_KEY	Object Classification	Object for Key&lt;/P&gt;&lt;P&gt;BAPI_OBJCL_GET_KEY_OF_OBJECT	Object Classification	Key for Object&lt;/P&gt;&lt;P&gt;BAPI_OBJCL_EXISTENCECHECK_KEY	Object Classification	Check Existence of Object&lt;/P&gt;&lt;P&gt;BAPI_OBJCL_DELETE_KEY	Object Classification	Classification BAPI: Delete Assignment (GUID)&lt;/P&gt;&lt;P&gt;BAPI_OBJCL_CREATE_KEY	Object Classification	Classification BAPI: Create Assignment (GUID)&lt;/P&gt;&lt;P&gt;BAPI_OBJCL_CONCATENATEKEY_KEY	Object Classification	Concatenate Key&lt;/P&gt;&lt;P&gt;BAPI_OBJCL_CHANGE_KEY	Object Classification	Classification BAPI: Change Properties of Assignment (GUID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 12:47:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-cl24n/m-p/4323879#M1030306</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2008-08-26T12:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for CL24N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-cl24n/m-p/4323880#M1030307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a Lot for the answers, as both are useful.&lt;/P&gt;&lt;P&gt;But having executed the BAPI, I am in a fix to understand, what are values to be entered in the fields when I execute the function module.&lt;/P&gt;&lt;P&gt;CLOBJECTKEY&lt;/P&gt;&lt;P&gt;CLASSNUM&lt;/P&gt;&lt;P&gt;STANDARDCLASS_NEW&lt;/P&gt;&lt;P&gt;CHANGENUMBER&lt;/P&gt;&lt;P&gt;Request you to please guide me further on the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Avijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 13:09:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-cl24n/m-p/4323880#M1030307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T13:09:46Z</dc:date>
    </item>
  </channel>
</rss>

