<?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: Unable to post custom fields using BAPI_PO_CREATE1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6459997#M1415378</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;Your code should be right, try to use MOVE statament in order to transfer the decimals fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jan 2010 19:29:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-04T19:29:56Z</dc:date>
    <item>
      <title>Unable to post custom fields using BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6459996#M1415377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. I am trying to post to some custom fields in the PO header using this BAPI, and I have read lots of posts on SDN and tried it lots of ways but it never works. Every time I get the message "Error transferring ExtensionIn data for enhancement CI_EKKODB"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields I want to post are actually after some decimal fields, so I tried creating a char structure of the same length but that did not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried function PI_BP_MOVE_UNICODE which seems to format the extensionin table to match extensionout from BAPI_PO_GETDETAIL but that also ends with the same message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To try and get it working even basically I tried to post to the first custom field, which is a simple char field length 1, but I get the same error there too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any idea what I might be doing wrong? My code for the basic test appears very simple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: te TYPE bapi_te_mepoheader,&lt;/P&gt;&lt;P&gt;        tex TYPE bapi_te_mepoheaderx,&lt;/P&gt;&lt;P&gt;        ext TYPE TABLE OF bapiparex WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  tex-zzpin_notice = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ext-structure = 'BAPI_TE_MEPOHEADER'.&lt;/P&gt;&lt;P&gt;  ext-valuepart1+10(1) = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND ext.&lt;/P&gt;&lt;P&gt;  CLEAR ext.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ext-structure = 'BAPI_TE_MEPOHEADERX'.&lt;/P&gt;&lt;P&gt;  ext-valuepart1 = tex.&lt;/P&gt;&lt;P&gt;  APPEND ext.&lt;/P&gt;&lt;P&gt;  CLEAR ext.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dave.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 19:16:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6459996#M1415377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-04T19:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to post custom fields using BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6459997#M1415378</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;Your code should be right, try to use MOVE statament in order to transfer the decimals fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 19:29:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6459997#M1415378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-04T19:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to post custom fields using BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6459998#M1415379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. Thanks, I tried that, it did not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I even tried manually entering data in an old PO, then using BAPI_PO_GETDETAIL to get the extensionout data out of the old PO, then I  blanked the PO number and used the same structure on my new PO, but that too did not work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried using BAPI_PO_CHANGE to change the old PO and passed in the exact structure that BAPI_PO_GETDETAIL gave to me and it gave the message too. I might ask SAP to look at that, something does not seem right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you need to append the custom fields onto structures bapimepoheader and bapimepoheaderx? I have actually tried it with and without this and that too seems to make no difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dave.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2010 09:18:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6459998#M1415379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-05T09:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to post custom fields using BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6459999#M1415380</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;In the worst case, once PO is generated, create a BDC for the same PO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2010 09:28:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6459999#M1415380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-05T09:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to post custom fields using BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6460000#M1415381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. Thanks, I thought of that too, but would be nice to get the BAPI working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dave.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2010 10:15:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6460000#M1415381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-05T10:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to post custom fields using BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6460001#M1415382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the abap code of the BAPI where the APPEND STRUCTURE is checked before transfering the extensioni data (routine move_container_in):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;MODIFIED BY MODERATOR - RESPECT THE 2,500 CHARS LIMIT&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Jan 5, 2010 10:12 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2010 10:33:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6460001#M1415382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-05T10:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to post custom fields using BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6460002#M1415383</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;This is the abap code of the BAPI where the APPEND STRUCTURE is checked before transfering the extensioni data (routine move_container_in):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*  check if the included fields are character like data types
    LOOP AT gr_abap-&amp;gt;components ASSIGNING &amp;lt;comp&amp;gt;.
      CHECK &amp;lt;comp&amp;gt;-type_kind EQ gr_abap-&amp;gt;typekind_packed or
      &amp;lt;comp&amp;gt;-type_kind EQ gr_abap-&amp;gt;TYPEKIND_FLOAT or        "1033925
      &amp;lt;comp&amp;gt;-type_kind EQ gr_abap-&amp;gt;TYPEKIND_INT or          "1033925
      &amp;lt;comp&amp;gt;-type_kind EQ gr_abap-&amp;gt;TYPEKIND_INT1 or         "1033925
      &amp;lt;comp&amp;gt;-type_kind EQ gr_abap-&amp;gt;TYPEKIND_INT2.           "1033925
    CHECK lf_exit EQ cl_mmpur_constants=&amp;gt;no.                "1148689
*  message could be customized ME887
      MESSAGE w887(me) WITH im_name INTO gl_dummy.
      mmpur_message_enaco_forced sy-msgty sy-msgid sy-msgno sy-msgv1
                                 sy-msgv2 sy-msgv3 sy-msgv4.
      lf_exit = cl_mmpur_constants=&amp;gt;yes.
    ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems numeric custom fields are not good, but it can try to use the badi me_bapi_po_cust in order to transfer the value in correct way to BAPI_TE_MEPOHEADER, infact the rest the code is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;........................................
*  call customer BAdI for inbound mapping of extensionin
  TRY.
      CALL BADI lr_badi-&amp;gt;map2i_extensionin
        EXPORTING
          im_container = im_container
          im_name      = im_name
          im_error     = lf_exit
        CHANGING
          ch_struc     = ch_struc.
    CATCH cx_mmpur_root.
      EXIT.
  ENDTRY.
  CHECK lf_exit EQ cl_mmpur_constants=&amp;gt;no.
  TRY.
      ASSIGN ch_struc TO &amp;lt;fs&amp;gt;.
*  convert container data to target structure
      im_nls-&amp;gt;cont_to_struc( EXPORTING cont   = im_container
                                       langu  = sy-langu
                             IMPORTING struc  = &amp;lt;fs&amp;gt; ).
    CATCH: cx_root.
  ENDTRY.
