<?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: Link between class type, class number and table name for FM 'BAPI_OBJCL_GETDETAIL' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-class-type-class-number-and-table-name-for-fm-bapi-objcl/m-p/754412#M36454</link>
    <description>&lt;P&gt;I checked it already before writing my question, but sadly this table will not solve my problem.&lt;/P&gt;&lt;P&gt;Using the FM as I wrote and using the TCLA table (selecting type 023) you suggested I would retrieve the value MCHA for object table name but to get anything I need to use MCH1 as the objects value I checked consist of material and batch only. MCHA would also have plant inside the object. So how to know that this should be MCH1 and not MCHA?&lt;/P&gt;&lt;P&gt;I read that 023 is a multi object type so I should look into table TCLAO to get all possible table names but still how to know which one to use?&lt;/P&gt;&lt;P&gt;I thought that there is a connection for class type, class number to the correct table name.&lt;/P&gt;&lt;P&gt;So example a class type 023 with class number BOLTS will use table MCHA but 023 and SCREWS will be configured for MCH1 table.&lt;/P&gt;&lt;P&gt;I probably do not understand fully the classification approach so I am a bit confused.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Jan 2019 08:16:30 GMT</pubDate>
    <dc:creator>goszczynra</dc:creator>
    <dc:date>2019-01-09T08:16:30Z</dc:date>
    <item>
      <title>Link between class type, class number and table name for FM 'BAPI_OBJCL_GETDETAIL'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-class-type-class-number-and-table-name-for-fm-bapi-objcl/m-p/754410#M36452</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;
  &lt;P&gt;I wanted to create a report to show characteristic values for multiple objects at once, based on the chosen class type and number.&lt;/P&gt;
  &lt;P&gt;My approach is to show the batch characteristic values using FM 'BAPI_OBJCL_GETDETAIL' and then transpose them to show in alv grid.&lt;/P&gt;
  &lt;P&gt;The parameters I used was the class type 023, class number given by user (specific for batch characteristic) and the objecttable MCH1. Everything works fine if those values are hard-coded (class type, objecttable). &lt;/P&gt;
  &lt;P&gt;My problem is that this report should be a generic one so based on the chosen class type and number pair I would somehow get the correct objecttable value and then run the FM.&lt;/P&gt;
  &lt;P&gt;Is there any table that has such link?&lt;/P&gt;
  &lt;P&gt;I did find the TCLO table that has the values that create the needed objectkey and this is based on the objecttable (ex.: for MCH1 i need to concatenate the material and batch number) but how can I get the needed object table when I have only the class type and number?&lt;/P&gt;
  &lt;P&gt;Is this even possible?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 15:37:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-class-type-class-number-and-table-name-for-fm-bapi-objcl/m-p/754410#M36452</guid>
      <dc:creator>goszczynra</dc:creator>
      <dc:date>2019-01-07T15:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Link between class type, class number and table name for FM 'BAPI_OBJCL_GETDETAIL'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-class-type-class-number-and-table-name-for-fm-bapi-objcl/m-p/754411#M36453</link>
      <description>&lt;P&gt;Check table TCLA based on class type retrieve the table and proceed.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 08:09:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-class-type-class-number-and-table-name-for-fm-bapi-objcl/m-p/754411#M36453</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2019-01-08T08:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Link between class type, class number and table name for FM 'BAPI_OBJCL_GETDETAIL'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-class-type-class-number-and-table-name-for-fm-bapi-objcl/m-p/754412#M36454</link>
      <description>&lt;P&gt;I checked it already before writing my question, but sadly this table will not solve my problem.&lt;/P&gt;&lt;P&gt;Using the FM as I wrote and using the TCLA table (selecting type 023) you suggested I would retrieve the value MCHA for object table name but to get anything I need to use MCH1 as the objects value I checked consist of material and batch only. MCHA would also have plant inside the object. So how to know that this should be MCH1 and not MCHA?&lt;/P&gt;&lt;P&gt;I read that 023 is a multi object type so I should look into table TCLAO to get all possible table names but still how to know which one to use?&lt;/P&gt;&lt;P&gt;I thought that there is a connection for class type, class number to the correct table name.&lt;/P&gt;&lt;P&gt;So example a class type 023 with class number BOLTS will use table MCHA but 023 and SCREWS will be configured for MCH1 table.&lt;/P&gt;&lt;P&gt;I probably do not understand fully the classification approach so I am a bit confused.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 08:16:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-class-type-class-number-and-table-name-for-fm-bapi-objcl/m-p/754412#M36454</guid>
      <dc:creator>goszczynra</dc:creator>
      <dc:date>2019-01-09T08:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Link between class type, class number and table name for FM 'BAPI_OBJCL_GETDETAIL'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-class-type-class-number-and-table-name-for-fm-bapi-objcl/m-p/754413#M36455</link>
      <description>&lt;P&gt;At least in my system i can see specifically in case of batch we are using FM VB_BATCH_DEFINITION to determine batch  definition level then if level is 0 they are using MCHA else  MCH1 for level 1. I believe you need to discuss this with your function expert how the definition is done.&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 08:21:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-class-type-class-number-and-table-name-for-fm-bapi-objcl/m-p/754413#M36455</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2019-01-10T08:21:38Z</dc:date>
    </item>
  </channel>
</rss>

