<?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 Classification View activated in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-activated/m-p/8631755#M1664948</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I am uploading Material Master data through BAPI &lt;SPAN class="L0S33"&gt;'BAPI_MATERIAL_SAVEDATA' everything goes well but now client requirment is :-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;Activated classification view for this i am using &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'BAPI_OBJCL_CREATE' and all classification data updated sucessfully but client needs classification tab in MM03 always be acitvated if there is no values in the file for classification data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;Is it possible if we are not passing any value for classification data and activate that tab in MM03.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;Please Advice me what can i do for this &lt;/SPAN&gt;requirement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Mar 2012 10:25:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-03-27T10:25:32Z</dc:date>
    <item>
      <title>Classification View activated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-activated/m-p/8631755#M1664948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I am uploading Material Master data through BAPI &lt;SPAN class="L0S33"&gt;'BAPI_MATERIAL_SAVEDATA' everything goes well but now client requirment is :-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;Activated classification view for this i am using &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'BAPI_OBJCL_CREATE' and all classification data updated sucessfully but client needs classification tab in MM03 always be acitvated if there is no values in the file for classification data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;Is it possible if we are not passing any value for classification data and activate that tab in MM03.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;Please Advice me what can i do for this &lt;/SPAN&gt;requirement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 10:25:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-activated/m-p/8631755#M1664948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-27T10:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Classification View activated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-activated/m-p/8631756#M1664949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nee&lt;/P&gt;&lt;P&gt;How are you populating the work-area of structure BAPI1003_KEY?&lt;/P&gt;&lt;P&gt;You can populate the mandatory parameters of the BAPI in your code itself.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Xineohpi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 11:29:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-activated/m-p/8631756#M1664949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-27T11:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Classification View activated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-activated/m-p/8631757#M1664950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;call bapi &lt;SPAN class="L0S33"&gt;BAPI_OBJCL_CREATE &lt;/SPAN&gt;with empty TABLES. This will create assignment without any characterristics values&lt;/P&gt;&lt;P&gt;ALLOCVALUESNUM STRUCTURE&amp;nbsp; BAPI1003_ALLOC_VALUES_NUM OPTIONAL&lt;/P&gt;&lt;P&gt;ALLOCVALUESCHAR STRUCTURE&amp;nbsp; BAPI1003_ALLOC_VALUES_CHAR OPTIONAL&lt;/P&gt;&lt;P&gt;ALLOCVALUESCURR STRUCTURE&amp;nbsp; BAPI1003_ALLOC_VALUES_CURR OPTIONAL&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>Tue, 27 Mar 2012 12:05:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-activated/m-p/8631757#M1664950</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2012-03-27T12:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Classification View activated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-activated/m-p/8631758#M1664951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pawan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, i know if i'll pass tables with empty values then it will not create any characterristics values but i have to pass mandotory parameter like:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OBJECTKEYNEW&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = BAPI1003_KEY-OBJECT&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OBJECTTABLENEW&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'MARA'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLASSNUMNEW&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = BAPI1003_KEY-CLASSNUM&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLASSTYPENEW&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = BAPI1003_KEY-CLASSTYPE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i do not want to pass anything in the BAPI,just need to activated classiffication tab without any data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope you understood .&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;Nee.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 12:57:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-activated/m-p/8631758#M1664951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-27T12:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Classification View activated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-activated/m-p/8631759#M1664952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes,i am populateing the mandatory parameters of the BAPI :-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OBJECTKEYNEW&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = BAPI1003_KEY-OBJECT(Material Number)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OBJECTTABLENEW&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'MARA'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLASSNUMNEW&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = BAPI1003_KEY-CLASSNUM(class:- MATCLASS)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLASSTYPENEW&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = BAPI1003_KEY-CLASSTYPE(001)&lt;/P&gt;&lt;P&gt;it will creat assigment with class type and class,but my requirment is i do not want any data in classification view only activate it when user see item in MM03 the classification tab should be there.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 13:02:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-activated/m-p/8631759#M1664952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-27T13:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Classification View activated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-activated/m-p/8631760#M1664953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could check BAPI UPDATE_MATERIAL_CLASSIFICATION.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 04:51:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-activated/m-p/8631760#M1664953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-28T04:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Classification View activated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-activated/m-p/8631761#M1664954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you so much for your help my problem has been solved through this BAPI.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nee.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 09:19:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-activated/m-p/8631761#M1664954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-28T09:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Classification View activated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-activated/m-p/8631762#M1664955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could please tell how to use the bapi &lt;SPAN class="L0S33"&gt;'BAPI_OBJCL_CREATE' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;Thanks you in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 14:06:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-activated/m-p/8631762#M1664955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-30T14:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Classification View activated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-activated/m-p/8631763#M1664956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how can I get the classnum of the material?, I dont know what to put in this parameter&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, 30 Jan 2014 17:21:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classification-view-activated/m-p/8631763#M1664956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-30T17:21:42Z</dc:date>
    </item>
  </channel>
</rss>