ENDFORM&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2010 10:34:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6460002#M1415383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-05T10:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to post custom fields using BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6460003#M1415384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. Thanks a lot, we are getting there now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there are any number fields at all even if they are not used that bit of code you showed creates the warning and stops the extensionin from working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the number fields to text in a test system and adjusted the database and the BAPI worked fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea how the BADI can be used to write with number fields though? I tried it and all I can do is set EXTENSIONIN to match what I was sending originally, and the same bit of code issues the same warning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dave.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2010 15:11:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6460003#M1415384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-05T15:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to post custom fields using BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6460004#M1415385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again. Is  me_bapi_po_cust the right BADI? That BADI allows you to change the structure of the entire BAPI, but the code example you showed had a completely different call structure to  me_bapi_po_cust and looked more like it was for altering the fields passed to extensionin?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Dave.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2010 15:19:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6460004#M1415385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-05T15:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to post custom fields using BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6460005#M1415386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. I had a look round and I think that method map2i_extensionin of BADI me_bapi_po_cust is only available in ECC 6. We are using ECC 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any ideas if it is possible to process custom fields in BAPI_PO_CREATE1 with numeric values on ECC 5?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;Dave.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2010 15:48:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6460005#M1415386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-05T15:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to post custom fields using BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6460006#M1415387</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;Yes my release os ECC 6.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think without to chage the BAPI of course.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can try to set the values to memory (by IMPORT/EXPORT command ) before calling the BAPI and get them from memory by some user-exit of PO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2010 16:32:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6460006#M1415387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-05T16:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to post custom fields using BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6460007#M1415388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steps to update extension : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Append custom fields in structure of EKKO in CI_EKKODB or EKPO in CI_EKPODB.&lt;/P&gt;&lt;P&gt;2. Append fields in strucutres BAPI_TE_MEPOHEADER (CI_EKKODB)/ BAPI_TE_MEPOHEADERX(CI_EKKODBX) with same fields as in EKKO or EKPO. The fields in BAPI_TE_MEPOHEADER  should have declaration as required but in BAPI_TE_MEPOHEADERX should have declaration of same field with type CHAR1. &lt;/P&gt;&lt;P&gt;3. In code :&lt;/P&gt;&lt;P&gt;   (a) declaration                     lw_extn          TYPE BAPIPAREX,&lt;/P&gt;&lt;P&gt;                                               lw_header_x    TYPE BAPI_TE_MEPOHEADERX,&lt;/P&gt;&lt;P&gt;                                               lw_header     TYPE BAPI_TE_MEPOHEADER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  (b) lw_header-PO_NUMBER = 'XXX' - PO number&lt;/P&gt;&lt;P&gt;       lw_header_x-PO_NUMBER = 'XXX' - PO number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   As already BAPI_TE_MEPOHEADER/ BAPI_TE_MEPOHEADERX are append with custom fields that can be of any type does not matter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Eg. for population &lt;/P&gt;&lt;P&gt;   lw_header-CUSTFIELD    = '10.00'. &lt;/P&gt;&lt;P&gt;  lw_header_x-CUSTFIELD = 'X'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    lw_extn-structure             = 'BAPI_TE_MEPOHEADER'.&lt;/P&gt;&lt;P&gt;    lw_extn+30                    = lw_header.&lt;/P&gt;&lt;P&gt;    APPEND lw_extn TO ct_extn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    lw_extn-structure             = 'BAPI_TE_MEPOHEADERX'.&lt;/P&gt;&lt;P&gt;    lw_extn+30                    = lw_header_x.&lt;/P&gt;&lt;P&gt;    APPEND lw_extn TO ct_extn (type standard table of BAPIPAREX).&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;In function module documentation you can also find help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2010 16:47:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6460007#M1415388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-05T16:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to post custom fields using BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6460008#M1415389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. Thanks for that, I actually need to change the custom fields when the BAPI is called from SRM, so I do not think the export / import will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have got a work round though, I can change the number fields to text in the database. They are only used in 1 screen and 1 report, so we can just change both places to read in the text then display as a number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll leave this open a couple of days in case anyone has any ideas then close it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2010 17:03:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6460008#M1415389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-05T17:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to post custom fields using BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6460009#M1415390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem here is not how to transfer custom fields via BAPI, but how to transfer numeric custom fields via BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is EXTENSIONIN parameter is structured like BAPIPAREX, this is a dictionary structure with character fields only, so a dump can occurs if it tried to transfer the value from a strcture like  BAPIPAREX ti a structure like BAPI_TE_MEPOHEADER based on CI_EKKODB having character and numeric fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the note 828557 was implemented, this note doesn't allow to transfer a value by entensionin if structure  BAPI_TE_MEPOHEADER has some numeric fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All I can say is it should be better to use character fields only  in CI_EKKODB, in OSS note I've seen there are several BAPIs having a similar problem and sometimes SAP has released a particular note in order to manage numeric fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If in ECC 5 implicit enhancement is possible u can considere to enhance the BAPI in order to solve the problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2010 17:09:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6460009#M1415390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-05T17:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to post custom fields using BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6460010#M1415391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem here was that there were numeric custom fields on table EKKO. Before ECC 6 there is no way to use the BAPIs to post to custom fields if any of them are numeric, even if you are trying to post to a different text field. On ECC 6 it is possible using the BADI mentioned in this post. As a work round on ECC 5 I'm going to have to change the number fields to text, luckily they are only for information purposes so it will not affect us too badly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2010 09:47:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-post-custom-fields-using-bapi-po-create1/m-p/6460010#M1415391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-13T09:47:28Z</dc:date>
    </item>
  </channel>
</rss>

