<?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: Update characteristic data for material in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-characteristic-data-for-material/m-p/12310355#M1990752</link>
    <description>&lt;P&gt;So &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You called BAPI_OBJCL_CHANGE&lt;/LI&gt;&lt;LI&gt;You checked that there are no error in RETURN (type EAX)&lt;/LI&gt;&lt;LI&gt;You called BAPI TRANSACTION COMMIT &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Could you &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;check the validity dates of class&lt;/LI&gt;&lt;LI&gt;check SM13 for for possible errors or processing still in progress (when tables which stores the classification data like AUSP and KSSK contains too much data)&lt;/LI&gt;&lt;LI&gt;Call VCH3 first (so not requiring a lock)&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Wed, 16 Dec 2020 10:15:45 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2020-12-16T10:15:45Z</dc:date>
    <item>
      <title>Update characteristic data for material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-characteristic-data-for-material/m-p/12310346#M1990743</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;
  &lt;P&gt;When I am using bapi_objcl_change for Update characteristic data for material . Bapi return like assignment changed. But when I checked in VCH2 transaction for material characteristics values are not appear. Please help me.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 20:33:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-characteristic-data-for-material/m-p/12310346#M1990743</guid>
      <dc:creator>sri6666</dc:creator>
      <dc:date>2020-12-15T20:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Update characteristic data for material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-characteristic-data-for-material/m-p/12310347#M1990744</link>
      <description>&lt;P&gt;You're using the BAPI TRANSACTION COMMIT after the BAPI to change your characteristic data, right?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 20:43:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-characteristic-data-for-material/m-p/12310347#M1990744</guid>
      <dc:creator>Patrick_vN</dc:creator>
      <dc:date>2020-12-15T20:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Update characteristic data for material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-characteristic-data-for-material/m-p/12310348#M1990745</link>
      <description>&lt;P&gt;After calling function &lt;STRONG&gt;BAPI_OBJCL_CHANGE&lt;/STRONG&gt; you need to call function &lt;STRONG&gt;BAPI_TRANSACTION_COMMIT &lt;/STRONG&gt;if the result from BAPI_OBJCL_CHANGE is successful or &lt;STRONG&gt;BAPI_TRANSACTION_ROLLBACK &lt;/STRONG&gt;if the result from BAPI_OBJCL_CHANGE is not successful.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 20:43:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-characteristic-data-for-material/m-p/12310348#M1990745</guid>
      <dc:creator>OlegBash</dc:creator>
      <dc:date>2020-12-15T20:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Update characteristic data for material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-characteristic-data-for-material/m-p/12310349#M1990746</link>
      <description>&lt;P&gt;Yes, i call the bapi_transaction_commit . But still VCH2 not show's characteristic values for material. Even bapi return success message. &lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 21:47:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-characteristic-data-for-material/m-p/12310349#M1990746</guid>
      <dc:creator>sri6666</dc:creator>
      <dc:date>2020-12-15T21:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Update characteristic data for material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-characteristic-data-for-material/m-p/12310350#M1990747</link>
      <description>&lt;P&gt;Yes.. i used same&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 21:48:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-characteristic-data-for-material/m-p/12310350#M1990747</guid>
      <dc:creator>sri6666</dc:creator>
      <dc:date>2020-12-15T21:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Update characteristic data for material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-characteristic-data-for-material/m-p/12310351#M1990748</link>
      <description>&lt;P&gt;the BAPI distinguish between types of data:&lt;/P&gt;&lt;P&gt;1) char-type characteristics&lt;BR /&gt;2) numeric-type&lt;BR /&gt;3) currency type&lt;/P&gt;&lt;P&gt;For each type there is its own table-parameter - pay your attention that you put it in correct parameter. Also pay attention to the objectkey and objecttable parameters.&lt;/P&gt;&lt;P&gt;The best way to check whether it is correct would be try to read the characteristcs by bapi &lt;STRONG&gt;BAPI_OBJCL_GETDETAIL&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 22:02:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-characteristic-data-for-material/m-p/12310351#M1990748</guid>
      <dc:creator>OlegBash</dc:creator>
      <dc:date>2020-12-15T22:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Update characteristic data for material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-characteristic-data-for-material/m-p/12310352#M1990749</link>
      <description>&lt;P&gt;Yes, i am using get detail Bapi to get all values and pass the values to change bapi and commit bapi. And it's return assignment saved message. But I am not able see the values in VCH2. Are you able to see.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 04:22:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-characteristic-data-for-material/m-p/12310352#M1990749</guid>
      <dc:creator>sri6666</dc:creator>
      <dc:date>2020-12-16T04:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Update characteristic data for material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-characteristic-data-for-material/m-p/12310353#M1990750</link>
      <description>&lt;P&gt;Please Check Transaction commit triggered based on sy-subrc&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 06:27:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-characteristic-data-for-material/m-p/12310353#M1990750</guid>
      <dc:creator>Abinathsiva</dc:creator>
      <dc:date>2020-12-16T06:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Update characteristic data for material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-characteristic-data-for-material/m-p/12310354#M1990751</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="mention-scrubbed"&gt;sri6666&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Besides the BAPI you might consider using &lt;A href="https://help.sap.com/viewer/248c3cdd7e6548999a7f5b95118f4522/6.18.15/en-US/4a81c1536ca9b54ce10000000a174cb4.html" target="_blank"&gt;APIs for Logistics&lt;/A&gt; to handle classification. &lt;/P&gt;&lt;P&gt;API for classification names start with CACL_ ; they are in the CACL function group - &lt;A href="https://help.sap.com/viewer/248c3cdd7e6548999a7f5b95118f4522/6.18.15/en-US/7481c1536ca9b54ce10000000a174cb4.html" target="_blank"&gt;List of Available APIs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Personally I find this APIs very useful and I prefer them over BAPIs.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Dominik Tylczynski&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 07:29:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-characteristic-data-for-material/m-p/12310354#M1990751</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2020-12-16T07:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Update characteristic data for material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-characteristic-data-for-material/m-p/12310355#M1990752</link>
      <description>&lt;P&gt;So &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You called BAPI_OBJCL_CHANGE&lt;/LI&gt;&lt;LI&gt;You checked that there are no error in RETURN (type EAX)&lt;/LI&gt;&lt;LI&gt;You called BAPI TRANSACTION COMMIT &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Could you &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;check the validity dates of class&lt;/LI&gt;&lt;LI&gt;check SM13 for for possible errors or processing still in progress (when tables which stores the classification data like AUSP and KSSK contains too much data)&lt;/LI&gt;&lt;LI&gt;Call VCH3 first (so not requiring a lock)&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 16 Dec 2020 10:15:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-characteristic-data-for-material/m-p/12310355#M1990752</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2020-12-16T10:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Update characteristic data for material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-characteristic-data-for-material/m-p/12310356#M1990753</link>
      <description>&lt;P&gt;Any other input experts,&lt;/P&gt;&lt;P&gt;I tried with all your input and bapi return with success message. But not updated the values in VCH2 transaction.&lt;/P&gt;&lt;P&gt;Let me know any other process for VCH1 and VCH2. Bapi solution provided by sap support team only along with 2577370 and 2588972 oss notes implementation&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 11:05:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-characteristic-data-for-material/m-p/12310356#M1990753</guid>
      <dc:creator>sri6666</dc:creator>
      <dc:date>2020-12-17T11:05:22Z</dc:date>
    </item>
  </channel>
</rss>

