<?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: problem with BAPI_CLASS_SELECT_OBJECTS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-class-select-objects/m-p/2168304#M459546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;problem solved, I thought all the characteristiscs were read from&lt;/P&gt;&lt;P&gt;CLSC_SEARCH_OBJECTS but they were read in BAPI_DOCUMENT_GETDETAIL2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I could use the BAPI BAPI_CLASS_SELECT_OBJECTS for retrieving the objects instead of CLSC_SEARCH_OBJECTS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 May 2007 07:02:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-03T07:02:46Z</dc:date>
    <item>
      <title>problem with BAPI_CLASS_SELECT_OBJECTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-class-select-objects/m-p/2168297#M459539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try to figure out the BAPI BAPI_CLASS_SELECT_OBJECTS but I'm not sure what to do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a class for DMS with 22 characteristics that can be searched.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when for instance the third characteristic is searched on I pass the next values in SELECTIONCRITERIONS&lt;/P&gt;&lt;P&gt;NAME_CHAR = ZDMS3&lt;/P&gt;&lt;P&gt;CHAR_VALUE = E&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the result only gives back the characteristic ZDMS3 and not the other 21 characteristics ?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is the BAPI only returning the searched characteristics or did I do something wrong in the input ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 09:58:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-class-select-objects/m-p/2168297#M459539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T09:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: problem with BAPI_CLASS_SELECT_OBJECTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-class-select-objects/m-p/2168298#M459540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Incase if iam not wrong,&lt;/P&gt;&lt;P&gt;are you talking about classification and characteristc in mm03.&lt;/P&gt;&lt;P&gt;do you want to update?&lt;/P&gt;&lt;P&gt;if it is the case then use another FM or if iam wrong ....leave it.&lt;/P&gt;&lt;P&gt;&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, 02 May 2007 10:06:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-class-select-objects/m-p/2168298#M459540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T10:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: problem with BAPI_CLASS_SELECT_OBJECTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-class-select-objects/m-p/2168299#M459541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;If in the above case you can use..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FM "CLAF_CLASSIFICATION_OF_OBJECTS"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;nazeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 10:09:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-class-select-objects/m-p/2168299#M459541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T10:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: problem with BAPI_CLASS_SELECT_OBJECTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-class-select-objects/m-p/2168300#M459542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above function module is to search ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use bapi_objcl_change followed by claf_classification_of_objects.&lt;/P&gt;&lt;P&gt;&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, 02 May 2007 10:12:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-class-select-objects/m-p/2168300#M459542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T10:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: problem with BAPI_CLASS_SELECT_OBJECTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-class-select-objects/m-p/2168301#M459543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the replies so far, it gave me a direction that the BAPI was not the right thing. the initial problem is that we have a Z programm in release 4.7 that works with the function CLSC_SEARCH_OBJECTS (which is also used in the bapi BAPI_CLASS_SELECT_OBJECTS)  it's working fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(now I know why the BAPI was not used but this function instead)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I tested the programm on the new release ERP2005 this function suddenly takes 26 times longer to complete &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I first tried to replace it with the BAPI above but now I try to figure out why it performs so louzy suddenly &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 12:15:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-class-select-objects/m-p/2168301#M459543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T12:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: problem with BAPI_CLASS_SELECT_OBJECTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-class-select-objects/m-p/2168302#M459544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;further on CLSC_SEARCH_OBJECTS has a last change date in the ERP2005 of 11.04.2005&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the old 4.7 system the last change date is 28.10.2005  ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is that normal, looks strange to me that a newer version of SAP has older functions ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 13:01:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-class-select-objects/m-p/2168302#M459544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T13:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: problem with BAPI_CLASS_SELECT_OBJECTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-class-select-objects/m-p/2168303#M459545</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;FM BAPI_CLASS_SELECT_OBJECTS gets objects for a class.  If you want to retrieve the characteristics, try using BAPI_CLASS_GET_CHARACTERISTICS.&lt;/P&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 May 2007 14:41:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-class-select-objects/m-p/2168303#M459545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T14:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: problem with BAPI_CLASS_SELECT_OBJECTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-class-select-objects/m-p/2168304#M459546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;problem solved, I thought all the characteristiscs were read from&lt;/P&gt;&lt;P&gt;CLSC_SEARCH_OBJECTS but they were read in BAPI_DOCUMENT_GETDETAIL2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I could use the BAPI BAPI_CLASS_SELECT_OBJECTS for retrieving the objects instead of CLSC_SEARCH_OBJECTS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 07:02:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-class-select-objects/m-p/2168304#M459546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T07:02:46Z</dc:date>
    </item>
  </channel>
</rss>

