<?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: Creating a material with its classification using BAPI's in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-material-with-its-classification-using-bapi-s/m-p/3300378#M790066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ganesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the same problem of extracting the classification data along with material master data. Could you suggest any solution that you might have come across?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Paritosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Apr 2008 22:18:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-21T22:18:28Z</dc:date>
    <item>
      <title>Creating a material with its classification using BAPI's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-material-with-its-classification-using-bapi-s/m-p/3300374#M790062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           I am creating a function module to create a material master using BAPI's. I am using the BAPI 'BAPI_MATERIAL_SAVEDATA'. However I did not find a way to pass the classification details to this BAPI. As I need to create a classification data along with material basic data, can you please tell me how I can do it. Are there any BAPI's which I can use to create classification data? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         Please help, I have stuck here from a longer time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ganesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 11:04:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-material-with-its-classification-using-bapi-s/m-p/3300374#M790062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T11:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a material with its classification using BAPI's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-material-with-its-classification-using-bapi-s/m-p/3300375#M790063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ganesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pls reward if help.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the following BAPI's:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_OBJCL_GETDETAIL&lt;/P&gt;&lt;P&gt;BAPI_OBJCL_CHANGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use the fun module:&lt;/P&gt;&lt;P&gt;CLAF_CLASSIFICATION_OF_OBJECTS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 11:09:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-material-with-its-classification-using-bapi-s/m-p/3300375#M790063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T11:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a material with its classification using BAPI's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-material-with-its-classification-using-bapi-s/m-p/3300376#M790064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use FM 'BAPI_OBJCL_GETDETAIL' to retrieve the classification data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Import params:&lt;/P&gt;&lt;P&gt;1. Object key : give the material number&lt;/P&gt;&lt;P&gt;2. Object table : give material master table i.e. MARA&lt;/P&gt;&lt;P&gt;3. Class Num: Give the class name from which u have to fetch the characteristic data&lt;/P&gt;&lt;P&gt;4. Class type: give '001' for material&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get the classification data in the following tables:&lt;/P&gt;&lt;P&gt;ALLOCVALUESNUM&lt;/P&gt;&lt;P&gt;ALLOCVALUESCHAR&lt;/P&gt;&lt;P&gt;ALLOCVALUESCURR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should be helpful, do get back in case of any queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 11:23:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-material-with-its-classification-using-bapi-s/m-p/3300376#M790064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T11:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a material with its classification using BAPI's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-material-with-its-classification-using-bapi-s/m-p/3300377#M790065</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; Thank you for that, however I need to create the material in SAP along with its classification data. Using that function module I will be only getting the maintained classification values, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I create the material along with the classification data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be very helpful, if you can provide a way to solve this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 11:28:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-material-with-its-classification-using-bapi-s/m-p/3300377#M790065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T11:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a material with its classification using BAPI's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-material-with-its-classification-using-bapi-s/m-p/3300378#M790066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ganesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the same problem of extracting the classification data along with material master data. Could you suggest any solution that you might have come across?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Paritosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 22:18:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-material-with-its-classification-using-bapi-s/m-p/3300378#M790066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T22:18:28Z</dc:date>
    </item>
  </channel>
</rss>

