<?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: Error using Bapi_PO_Change for update custom fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-bapi-po-change-for-update-custom-fields/m-p/6668664#M1447566</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laxmikanth Bethi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with BAPI_PO_CHANGE in level header, and SAP was support the BAPI. And also i tried to appending the same fields in MEPOHEADR &amp;amp; MEPOHEADERX structures, but the problem is the type of my custom fields are DECIMAL, then the type MEPOHEADR &amp;amp; MEPOHEADERX structures are CHARACTER. So i got the error :  "ERROR TRANSFERING EXTENSIONIN DATA FOR ENHANCEMENT CI_EKKODB".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because the types are difference. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you any suggestion to solve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really appreciate for your input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Mar 2010 02:08:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-08T02:08:58Z</dc:date>
    <item>
      <title>Error using Bapi_PO_Change for update custom fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-bapi-po-change-for-update-custom-fields/m-p/6668662#M1447564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have requirement for update custom field in table ekko. I used BAPI_PO_CHANGE with PO_number as a key. Then i put the value of custom field in segment TABLES - EXTENSIONIN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I get error : "ERROR TRANSFERING EXTENSIONIN DATA FOR ENHANCEMENT CI_EKKODB".&lt;/P&gt;&lt;P&gt;When I checked, I found the difference between data type the value for BAPI_PO_CHANGE (Usinf structure BAPIPAREX) and data type for custom field in table EKKO. &lt;/P&gt;&lt;P&gt;Data Type in BAPI_PO_CHANGE is CHAR (you can see in structure BAPIPAREX). And data type for the custom field is DECIMAL. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the note '1124803', but the correction note was not applicable for us because our released system is 500. &lt;/P&gt;&lt;P&gt;Is there any suggestion or solution for resolve our problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 09:03:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-bapi-po-change-for-update-custom-fields/m-p/6668662#M1447564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-05T09:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error using Bapi_PO_Change for update custom fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-bapi-po-change-for-update-custom-fields/m-p/6668663#M1447565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables: EXTENSIONIN is used for custom fields at item level (i.e.EKPO)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for custom fields at header level (i.e. ekko) i dont think SAP has provided any structure similar to EXTENSIONIN at header level in BAPI_PO_CHNAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can give a  try appending the same field in MEPOHEADR &amp;amp; MEPOHEADERX structures and try changeing the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 09:42:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-bapi-po-change-for-update-custom-fields/m-p/6668663#M1447565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-05T09:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error using Bapi_PO_Change for update custom fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-bapi-po-change-for-update-custom-fields/m-p/6668664#M1447566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laxmikanth Bethi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with BAPI_PO_CHANGE in level header, and SAP was support the BAPI. And also i tried to appending the same fields in MEPOHEADR &amp;amp; MEPOHEADERX structures, but the problem is the type of my custom fields are DECIMAL, then the type MEPOHEADR &amp;amp; MEPOHEADERX structures are CHARACTER. So i got the error :  "ERROR TRANSFERING EXTENSIONIN DATA FOR ENHANCEMENT CI_EKKODB".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because the types are difference. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you any suggestion to solve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really appreciate for your input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 02:08:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-bapi-po-change-for-update-custom-fields/m-p/6668664#M1447566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-08T02:08:58Z</dc:date>
    </item>
  </channel>
</rss>

