<?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: BAPI BAPI_OBJCL_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-objcl-create/m-p/3953801#M944962</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;the bapi is used to create &lt;STRONG&gt;classifcations&lt;/STRONG&gt; ( like customer classifcation or material classifcation or funcational location classifications, functional location classifications...etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'BAPI_OBJCL_CREATE'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          objectkeynew    = lw_object&lt;/P&gt;&lt;P&gt;          objecttablenew  = lc_table&lt;/P&gt;&lt;P&gt;          classnumnew     = lw_class&lt;/P&gt;&lt;P&gt;          classtypenew    = lw_cltype&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          allocvaluesnum  = li_valuesnum&lt;/P&gt;&lt;P&gt;          allocvalueschar = li_valueschar&lt;/P&gt;&lt;P&gt;          allocvaluescurr = li_valuescurr&lt;/P&gt;&lt;P&gt;          return          = li_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for material classication the value  LC_TABE will be MARA&lt;/P&gt;&lt;P&gt;for customer classifcation  the value will be KNA1&lt;/P&gt;&lt;P&gt;for equipment classificaton the value will be EQUI....etc&lt;/P&gt;&lt;P&gt;means the master table of corresponding cooponent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass class detials to &lt;STRONG&gt;LW_CLASS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;class tyep to   &lt;STRONG&gt;lw_cltype&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;every class contains characteristic values &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass numeric characteristic values of the class to &lt;STRONG&gt;li_values num&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;pass char type characteristic values to &lt;STRONG&gt;li_valueschar&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;pass currency tpye charactestic values to &lt;STRONG&gt;li_valuecurr&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sriram&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Srirama Murthy Maddirala on Jun 5, 2008 1:49 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Srirama Murthy Maddirala on Jun 5, 2008 1:52 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Srirama Murthy Maddirala on Jun 5, 2008 2:08 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2008 11:49:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-05T11:49:17Z</dc:date>
    <item>
      <title>BAPI BAPI_OBJCL_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-objcl-create/m-p/3953798#M944959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Can anyone let me know how exactly to use the BAPI &lt;/P&gt;&lt;P&gt;   BAPI_OBJCL_CREATE.&lt;/P&gt;&lt;P&gt;   I want to know the parameters that need to be passed for this bapi and the meaning of those parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly send some example code  if any for this bapi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 11:11:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-objcl-create/m-p/3953798#M944959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-05T11:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI BAPI_OBJCL_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-objcl-create/m-p/3953799#M944960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi buddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly check the following coding:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'BAPI_OBJCL_CREATE'                                   &lt;/P&gt;&lt;P&gt;      EXPORTING                                                             &lt;/P&gt;&lt;P&gt;        objectkeynew    = v_object                                          &lt;/P&gt;&lt;P&gt;        objecttablenew  = 'MCH1'                                            &lt;/P&gt;&lt;P&gt;        classnumnew     = v_class                                           &lt;/P&gt;&lt;P&gt;        classtypenew    = '023'                                             &lt;/P&gt;&lt;P&gt;      TABLES                                                                &lt;/P&gt;&lt;P&gt;        allocvaluesnum  = aract_num                                        &lt;/P&gt;&lt;P&gt;        allocvalueschar = caract_char                                       &lt;/P&gt;&lt;P&gt;        allocvaluescurr = caract_curr                                       &lt;/P&gt;&lt;P&gt;        return          = return.     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dont forget to reward points if found useful.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Satyesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 11:36:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-objcl-create/m-p/3953799#M944960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-05T11:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI BAPI_OBJCL_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-objcl-create/m-p/3953800#M944961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This BAPI creates a classification with assigned values if the classification does not yet exist. The classification is defined by the required fields object key (ObjectKeyNew), object table (ObjectTableNew), class name (AllocDetail-Class_Num), and class type (AllocDetail-Class_Type). The characteristics and their values are transferred in different tables according to type. Numeric, time, and date characteristics are transferred in table AllocValuesNum. Character and boolean characteristics are transferred in table AllocValuesChar, and currency characteristics are transferred in table AllocValuesCurr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Swarup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 11:47:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-objcl-create/m-p/3953800#M944961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-05T11:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI BAPI_OBJCL_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-objcl-create/m-p/3953801#M944962</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;the bapi is used to create &lt;STRONG&gt;classifcations&lt;/STRONG&gt; ( like customer classifcation or material classifcation or funcational location classifications, functional location classifications...etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'BAPI_OBJCL_CREATE'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          objectkeynew    = lw_object&lt;/P&gt;&lt;P&gt;          objecttablenew  = lc_table&lt;/P&gt;&lt;P&gt;          classnumnew     = lw_class&lt;/P&gt;&lt;P&gt;          classtypenew    = lw_cltype&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          allocvaluesnum  = li_valuesnum&lt;/P&gt;&lt;P&gt;          allocvalueschar = li_valueschar&lt;/P&gt;&lt;P&gt;          allocvaluescurr = li_valuescurr&lt;/P&gt;&lt;P&gt;          return          = li_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for material classication the value  LC_TABE will be MARA&lt;/P&gt;&lt;P&gt;for customer classifcation  the value will be KNA1&lt;/P&gt;&lt;P&gt;for equipment classificaton the value will be EQUI....etc&lt;/P&gt;&lt;P&gt;means the master table of corresponding cooponent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass class detials to &lt;STRONG&gt;LW_CLASS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;class tyep to   &lt;STRONG&gt;lw_cltype&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;every class contains characteristic values &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass numeric characteristic values of the class to &lt;STRONG&gt;li_values num&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;pass char type characteristic values to &lt;STRONG&gt;li_valueschar&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;pass currency tpye charactestic values to &lt;STRONG&gt;li_valuecurr&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sriram&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Srirama Murthy Maddirala on Jun 5, 2008 1:49 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Srirama Murthy Maddirala on Jun 5, 2008 1:52 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Srirama Murthy Maddirala on Jun 5, 2008 2:08 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 11:49:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-objcl-create/m-p/3953801#M944962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-05T11:49:17Z</dc:date>
    </item>
  </channel>
</rss>

