<?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: Not able to upload the vendor classification data using bapi in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-upload-the-vendor-classification-data-using-bapi/m-p/8696268#M1670385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am passing the correct data to all the fields..... i am passing vendor no in the objectkey, table name in the object table, VENDOR in the classnum, 010 in the classtype...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 May 2012 12:53:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-05-17T12:53:53Z</dc:date>
    <item>
      <title>Not able to upload the vendor classification data using bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-upload-the-vendor-classification-data-using-bapi/m-p/8696264#M1670381</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;I have designed the custom screen for the vendor classification in the module pool and i am trying to save the vendor classification data using the fm bapi_objcl_change, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_OBJCL_CHANGE'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXPORTING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OBJECTKEY&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = OBJECTNAME&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OBJECTTABLE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'LFA1'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLASSNUM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = VENDOR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLASSTYPE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = '010'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STATUS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = '1'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STANDARDCLASS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'X'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TABLES&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ALLOCVALUESNUMNEW&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ALLOCVALUESNUM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ALLOCVALUESCHARNEW&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ALLOCVALUESCHAR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ALLOCVALUESCURRNEW&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ALLOCVALUESCURR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RETURN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = RETURN.&lt;/P&gt;&lt;P&gt;the data which is available in the table those are getting updated but when i am trying to save the value which is in the standard class either 'X' or '&amp;nbsp; ', it is not uploading with the same FM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i am trying to display the data of the vendor classification using the FM BAPI_OBJCL_GETDETAILS, i am able to get the standardclass and its displaying what ever the values is there, but if i change the value of the standard class and saving it is not updating. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any&amp;nbsp; one help me out in this how to save the standardclass data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 05:35:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-upload-the-vendor-classification-data-using-bapi/m-p/8696264#M1670381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-17T05:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to upload the vendor classification data using bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-upload-the-vendor-classification-data-using-bapi/m-p/8696265#M1670382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Missing a BAPI Commit ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 10:37:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-upload-the-vendor-classification-data-using-bapi/m-p/8696265#M1670382</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-05-17T10:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to upload the vendor classification data using bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-upload-the-vendor-classification-data-using-bapi/m-p/8696266#M1670383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kesavdas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI commit i am already using it..... only standard class value is not getting updated but the rest values are getting updated whatever are available in the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 11:53:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-upload-the-vendor-classification-data-using-bapi/m-p/8696266#M1670383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-17T11:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to upload the vendor classification data using bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-upload-the-vendor-classification-data-using-bapi/m-p/8696267#M1670384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you having Vendor no in Objectname?&lt;/P&gt;&lt;P&gt;If not, use the Vendor no there and try?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 12:27:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-upload-the-vendor-classification-data-using-bapi/m-p/8696267#M1670384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-17T12:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to upload the vendor classification data using bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-upload-the-vendor-classification-data-using-bapi/m-p/8696268#M1670385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am passing the correct data to all the fields..... i am passing vendor no in the objectkey, table name in the object table, VENDOR in the classnum, 010 in the classtype...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 12:53:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-upload-the-vendor-classification-data-using-bapi/m-p/8696268#M1670385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-17T12:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to upload the vendor classification data using bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-upload-the-vendor-classification-data-using-bapi/m-p/8696269#M1670386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt;1st you can take the save button in screen, after that you can write the logic (Bapi commit) for save button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 07:01:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-upload-the-vendor-classification-data-using-bapi/m-p/8696269#M1670386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-21T07:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to upload the vendor classification data using bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-upload-the-vendor-classification-data-using-bapi/m-p/8696270#M1670387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the character names you are passing in table ALLOCVALUESCHARNEW, its working fine. Dont forget to use commitwork after the Bapi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 09:13:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-upload-the-vendor-classification-data-using-bapi/m-p/8696270#M1670387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-21T09:13:34Z</dc:date>
    </item>
  </channel>
</rss>

