<?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: Work Center Classification data retrieval using BAPI_OBJCL_GETDETAIL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-center-classification-data-retrieval-using-bapi-objcl-getdetail/m-p/8483689#M1652552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Allocation tables are not getting Populated - is this the problem?&lt;/P&gt;&lt;P&gt;If it is then do one thing - create a Work Center with assigned class and put some value in the Characteristics. then execute the BAPI. There should not be any problem.&lt;/P&gt;&lt;P&gt;But if you are still not getting the desired result, then my suggestion is go for table retrieval. The Logic is - &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;CONCATENATE Werks and  Arbpl as Objek.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Fetch data from table INOB based on this Objek.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Fetch data from table KSSK based on the INOB data.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Fetch data from table AUSP based on the INOB data.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I believe - Rest you can do yourself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Dec 2011 12:55:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-12-15T12:55:42Z</dc:date>
    <item>
      <title>Work Center Classification data retrieval using BAPI_OBJCL_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-center-classification-data-retrieval-using-bapi-objcl-getdetail/m-p/8483685#M1652548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to get classification data for work centers (charateristic descriptions when you click classification button in CR03 Tcode for a workcenter).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;forum has suggested that we can use BAPI_OBJCL_GETDETAIL to get the data, but i am not able to give correct import parameters 1.objectkey 2.objecttable for work center.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJECTKEY&lt;/P&gt;&lt;P&gt;OBJECTTABLE&lt;/P&gt;&lt;P&gt;CLASSNUM&lt;/P&gt;&lt;P&gt;CLASSTYPE&lt;/P&gt;&lt;P&gt;KEYDATE&lt;/P&gt;&lt;P&gt;UNVALUATED_CHARS&lt;/P&gt;&lt;P&gt;LANGUAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help if anybody has come across this scenario for work center.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 12:30:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-center-classification-data-retrieval-using-bapi-objcl-getdetail/m-p/8483685#M1652548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-14T12:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Work Center Classification data retrieval using BAPI_OBJCL_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-center-classification-data-retrieval-using-bapi-objcl-getdetail/m-p/8483686#M1652549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pass the following parameters into BAPI - &lt;/P&gt;&lt;P&gt;1. OBJECTKEY - Concatenation of Plant (WERKS) and Work Center (ARBPL).&lt;/P&gt;&lt;P&gt;2. OBJECTTABLE - CRHD&lt;/P&gt;&lt;P&gt;3. CLASSNUM - Check in CR03 what is the Assigned Class.&lt;/P&gt;&lt;P&gt;4. CLASSTYPE - '019'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leave other fields as blank. Check Characteristics values  in ALLOCVALUESCHAR table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 13:56:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-center-classification-data-retrieval-using-bapi-objcl-getdetail/m-p/8483686#M1652549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-14T13:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Work Center Classification data retrieval using BAPI_OBJCL_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-center-classification-data-retrieval-using-bapi-objcl-getdetail/m-p/8483687#M1652550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already tried the combination you have suggested. I also tried adding zero to validate the objectkey field but still could not fetch any data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also tried checking with OBJID in CRHD for ARBPL but does not seem to work either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 14:11:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-center-classification-data-retrieval-using-bapi-objcl-getdetail/m-p/8483687#M1652550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-14T14:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Work Center Classification data retrieval using BAPI_OBJCL_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-center-classification-data-retrieval-using-bapi-objcl-getdetail/m-p/8483688#M1652551</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;BAPI_OBJCL_GETDETAIL works well for Tables EQUI, MARA, (equipment number, material number) but for CRHD (work center) it still seems to be unsolved or may be I am not trying in the right key entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any inputs are welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 10:38:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-center-classification-data-retrieval-using-bapi-objcl-getdetail/m-p/8483688#M1652551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-15T10:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Work Center Classification data retrieval using BAPI_OBJCL_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-center-classification-data-retrieval-using-bapi-objcl-getdetail/m-p/8483689#M1652552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Allocation tables are not getting Populated - is this the problem?&lt;/P&gt;&lt;P&gt;If it is then do one thing - create a Work Center with assigned class and put some value in the Characteristics. then execute the BAPI. There should not be any problem.&lt;/P&gt;&lt;P&gt;But if you are still not getting the desired result, then my suggestion is go for table retrieval. The Logic is - &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;CONCATENATE Werks and  Arbpl as Objek.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Fetch data from table INOB based on this Objek.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Fetch data from table KSSK based on the INOB data.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Fetch data from table AUSP based on the INOB data.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I believe - Rest you can do yourself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 12:55:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-center-classification-data-retrieval-using-bapi-objcl-getdetail/m-p/8483689#M1652552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-15T12:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Work Center Classification data retrieval using BAPI_OBJCL_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-center-classification-data-retrieval-using-bapi-objcl-getdetail/m-p/8483690#M1652553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This time got the clue from the table INOB. your inputs on concatenating WERKS and ARBPL is right but they exist in the table as follows: example : 001 123456 werks and arbpl with a space. when i give the objectkey in this manner the FM works fine and throws values in Alloc tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 14:44:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-center-classification-data-retrieval-using-bapi-objcl-getdetail/m-p/8483690#M1652553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-15T14:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Work Center Classification data retrieval using BAPI_OBJCL_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-center-classification-data-retrieval-using-bapi-objcl-getdetail/m-p/8483691#M1652554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gopi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just checked in my System. If that is the case that you have to concatenate WERKS and ARBPL with a space, then there is leading space in ARBPL. You should write the logic in this way - &lt;/P&gt;&lt;P&gt;1. Retrieve WERKS and ARBPL from CRHD based on certain criteria.&lt;/P&gt;&lt;P&gt;2. then Concatenate both of them and pass as Object Key into the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per SAP, there will not be any space needed in between WERKS and ARBPL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 15:01:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-center-classification-data-retrieval-using-bapi-objcl-getdetail/m-p/8483691#M1652554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-15T15:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Work Center Classification data retrieval using BAPI_OBJCL_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-center-classification-data-retrieval-using-bapi-objcl-getdetail/m-p/8483692#M1652555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks pal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 13:50:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-center-classification-data-retrieval-using-bapi-objcl-getdetail/m-p/8483692#M1652555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-16T13:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Work Center Classification data retrieval using BAPI_OBJCL_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-center-classification-data-retrieval-using-bapi-objcl-getdetail/m-p/8483693#M1652556</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;&lt;/P&gt;&lt;P&gt;Necessary to find the value of the characteristics of the work center (type 019 ) filled by the center Screenplay ( T-code CA02 ) for operation 0010.&lt;/P&gt;&lt;P&gt;You know the BAPI I can use ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 19:36:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-center-classification-data-retrieval-using-bapi-objcl-getdetail/m-p/8483693#M1652556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-05T19:36:29Z</dc:date>
    </item>
  </channel>
</rss>

