<?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 fields not available in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fields-not-available/m-p/3563187#M857410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The 2 functions I mentioned are used to upload the definition of the classification. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To assign values to it, you have to use 'BAPI_OBJCL_CREATE' . &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          = lv_objnum&lt;/P&gt;&lt;P&gt;       objecttablenew        = 'MARA'&lt;/P&gt;&lt;P&gt;       classnumnew           = lv_class&lt;/P&gt;&lt;P&gt;       classtypenew          = lv_type&lt;/P&gt;&lt;P&gt;     TABLES&lt;/P&gt;&lt;P&gt;       allocvalueschar       = lt_values&lt;/P&gt;&lt;P&gt;       return                = lt_return.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Mar 2008 12:12:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-27T12:12:03Z</dc:date>
    <item>
      <title>BAPI fields not available</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fields-not-available/m-p/3563184#M857407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have to create material using BAPI_MATERIAL_SAVEDATA.&lt;/P&gt;&lt;P&gt;I have to upload 3 fields which are not availabe in BAPI Interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields are &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PSTAT&lt;/STRONG&gt; Maintenance status,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;KLART&lt;/STRONG&gt; Class type&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CLASS&lt;/STRONG&gt; Class Number &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not find the 3 fields in the MM03 Transaction. Can you tell me where can i find them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me how to upload the data to these fields through BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rajender.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rajender K on Mar 27, 2008 8:19 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 07:18:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fields-not-available/m-p/3563184#M857407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T07:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI fields not available</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fields-not-available/m-p/3563185#M857408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PSTAT Maintenance status :&lt;/P&gt;&lt;P&gt;- you find this field in MARA (header data). It is filled in automatically and determines which views are maintained (e.g. MRP view, basic data, etc...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KLART Class type&lt;/P&gt;&lt;P&gt;CLASS Class Number &lt;/P&gt;&lt;P&gt;- Both fields are related to the classification view&lt;/P&gt;&lt;P&gt;Use these bapis for classification data:&lt;/P&gt;&lt;P&gt;BAPI_CHARACT_CREATE (create characteristics)&lt;/P&gt;&lt;P&gt;BAPI_CLASS_CREATE  (create classes)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 10:35:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fields-not-available/m-p/3563185#M857408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T10:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI fields not available</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fields-not-available/m-p/3563186#M857409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kris,&lt;/P&gt;&lt;P&gt;Thanks for the solution. Now i got a idea.&lt;/P&gt;&lt;P&gt;I'm using BAPI_MATERIAL_SAVEDATA to create material. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can i use the BAPI_CLASS_CREATE after the BAPI_MATERIAL_SAVEDATA Function module in my program to update the class and class type of a particular material.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 11:53:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fields-not-available/m-p/3563186#M857409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T11:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI fields not available</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fields-not-available/m-p/3563187#M857410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The 2 functions I mentioned are used to upload the definition of the classification. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To assign values to it, you have to use 'BAPI_OBJCL_CREATE' . &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          = lv_objnum&lt;/P&gt;&lt;P&gt;       objecttablenew        = 'MARA'&lt;/P&gt;&lt;P&gt;       classnumnew           = lv_class&lt;/P&gt;&lt;P&gt;       classtypenew          = lv_type&lt;/P&gt;&lt;P&gt;     TABLES&lt;/P&gt;&lt;P&gt;       allocvalueschar       = lt_values&lt;/P&gt;&lt;P&gt;       return                = lt_return.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 12:12:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fields-not-available/m-p/3563187#M857410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T12:12:03Z</dc:date>
    </item>
  </channel>
</rss>

