<?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: Getting material characteristics in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647695#M1572843</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi A,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In table AUSP you will find all the charateristics for the material so you have it already.  In case you want to get the external name of the characteristic, use the conevrsion routine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ATINN_OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Feb 2011 17:37:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-28T17:37:54Z</dc:date>
    <item>
      <title>Getting material characteristics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647693#M1572841</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 have to get characteristics of a matnr. For this, I have googled and got to know that the table AUSP contains fields OBJEK and ATINN which can be used to fetch characteristics of matnr from another table and that AUSP-OBJEK = MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, I dont find my MATNR in the table  AUSP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My  question is, how to get ATINN of matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2011 12:12:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647693#M1572841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-28T12:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Getting material characteristics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647694#M1572842</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;May This wiki page  helpful [http://wiki.sdn.sap.com/wiki/display/SAPMDM/Issues&lt;EM&gt;in&lt;/EM&gt;fetching&lt;EM&gt;internal&lt;/EM&gt;characteristics&lt;EM&gt;of&lt;/EM&gt;materials]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2011 12:44:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647694#M1572842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-28T12:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Getting material characteristics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647695#M1572843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi A,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In table AUSP you will find all the charateristics for the material so you have it already.  In case you want to get the external name of the characteristic, use the conevrsion routine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ATINN_OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2011 17:37:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647695#M1572843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-28T17:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Getting material characteristics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647696#M1572844</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;1.&lt;/P&gt;&lt;P&gt;CALL FUNCTION  'BAPI_OBJCL_GETCLASSES'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;export.&lt;/P&gt;&lt;P&gt;OBJECTKEY_IMP                   =  material number      "material should be as it is in mara including zero's&lt;/P&gt;&lt;P&gt;OBJECTTABLE_IMP                = MARA      "table name&lt;/P&gt;&lt;P&gt;CLASSTYPE_IMP                   =001          "class type of that material &lt;/P&gt;&lt;P&gt;READ_VALUATIONS&lt;/P&gt;&lt;P&gt;KEYDATE&lt;/P&gt;&lt;P&gt;LANGUAGE                        =EN&lt;/P&gt;&lt;P&gt;tables.&lt;/P&gt;&lt;P&gt;ALLOCLIST                      = itab       "Here u will get material related class name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Pass this class name to below function module to get the characterstics of that material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CARD_CLASS_READ_CHARACTS'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    class                        = L_CLASS       "class name&lt;/P&gt;&lt;P&gt;    class_type                   = '001'        "Class type &lt;/P&gt;&lt;P&gt;   LANGUAGE                     = SY-LANGU&lt;/P&gt;&lt;P&gt;  tables&lt;/P&gt;&lt;P&gt;    characteristics              = GT_CHAR   "characterstic&lt;/P&gt;&lt;P&gt;    characteristics_values       = GT_CHAR_VAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: briteny on Mar 1, 2011 8:58 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 07:58:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647696#M1572844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-01T07:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Getting material characteristics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647697#M1572845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replies. Both were helpful.  But the problem is still stuck at the table "AUSP". I have values for ATINN, MAFID and KLART. Unfortunately there doesnt exist any entry in the field "ATWRT" fullfilling aformentioned field values i.e;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT atwrt from ausp into lv_atwrt where atinn = lv_atinn and mafid = 'O' and KLART = lv_klart .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above query doesnt deliver ATWRT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 09:19:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647697#M1572845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-01T09:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Getting material characteristics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647698#M1572846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Britney,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I executed FM "CARD_CLASS_READ_CHARACTS" in SE37.  Unfortunately I am getting "?" in column Characteristic Value and not the characteristics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 10:01:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647698#M1572846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-01T10:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Getting material characteristics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647699#M1572847</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;1. First declare a variable objek in the matnr structure(i_mara).&lt;/P&gt;&lt;P&gt;objek should be of type cuobn. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at i_mara assigning &amp;lt;fs_mara&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;lt;fs_mara&amp;gt;-objek = &amp;lt;fs_mara&amp;gt;-matnr.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. select cuobj&lt;/P&gt;&lt;P&gt;               objek&lt;/P&gt;&lt;P&gt;      from inob&lt;/P&gt;&lt;P&gt;      into table i_inob&lt;/P&gt;&lt;P&gt;      for all entries in i_mara&lt;/P&gt;&lt;P&gt;      where (objab = 'MARA' or obtab = 'MARAT')&lt;/P&gt;&lt;P&gt;      and  objek = i_mara-objek&lt;/P&gt;&lt;P&gt;      and klart = '026'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.define a variable objek1 in structur(i_inob)&lt;/P&gt;&lt;P&gt;objek1 type objnum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at i_inob assigning &amp;lt;fs_inob&amp;gt;.&lt;/P&gt;&lt;P&gt;      &amp;lt;fs_inob&amp;gt;-objek1 = &amp;lt;fs_inob&amp;gt;-cuobj.&lt;/P&gt;&lt;P&gt;   endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'conversion_exit_atinn_input'&lt;/P&gt;&lt;P&gt;exporting &lt;/P&gt;&lt;P&gt;input = 'zcolour'&lt;/P&gt;&lt;P&gt;importing&lt;/P&gt;&lt;P&gt;output = v_atinn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. select objek&lt;/P&gt;&lt;P&gt;               atwrt&lt;/P&gt;&lt;P&gt;       from ausp&lt;/P&gt;&lt;P&gt;        into table i_ausp&lt;/P&gt;&lt;P&gt;        for all entries in i_inob&lt;/P&gt;&lt;P&gt;    where objek = i_inob-objek1&lt;/P&gt;&lt;P&gt;         and atinn = v_atinn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Priz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 10:13:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647699#M1572847</guid>
      <dc:creator>former_member206485</dc:creator>
      <dc:date>2011-03-01T10:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Getting material characteristics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647700#M1572848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use &lt;STRONG&gt;BAPI_OBJCL_GETDETAIL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;OBJECTKEY -&amp;gt; Material Number
