<?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 Accessing MM Classification Data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-mm-classification-data/m-p/1991041#M404283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you run transaction MM03 and choose to view the classification data you are presented with a list of Characteristic Descritptions and thier values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish to access this through code. How would I go about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;Points awarded,&lt;/P&gt;&lt;P&gt;Colm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2007 11:39:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-21T11:39:37Z</dc:date>
    <item>
      <title>Accessing MM Classification Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-mm-classification-data/m-p/1991041#M404283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you run transaction MM03 and choose to view the classification data you are presented with a list of Characteristic Descritptions and thier values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish to access this through code. How would I go about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;Points awarded,&lt;/P&gt;&lt;P&gt;Colm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 11:39:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-mm-classification-data/m-p/1991041#M404283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T11:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing MM Classification Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-mm-classification-data/m-p/1991042#M404284</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 the fun Module&lt;/P&gt;&lt;P&gt;CLAF_CLASSIFICATION_OF_OBJECTS&lt;/P&gt;&lt;P&gt;or use the BAPI&lt;/P&gt;&lt;P&gt;BAPI_OBJCL_GETDETAIL&lt;/P&gt;&lt;P&gt;to get the Classification of the Material.&lt;/P&gt;&lt;P&gt;You can also use AUSP, CAWN and CABN tables  to get the data.&lt;/P&gt;&lt;P&gt;reward if useful&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>Wed, 21 Mar 2007 11:44:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-mm-classification-data/m-p/1991042#M404284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T11:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing MM Classification Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-mm-classification-data/m-p/1991043#M404285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I try to run CLAF_CLASSIFICATION_OF_OBJECTS with the values&lt;/P&gt;&lt;P&gt;Class: 001QUALITY&lt;/P&gt;&lt;P&gt;CLASSTYPE: 001&lt;/P&gt;&lt;P&gt;OBJECT: 1000883&lt;/P&gt;&lt;P&gt;OBJECTTABLE: MARA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It tells me that there is there is NO_CLASSIFICATION even though when I look at the material 1000883 in MM03 this is the information I get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong?? Thanks for help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 12:35:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-mm-classification-data/m-p/1991043#M404285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T12:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing MM Classification Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-mm-classification-data/m-p/1991044#M404286</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;   Get the material &amp;amp; class of material.&lt;/P&gt;&lt;P&gt;go to AUSP table put &lt;/P&gt;&lt;P&gt;   OBJEK = Material and&lt;/P&gt;&lt;P&gt;   KLART = Class&lt;/P&gt;&lt;P&gt;u can get  all the charateristic details of material in ATWRT field.&lt;/P&gt;&lt;P&gt;to find charateristic name get the ATINN( Charateristic number) and&lt;/P&gt;&lt;P&gt;goto CABN table put the ATINN values&amp;amp; get the charateristic Name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if u have any doubts reply me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V.Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 12:46:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-mm-classification-data/m-p/1991044#M404286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T12:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing MM Classification Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-mm-classification-data/m-p/1991045#M404287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked perfectly, thanks very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing to note is that if you are putting in a material number as the object make sure to specify the full 18 digits. If you do not the database read returns a blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One other thing. Is it possible to get the Value description from any table? For instance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ATINN = 0000001262&lt;/P&gt;&lt;P&gt;ATINN DESCRIPTION (ATBEZ) = Quality Specification Category&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ATWRT = P&lt;/P&gt;&lt;P&gt;How would I find ATWRT's description?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 14:57:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-mm-classification-data/m-p/1991045#M404287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T14:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing MM Classification Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-mm-classification-data/m-p/1991046#M404288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use BAPI_OBJCL_GETDETAIL and make sure to specify your material number as the full 18 digits I get all the details I need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 15:03:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-mm-classification-data/m-p/1991046#M404288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T15:03:35Z</dc:date>
    </item>
  </channel>
</rss>

