<?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: Classification view in Material Master in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-in-material-master/m-p/3297010#M789042</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply , I have passed the following value ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJECTKEYNEW             -      000000000000000925&lt;/P&gt;&lt;P&gt;OBJECTTABLENEW          -       MARA&lt;/P&gt;&lt;P&gt;CLASSNUMNEW              -       HLLBATCHCLASS&lt;/P&gt;&lt;P&gt;CLASSTYPENEW             -      023&lt;/P&gt;&lt;P&gt;STATUS                           -      1&lt;/P&gt;&lt;P&gt;STANDARDCLASS&lt;/P&gt;&lt;P&gt;CHANGENUMBER&lt;/P&gt;&lt;P&gt;KEYDATE                         -      18.01.2008&lt;/P&gt;&lt;P&gt;NO_DEFAULT_VALUES&lt;/P&gt;&lt;P&gt;also im passing the characteristics&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Export  table giving the following result. But when i see the MM02 again i could not see these entries... y ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RETURN&lt;/P&gt;&lt;P&gt;                 Result: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T ID                   NUM MESSAGE&lt;/P&gt;&lt;P&gt;E CL                   731 Assignment exists and is valid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jan 2008 07:45:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-17T07:45:54Z</dc:date>
    <item>
      <title>Classification view in Material Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-in-material-master/m-p/3297007#M789039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any one tell me , how to create a Classification view using program or function module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just wanted to create a Classification views in MM01 transaction . is there any function module there to create the same ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if BAPI_OBJCL_CREATE is the FM , then pls tell me how the following input parameters related to the material . from which table i can have the following parameter values based on material number .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; OBJECTKEY_IMP&lt;/P&gt;&lt;P&gt; OBJECTTABLE_IMP&lt;/P&gt;&lt;P&gt; CLASSTYPE_IMP&lt;/P&gt;&lt;P&gt; READ_VALUATIONS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Prakash N on Jan 15, 2008 1:27 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 06:00:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-in-material-master/m-p/3297007#M789039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T06:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Classification view in Material Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-in-material-master/m-p/3297008#M789040</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;Yes BAPI_OBJCL_CREATE is the required FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJECTKEY_IMP  = Your Matnr of MM01&lt;/P&gt;&lt;P&gt;OBJECTTABLE_IMP = 'MARA'&lt;/P&gt;&lt;P&gt;CLASSTYPE_IMP = Class type you want to create for the material under consideration&lt;/P&gt;&lt;P&gt;READ_VALUATIONS =  There is no such parameter in the above mentioned FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raju Chitale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 10:09:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-in-material-master/m-p/3297008#M789040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T10:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Classification view in Material Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-in-material-master/m-p/3297009#M789041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL FUNCTION 'BAPI_OBJCL_CREATE'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;objectkeynew = P_L_T_CLASS-objnum&lt;/P&gt;&lt;P&gt;objecttablenew = 'MARA'&lt;/P&gt;&lt;P&gt;classnumnew = P_L_T_CLASS-class&lt;/P&gt;&lt;P&gt;classtypenew = P_L_T_CLASS-ctype&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STATUS = '1' &lt;/P&gt;&lt;P&gt;STANDARDCLASS = &lt;/P&gt;&lt;P&gt;CHANGENUMBER = &lt;/P&gt;&lt;P&gt;KEYDATE = SY-DATUM &lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;allocvaluesnum = l_it_num &lt;/P&gt;&lt;P&gt;allocvalueschar = l_it_mkml &lt;/P&gt;&lt;P&gt;allocvalueschar = l_t_class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;allocvaluescurr = l_it_curr &lt;/P&gt;&lt;P&gt;return = l_t_ret2.&lt;/P&gt;&lt;P&gt;If useful reward...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 10:13:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-in-material-master/m-p/3297009#M789041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T10:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Classification view in Material Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-in-material-master/m-p/3297010#M789042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply , I have passed the following value ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJECTKEYNEW             -      000000000000000925&lt;/P&gt;&lt;P&gt;OBJECTTABLENEW          -       MARA&lt;/P&gt;&lt;P&gt;CLASSNUMNEW              -       HLLBATCHCLASS&lt;/P&gt;&lt;P&gt;CLASSTYPENEW             -      023&lt;/P&gt;&lt;P&gt;STATUS                           -      1&lt;/P&gt;&lt;P&gt;STANDARDCLASS&lt;/P&gt;&lt;P&gt;CHANGENUMBER&lt;/P&gt;&lt;P&gt;KEYDATE                         -      18.01.2008&lt;/P&gt;&lt;P&gt;NO_DEFAULT_VALUES&lt;/P&gt;&lt;P&gt;also im passing the characteristics&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Export  table giving the following result. But when i see the MM02 again i could not see these entries... y ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RETURN&lt;/P&gt;&lt;P&gt;                 Result: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T ID                   NUM MESSAGE&lt;/P&gt;&lt;P&gt;E CL                   731 Assignment exists and is valid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 07:45:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-in-material-master/m-p/3297010#M789042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-17T07:45:54Z</dc:date>
    </item>
  </channel>
</rss>

