<?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_OBJCL_GETDETAIL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-objcl-getdetail/m-p/1883439#M370796</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the fm set    UNVALUATED_CHARS       = 'X'  to get all the values..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Sep 2010 12:34:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-15T12:34:18Z</dc:date>
    <item>
      <title>BAPI_OBJCL_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-objcl-getdetail/m-p/1883437#M370794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem related to BAPI_OBJCL_GETDETAIL. I want to get the details of existing characteristics for a particular equipment. This gives me the details of the characteristics that contains some values. If values are not assigned to any characteristics then I am not getting that characteristics in the tables ALLOCVALUESNUM, ALLOCVALUESCHAR, ALLOCVALUESCURR. Is it the way in which this BAPI behaves? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please guide me to get the remaining characteristics that doesn't contain any value assigned to it? Shall I use BAPI_CLASS_GET_CHARACTERISTICS to get the remaining characteristics or is there any alternative for the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vibha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 14:05:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-objcl-getdetail/m-p/1883437#M370794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T14:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_OBJCL_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-objcl-getdetail/m-p/1883438#M370795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use either BAPI_CLASS_GET_CLASSIFICATIONS or BAPI_CLASS_GET_CHARACTERISTICS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 14:34:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-objcl-getdetail/m-p/1883438#M370795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T14:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_OBJCL_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-objcl-getdetail/m-p/1883439#M370796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the fm set    UNVALUATED_CHARS       = 'X'  to get all the values..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 12:34:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-objcl-getdetail/m-p/1883439#M370796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-15T12:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_OBJCL_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-objcl-getdetail/m-p/1883440#M370797</link>
      <description>&lt;P&gt;GOOD......&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 03:13:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-objcl-getdetail/m-p/1883440#M370797</guid>
      <dc:creator>former_member828218</dc:creator>
      <dc:date>2023-04-12T03:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_OBJCL_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-objcl-getdetail/m-p/1883441#M370798</link>
      <description>&lt;P&gt;Yes, it is expected behavior for the &lt;A href="https://sapabapcentral.blogspot.com/p/sap-abap-ctaw12750.html" target="_blank"&gt;BAPI_OBJCL_GETDETAIL&lt;/A&gt; function module to only return characteristics that have values assigned to them in the ALLOCVALUESNUM, ALLOCVALUESCHAR, and ALLOCVALUESCURR tables.&lt;/P&gt;&lt;P&gt;To retrieve all characteristics for a particular equipment, whether they have values assigned or not, you can use the BAPI_EQUI_GET_DETAIL function module instead of BAPI_OBJCL_GETDETAIL. This function module retrieves all details of a specific equipment, including the list of characteristics assigned to it.&lt;/P&gt;&lt;P&gt;Alternatively, you can use the BAPI_CLASS_GET_CHARACTERISTICS function module to retrieve a list of characteristics assigned to a class, whether they have values assigned or not. You will need to pass the equipment class as an input parameter to this function module to retrieve the characteristics assigned to it.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 09:08:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-objcl-getdetail/m-p/1883441#M370798</guid>
      <dc:creator>former_member607044</dc:creator>
      <dc:date>2023-04-12T09:08:09Z</dc:date>
    </item>
  </channel>
</rss>