OBJECTTABLE -&amp;gt; MARA
CLASSNUM -&amp;gt; Class name from MM03 Classification View
CLASSTYPE -&amp;gt; Class Type from MM03 Classification View&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 10:15:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647700#M1572848</guid>
      <dc:creator>asik_shameem</dc:creator>
      <dc:date>2011-03-01T10:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Getting material characteristics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647701#M1572849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI_OBJCL_GETDETAIL  is displaying character descriptions and not their Values..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 05:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647701#M1572849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-02T05:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Getting material characteristics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647702#M1572850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In point 4, getting the condition objek = i_inob-objek1 Not True&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 05:25:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647702#M1572850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-02T05:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Getting material characteristics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647703#M1572851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure? Did you check these values?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ALLOCVALUESNUM-VALUE_FROM,VALUE_TO
ALLOCVALUESCHAR-VALUE_CHAR
ALLOCVALUESCURR-VALUE_FROM,VALUE_TO&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hope you are talking about material characteristics in material master.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 06:17:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647703#M1572851</guid>
      <dc:creator>asik_shameem</dc:creator>
      <dc:date>2011-03-02T06:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Getting material characteristics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647704#M1572852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FM "CLAF_CLASSIFICATION_OF_OBJECTS"   supplied complete charactereistics values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 21:03:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647704#M1572852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-03T21:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Getting material characteristics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647705#M1572853</link>
      <description>&lt;P&gt;The below SQL works for me ,&lt;/P&gt;&lt;P&gt;SELECT&lt;BR /&gt;mara~matnr,&lt;BR /&gt;ausp~atwrt&lt;BR /&gt;FROM mara&lt;BR /&gt;LEFT OUTER JOIN inob ON ( inob~klart = '001' “class type&lt;BR /&gt;                                        AND inob~obtab = 'MARA'&lt;BR /&gt;                                        AND inob~objek = mara~matnr&lt;BR /&gt;                                               )&lt;BR /&gt;LEFT OUTER JOIN cabn ON ( cabn~atnam = 'Z_xxxx_MATE' )        “char. value &lt;BR /&gt;LEFT OUTER JOIN ausp ON ( ausp~objek = inob~cuobj&lt;BR /&gt;                                          AND ausp~atinn = cabn~atinn &lt;BR /&gt;                                          AND ausp~klart = '001'     “class type&lt;/P&gt;&lt;P&gt;                                                )&lt;BR /&gt;INTO TABLE @DATA(itab_clas)&lt;BR /&gt;WHERE mara~matnr = '000000000001000xxx'.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 09:48:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647705#M1572853</guid>
      <dc:creator>former_member536533</dc:creator>
      <dc:date>2019-10-31T09:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Getting material characteristics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647706#M1572854</link>
      <description>&lt;P&gt;Ashish, do you have any extra detail on when/why you use left table join? I have only used it to exclude tables I added that I didn't need in SQVI. Any other details would be greatly appreciated. &lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 08:07:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-material-characteristics/m-p/7647706#M1572854</guid>
      <dc:creator>former_member793767</dc:creator>
      <dc:date>2020-05-13T08:07:20Z</dc:date>
    </item>
  </channel>
</rss>

