<?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: create a classification view over bapi in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-classification-view-over-bapi/m-p/3076850#M729672</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;please check this&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;&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>Tue, 04 Dec 2007 16:43:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-04T16:43:15Z</dc:date>
    <item>
      <title>create a classification view over bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-classification-view-over-bapi/m-p/3076845#M729667</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;i start a vb Programm to create a material in sap.&lt;/P&gt;&lt;P&gt;I get all views with material_savedata but the classification view is missing.&lt;/P&gt;&lt;P&gt;Does anybody know if there exist a special bapi to create a classification view &lt;/P&gt;&lt;P&gt;over the .net connector ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for any help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 15:52:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-classification-view-over-bapi/m-p/3076845#M729667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T15:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: create a classification view over bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-classification-view-over-bapi/m-p/3076846#M729668</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 think the material classification data get stored in tables AUSP, KSSK tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with the following BAPI's &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
1). BAPI_OBJCL_GETCLASSES.
2). BAPI_OBJCL_GETDETAIL  " For reading classification details of the Object
3). BAPI_OBJCL_GETOBJECTS 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 16:13:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-classification-view-over-bapi/m-p/3076846#M729668</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-12-03T16:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: create a classification view over bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-classification-view-over-bapi/m-p/3076847#M729669</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 your answer. I am trying to use BAPI_OBJCL_GETDETAIL.&lt;/P&gt;&lt;P&gt;I have filled in some information in sap in the classview.&lt;/P&gt;&lt;P&gt;I do not really new how to use the parametsr of this bapi.&lt;/P&gt;&lt;P&gt;The object seems to be the materialnumber with 18 digits like&lt;/P&gt;&lt;P&gt;000000000012345678  . &lt;/P&gt;&lt;P&gt;Can anybody give my a little&lt;/P&gt;&lt;P&gt;example how to use this bapi .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 16:11:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-classification-view-over-bapi/m-p/3076847#M729669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T16:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: create a classification view over bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-classification-view-over-bapi/m-p/3076848#M729670</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;Please check this link. This link i found in SAPFANS abap forum long back. I think this will &lt;/P&gt;&lt;P&gt;helpful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of cut &amp;amp; paste the code, I am giving you the link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapfans.com/forums/viewtopic.php?t=125320&amp;amp;highlight=bapiobjclgetdetail"&gt;Sapfans Link &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 16:18:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-classification-view-over-bapi/m-p/3076848#M729670</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-12-04T16:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: create a classification view over bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-classification-view-over-bapi/m-p/3076849#M729671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no BAPI but you can use a RFC RFC_MG_CLASSIFICATION_MAINTAIN to assign objects to classes and maintain their characteristic values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 16:32:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-classification-view-over-bapi/m-p/3076849#M729671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T16:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: create a classification view over bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-classification-view-over-bapi/m-p/3076850#M729672</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;please check this&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;&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>Tue, 04 Dec 2007 16:43:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-classification-view-over-bapi/m-p/3076850#M729672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T16:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: create a classification view over bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-classification-view-over-bapi/m-p/3076851#M729673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello , thanks a lot for the answers. I am using a vb programm with the proxy connector.&lt;/P&gt;&lt;P&gt;In this connector i have defined:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Dim oClassnum As String&lt;/P&gt;&lt;P&gt;        Dim oClasstype As String&lt;/P&gt;&lt;P&gt;        Dim oKeydatum As String&lt;/P&gt;&lt;P&gt;        Dim oLanguage As String&lt;/P&gt;&lt;P&gt;        Dim oObjectkey As String&lt;/P&gt;&lt;P&gt;        Dim oObjecttable As String&lt;/P&gt;&lt;P&gt;        Dim oUnvaluated_char As String&lt;/P&gt;&lt;P&gt;        Dim oStandardklasse As String&lt;/P&gt;&lt;P&gt;        Dim oStatus As String&lt;/P&gt;&lt;P&gt;        Dim oAllocvaluechar As New BAPI1003_ALLOC_VALUES_CHARTable&lt;/P&gt;&lt;P&gt;        Dim oAllocvaluecurr As New BAPI1003_ALLOC_VALUES_CURRTable&lt;/P&gt;&lt;P&gt;        Dim oAllocvaluesnum As New BAPI1003_ALLOC_VALUES_NUMTable&lt;/P&gt;&lt;P&gt;        Dim oReturn0 As New BAPIRET2Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Try&lt;/P&gt;&lt;P&gt;            oProxy.Bapi_Objcl_Getdetail(oClassnum, oClasstype, oKeydatum, _&lt;/P&gt;&lt;P&gt;            oLanguage, _&lt;/P&gt;&lt;P&gt;            oObjectkey, oObjecttable, oUnvaluated_char, oStandardklasse, _&lt;/P&gt;&lt;P&gt;            oStatus, oAllocvaluechar, _&lt;/P&gt;&lt;P&gt;            oAllocvaluecurr, oAllocvaluesnum, oReturn0)&lt;/P&gt;&lt;P&gt;            MsgBox(oReturn0.Item(0).Message.ToString)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Catch ex As Exception&lt;/P&gt;&lt;P&gt;            MsgBox(ex.ToString)&lt;/P&gt;&lt;P&gt;        End Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i start the programm i get the error: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function  OBJECT_CHECK_ does not exist.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHY ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also tried to use  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bapi_Charact_Getdetail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to test, if something works but i really do'nt know what the meaning of&lt;/P&gt;&lt;P&gt;the parameters are . Perhaps somebody can explain them to me.&lt;/P&gt;&lt;P&gt;I have tried with charactername and used a  *  but the result is always 0.&lt;/P&gt;&lt;P&gt;Has somebody a documentation of the fields and tables that are &lt;/P&gt;&lt;P&gt;needed or filled or a little example of the us of the classification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 18:51:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-classification-view-over-bapi/m-p/3076851#M729673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T18:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: create a classification view over bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-classification-view-over-bapi/m-p/3076852#M729674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your answer. I have taken a look at the RFC.&lt;/P&gt;&lt;P&gt;It seems to me that this programm can only tranfer a classification entry from one &lt;/P&gt;&lt;P&gt;sap to an other with a batch.&lt;/P&gt;&lt;P&gt;I need to start a VB programm with the proxy connector.&lt;/P&gt;&lt;P&gt;Or is is possible to use this RFC also from the VB Programm (how &lt;/P&gt;&lt;P&gt;should i send the datas to the RFC ?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 19:11:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-classification-view-over-bapi/m-p/3076852#M729674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T19:11:38Z</dc:date>
    </item>
  </channel>
</rss>

