<?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: How to create the classification view using BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-the-classification-view-using-bapi/m-p/3048499#M721679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, currently I want to create the material through BAPI/RFC as I am working on a Java Web Dynpro application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Oct 2007 21:21:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-30T21:21:31Z</dc:date>
    <item>
      <title>How to create the classification view using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-the-classification-view-using-bapi/m-p/3048497#M721677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a material using a BAPI. When I am trying with BAPI_MATERIAL_SAVEDATA, I able to create the material with basic and few other views. But I am not sure how to create the classification part of the material. I tried using BAPI_OBJCL_CREATE_KEY, seems to be not useful. Can any one explain me how to create a material using BAPI/RFC. It should have classification view once created through BAPI/RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 19:36:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-the-classification-view-using-bapi/m-p/3048497#M721677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T19:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the classification view using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-the-classification-view-using-bapi/m-p/3048498#M721678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To create material classification, use standard program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;RCCLBI02&amp;lt;/b&amp;gt; - Batch Input or&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;RCCLBI03&amp;lt;/b&amp;gt; - Direct Input&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 20:31:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-the-classification-view-using-bapi/m-p/3048498#M721678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T20:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the classification view using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-the-classification-view-using-bapi/m-p/3048499#M721679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, currently I want to create the material through BAPI/RFC as I am working on a Java Web Dynpro application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 21:21:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-the-classification-view-using-bapi/m-p/3048499#M721679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T21:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the classification view using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-the-classification-view-using-bapi/m-p/3048500#M721680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can (or ask your ABAP programmer) create a custom wrapper (RFC) for the standard program. That way, you can call the RFC from your application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 22:08:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-the-classification-view-using-bapi/m-p/3048500#M721680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T22:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the classification view using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-the-classification-view-using-bapi/m-p/3048501#M721681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the suggestion. I do have that idea as plan B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Able to solve this issue. I have written a wrapper  around 'BAPI_MATERIAL_SAVEDATA',   BAPI_TRANSACTION_COMMIT'  &amp;amp; 'CLAE_CLASSIFY_OBJECT'  . 'BAPI_MATERIAL_SAVEDATA to create the Basic Data View and few other required views. But actual material is created after my call to 'BAPI_TRANSACTION_COMMIT' .  Once the material is created,&lt;/P&gt;&lt;P&gt;I am calling the function 'CLAE_CLASSIFY_OBJECT' to create the Classification view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As of now its working fine from SE37. I yet to integrate this rfc to Web Dynpro application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Rama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 23:31:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-the-classification-view-using-bapi/m-p/3048501#M721681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T23:31:45Z</dc:date>
    </item>
  </channel>
</rss>

