<?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 Find the Matrox Batch under Classification in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-the-matrox-batch-under-classification/m-p/2814743#M658154</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am facing one problem in retriving matrox batch under classification data...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;previous report retriving the SAP internal Batch and shows it in the report from MSEG table according to ordernumber(AUFNR), material number(MATNR)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of this batch i need to display the customer batch in classification&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose i have done transaction for one material#ABC in XXXX plant, Batch is 12345 like this....and matrox batch nder classification#Z_MATROX is 54321&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at present my report dispalying 12345...but i need 54321...so how can i retrive this field...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matrox batch value is available 54321 is available in AUSP table field ATWRT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i found some solution but i am not able to link that one to order number(AUFNR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am retriving matnr, plant and cuobj_bm from MCHA table and objek,atinn, atwrt from  AUSP table throw inner join by comparing cuobj_bm and objek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so here my problem is how to link to that matrox batch to order number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks...&lt;/P&gt;&lt;P&gt;Muralidhar Reddy Nara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Oct 2007 12:25:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-05T12:25:13Z</dc:date>
    <item>
      <title>Find the Matrox Batch under Classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-the-matrox-batch-under-classification/m-p/2814743#M658154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am facing one problem in retriving matrox batch under classification data...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;previous report retriving the SAP internal Batch and shows it in the report from MSEG table according to ordernumber(AUFNR), material number(MATNR)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of this batch i need to display the customer batch in classification&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose i have done transaction for one material#ABC in XXXX plant, Batch is 12345 like this....and matrox batch nder classification#Z_MATROX is 54321&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at present my report dispalying 12345...but i need 54321...so how can i retrive this field...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matrox batch value is available 54321 is available in AUSP table field ATWRT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i found some solution but i am not able to link that one to order number(AUFNR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am retriving matnr, plant and cuobj_bm from MCHA table and objek,atinn, atwrt from  AUSP table throw inner join by comparing cuobj_bm and objek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so here my problem is how to link to that matrox batch to order number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks...&lt;/P&gt;&lt;P&gt;Muralidhar Reddy Nara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 12:25:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-the-matrox-batch-under-classification/m-p/2814743#M658154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T12:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Find the Matrox Batch under Classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-the-matrox-batch-under-classification/m-p/2814744#M658155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Use MCHA, INOB tables and link to AUSP table to get the data&lt;/P&gt;&lt;P&gt;try the following &lt;/P&gt;&lt;P&gt;BAPI_OBJCL_GETDETAIL&lt;/P&gt;&lt;P&gt;or use the fun module:&lt;/P&gt;&lt;P&gt;CLAF_CLASSIFICATION_OF_OBJECTS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 12:49:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-the-matrox-batch-under-classification/m-p/2814744#M658155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T12:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Find the Matrox Batch under Classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-the-matrox-batch-under-classification/m-p/2814745#M658156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Anji Reddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are the fields i need to pass in Function module CLAF_CLASSIFICATION_OF_OBJECTS,,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried with this function module and use mcha, inob and ausp tables to retrive matrox btch...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please expalin for the following issue...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please urgent...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 11:39:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-the-matrox-batch-under-classification/m-p/2814745#M658156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-15T11:39:30Z</dc:date>
    </item>
  </channel>
</rss>

