<?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: Function Module to Read attributes value from Classification tab in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-attributes-value-from-classification-tab/m-p/7386205#M1544720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can check those details using CT06 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FM &lt;STRONG&gt;CLAF_CLASSIFICATION_OF_OBJECTS&lt;/STRONG&gt; can be used to retrive the data using program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    CALL FUNCTION 'CLAF_CLASSIFICATION_OF_OBJECTS'
      EXPORTING
        class              = gc_class
        classtext          = 'X'
        classtype          = gc_classtype
        clint              = gc_mmpsk
        features           = 'X'
        language           = sy-langu
        object             = l_object
        key_date           = sy-datum
        initial_charact    = 'X'
        change_service_clf = ' '
        inherited_char     = 'X'
      TABLES
        t_class            = lt_class
        t_objectdata       = lt_objectdata
      EXCEPTIONS
        no_classification  = 1
        no_classtypes      = 2
        invalid_class_type = 3
        OTHERS             = 4.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Oct 2010 08:05:39 GMT</pubDate>
    <dc:creator>GauthamV</dc:creator>
    <dc:date>2010-10-11T08:05:39Z</dc:date>
    <item>
      <title>Function Module to Read attributes value from Classification tab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-attributes-value-from-classification-tab/m-p/7386200#M1544715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using material classification in the material master. Under classification tab of material master , we are maintaining certain characteristics and their corresponding values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to read those values and use those in one of the report.&lt;/P&gt;&lt;P&gt;Can you please help me in identifying Function Module which will return the values of all the attributes of that material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advnce,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 07:05:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-attributes-value-from-classification-tab/m-p/7386200#M1544715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-11T07:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Read attributes value from Classification tab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-attributes-value-from-classification-tab/m-p/7386201#M1544716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can Use 'BAPI_OBJCL_GETDETAIL' it requires OBJECTKEY -material number in your case&lt;/P&gt;&lt;P&gt;OBJECTTABLE- MARA, CLASSNUM-Give your class name,CLASSTYPE-give your class type also &lt;/P&gt;&lt;P&gt;another FM for this functionality CLAF_CLASSIFICATION_OF_OBJECTS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pawan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 07:23:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-attributes-value-from-classification-tab/m-p/7386201#M1544716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-11T07:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Read attributes value from Classification tab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-attributes-value-from-classification-tab/m-p/7386202#M1544717</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;You can use the function module CLAF_CLASSIFICATION_OF_OBJECTS .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also try to use the table AUSP to read the values..You need to specify the OBJEK as material number(18 char).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 07:25:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-attributes-value-from-classification-tab/m-p/7386202#M1544717</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2010-10-11T07:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Read attributes value from Classification tab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-attributes-value-from-classification-tab/m-p/7386203#M1544718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nikhil if you have plant and Material you will fetch the CUOBJ field from MARC  table and pass it to &lt;/P&gt;&lt;P&gt;VC_I_GET_CONFIGURATION you will get you desired value in the return table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 07:46:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-attributes-value-from-classification-tab/m-p/7386203#M1544718</guid>
      <dc:creator>anup_deshmukh4</dc:creator>
      <dc:date>2010-10-11T07:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Read attributes value from Classification tab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-attributes-value-from-classification-tab/m-p/7386204#M1544719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Anup ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Material in question is not confiurable material. Hence CUOBJ field in MARC in blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 07:53:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-attributes-value-from-classification-tab/m-p/7386204#M1544719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-11T07:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Read attributes value from Classification tab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-attributes-value-from-classification-tab/m-p/7386205#M1544720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can check those details using CT06 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FM &lt;STRONG&gt;CLAF_CLASSIFICATION_OF_OBJECTS&lt;/STRONG&gt; can be used to retrive the data using program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    CALL FUNCTION 'CLAF_CLASSIFICATION_OF_OBJECTS'
      EXPORTING
        class              = gc_class
        classtext          = 'X'
        classtype          = gc_classtype
        clint              = gc_mmpsk
        features           = 'X'
        language           = sy-langu
        object             = l_object
        key_date           = sy-datum
        initial_charact    = 'X'
        change_service_clf = ' '
        inherited_char     = 'X'
      TABLES
        t_class            = lt_class
        t_objectdata       = lt_objectdata
      EXCEPTIONS
        no_classification  = 1
        no_classtypes      = 2
        invalid_class_type = 3
        OTHERS             = 4.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 08:05:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-attributes-value-from-classification-tab/m-p/7386205#M1544720</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2010-10-11T08:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Read attributes value from Classification tab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-attributes-value-from-classification-tab/m-p/7386206#M1544721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use BAPI  'BAPI_OBJCL_GETCLASSES' to retrieve the classification details for given material. Refer the documentation of BAPI for more details .  Here is sample code for BAPI call . &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;       
 DATA :   v_objectkey TYPE bapi1003_key-object ,          
              v_classtype TYPE bapi1003_key-classtype .

          v_objectkey = matnr.            " material 
         v_classtype = '023'.             " Classification type          

        CALL FUNCTION 'BAPI_OBJCL_GETCLASSES'
            EXPORTING
              objectkey_imp     = v_objectkey
              objecttable_imp   = 'MARA''
              classtype_imp     = v_classtype
              read_valuations   = 'X'
            TABLES
              alloclist       = l_i_alloclist
              allocvalueschar = l_i_char_value
              return          = l_i_return.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 21:15:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-attributes-value-from-classification-tab/m-p/7386206#M1544721</guid>
      <dc:creator>tushar_shukla</dc:creator>
      <dc:date>2010-10-11T21:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Read attributes value from Classification tab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-attributes-value-from-classification-tab/m-p/7386207#M1544722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Tushar ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use this BAPI.&lt;/P&gt;&lt;P&gt;But I am getting message as "Object does not Exists".&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 09:18:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-attributes-value-from-classification-tab/m-p/7386207#M1544722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-12T09:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Read attributes value from Classification tab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-attributes-value-from-classification-tab/m-p/7386208#M1544723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may be passing some incorrect parameter to this BAPI , I just mentioned above a sample code , please try with passing existing material number and classification type to BAPI in your system.  You can pass hardcoded value 'MARA' to objecttable_imp parameter. &lt;/P&gt;&lt;P&gt;I used this BAPI in past and it worked perfectly for me .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 13:45:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-attributes-value-from-classification-tab/m-p/7386208#M1544723</guid>
      <dc:creator>tushar_shukla</dc:creator>
      <dc:date>2010-10-12T13:45:23Z</dc:date>
    </item>
  </channel>
</rss>

