<?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: using BAPI_INCOMINGINVOICE_CREATE with custom field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-incominginvoice-create-with-custom-field/m-p/6347960#M1398449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This BAPI does not have the extensionin parameter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems the solution is to append structure to BAPI_INCINV_CREATE_ACCOUNT (ACCOUNTINGDATA table) to pass zfield to the BAPI and then to use an implicit enhancement point at the end of the form "cobl_mrm_fill"(LMRM_BAPIF04 include) to assign e_cobl_mrm-zfield = i_accountingdata-zfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(BSEG table was amended with the customer include CI_COBL, which automatically changed all the structures with this CI).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like it worked &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Oct 2009 14:50:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-27T14:50:28Z</dc:date>
    <item>
      <title>using BAPI_INCOMINGINVOICE_CREATE with custom field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-incominginvoice-create-with-custom-field/m-p/6347958#M1398447</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;we are using BAPI_INCOMINGINVOICE_CREATE to upload some invoices.&lt;/P&gt;&lt;P&gt;The problem is that we have amended the BSEG table by adding a custom  filed for capturing some information (e.g BSEG-ZFIELD). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible somehow to enhance this BAPI to populate this custom field in the BSEG table, e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) append structure to the parameter BAPI_INCINV_CREATE_ACCOUNT&lt;/P&gt;&lt;P&gt;2) find an exit in the BAPI to map BAPI_INCINV_CREATE_ACCOUNT-ZFIELD to BSEG-ZFIELD?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any advise would be appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 20:37:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-incominginvoice-create-with-custom-field/m-p/6347958#M1398447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-21T20:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: using BAPI_INCOMINGINVOICE_CREATE with custom field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-incominginvoice-create-with-custom-field/m-p/6347959#M1398448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check there must be a parameter of name "extensionin" under importing parameter in BAPI, you can pass ur appended BSEG fields in that.&lt;/P&gt;&lt;P&gt;you need to append the BSEG fields in related BSEG structures.&lt;/P&gt;&lt;P&gt;for more information check the extensionin long-texts under table tab in BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can search for BAPI-EXTENSIONS in SCN or google, you'll find useful stuff.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 14:43:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-incominginvoice-create-with-custom-field/m-p/6347959#M1398448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T14:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: using BAPI_INCOMINGINVOICE_CREATE with custom field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-incominginvoice-create-with-custom-field/m-p/6347960#M1398449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This BAPI does not have the extensionin parameter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems the solution is to append structure to BAPI_INCINV_CREATE_ACCOUNT (ACCOUNTINGDATA table) to pass zfield to the BAPI and then to use an implicit enhancement point at the end of the form "cobl_mrm_fill"(LMRM_BAPIF04 include) to assign e_cobl_mrm-zfield = i_accountingdata-zfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(BSEG table was amended with the customer include CI_COBL, which automatically changed all the structures with this CI).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like it worked &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 14:50:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-incominginvoice-create-with-custom-field/m-p/6347960#M1398449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-27T14:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: using BAPI_INCOMINGINVOICE_CREATE with custom field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-incominginvoice-create-with-custom-field/m-p/6347961#M1398450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This BAPI does not have the extensionin parameter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems the solution is to append structure to BAPI_INCINV_CREATE_ACCOUNT (ACCOUNTINGDATA table) to pass zfield to the BAPI and then to use an implicit enhancement point at the end of the form "cobl_mrm_fill"(LMRM_BAPIF04 include) to assign e_cobl_mrm-zfield = i_accountingdata-zfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(BSEG table was amended with the customer include CI_COBL, which automatically changed all the structures with this CI).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like it worked &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 14:50:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-incominginvoice-create-with-custom-field/m-p/6347961#M1398450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-27T14:50:34Z</dc:date>
    </item>
  </channel>
</rss>

