<?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: Material Variant Classification in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-variant-classification/m-p/3851031#M925789</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;I've executed this function but the values for the characteristics are 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A colleague suggested today to use function CUD0_GET_VAL_FROM_INSTANCE, where:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single cuobj from marc&lt;/P&gt;&lt;P&gt;into cuobj&lt;/P&gt;&lt;P&gt;where matnr = p_mantr&lt;/P&gt;&lt;P&gt;and werks = p_werks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it works. All the values for the characteristics are right and they match the values of the material using transaction MM03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Roxana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 May 2008 06:17:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-20T06:17:41Z</dc:date>
    <item>
      <title>Material Variant Classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-variant-classification/m-p/3851029#M925787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Does anyone know how to get the material variant classification data for a material? I found function CLFN_VARIANT_CLASSIFICATION, but I couldn't find any documentation. I don't know how to put the parameters in this function and whether this is the right funtion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Roxana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 07:00:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-variant-classification/m-p/3851029#M925787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T07:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Material Variant Classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-variant-classification/m-p/3851030#M925788</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;&lt;/P&gt;&lt;P&gt;Please check with following tables.&lt;/P&gt;&lt;P&gt;KLAH Class Detail &lt;/P&gt;&lt;P&gt;CABN Characteristic Detail &lt;/P&gt;&lt;P&gt;AUSP Characteristic Values &lt;/P&gt;&lt;P&gt;CAWN Characteristic Values &lt;/P&gt;&lt;P&gt;CAWNT Characteristic Value Texts &lt;/P&gt;&lt;P&gt;KSML Characteristic Allocation to Class &lt;/P&gt;&lt;P&gt;KSSK Material Allocation to Class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USE THE FOLLOWING fUNCTION MODULE TO GET THE DATA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLAF_CLASSIFICATION_OF_OBJECTS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GIVE CLASS TYPE = 300 AND OBJECT NUMBER = MATERIAL NUMBER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXECUTE YOU WILL GET IN TABLE T_CLASS, THE DETAILS ABOUT THE CLASS&lt;/P&gt;&lt;P&gt;IN TABLE T_OBJECTDATA, CHAR ASSOCIATED AND THE VALUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the link&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=11911947&amp;amp;messageID=4219775" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=11911947&amp;amp;messageID=4219775&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 07:04:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-variant-classification/m-p/3851030#M925788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T07:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Material Variant Classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-variant-classification/m-p/3851031#M925789</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;I've executed this function but the values for the characteristics are 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A colleague suggested today to use function CUD0_GET_VAL_FROM_INSTANCE, where:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single cuobj from marc&lt;/P&gt;&lt;P&gt;into cuobj&lt;/P&gt;&lt;P&gt;where matnr = p_mantr&lt;/P&gt;&lt;P&gt;and werks = p_werks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it works. All the values for the characteristics are right and they match the values of the material using transaction MM03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Roxana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 06:17:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-variant-classification/m-p/3851031#M925789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T06:17:41Z</dc:date>
    </item>
  </channel>
</rss>

