<?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: Help using BAPI BAPI_INCOMINGINVOICE_GETDETAIL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-using-bapi-bapi-incominginvoice-getdetail/m-p/10707067#M1871604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a table parameter:&lt;/P&gt;&lt;P&gt;- EXTENSIONOUT LIKE BAPIPAREX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this return nothing then I hope that there is a way to get customer fields in. I don't know if we have to activate some particular objects for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Oct 2014 12:07:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-10-20T12:07:16Z</dc:date>
    <item>
      <title>Help using BAPI BAPI_INCOMINGINVOICE_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-using-bapi-bapi-incominginvoice-getdetail/m-p/10707063#M1871600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need some help in order to get specific fields from MIRA using BAPI BAPI_INCOMINGINVOICE_GETDETAIL.&lt;/P&gt;&lt;P&gt;4 fields have been added in tab G/L Account.&lt;/P&gt;&lt;P&gt;I could find standard informations in working area GLACCOUNTDATA. But nothing for specifics fields....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Oct 2014 10:42:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-using-bapi-bapi-incominginvoice-getdetail/m-p/10707063#M1871600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-18T10:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help using BAPI BAPI_INCOMINGINVOICE_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-using-bapi-bapi-incominginvoice-getdetail/m-p/10707064#M1871601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;These 4 fields, are they custom fields? You added them yourself?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Oct 2014 12:08:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-using-bapi-bapi-incominginvoice-getdetail/m-p/10707064#M1871601</guid>
      <dc:creator>paul_bakker2</dc:creator>
      <dc:date>2014-10-18T12:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help using BAPI BAPI_INCOMINGINVOICE_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-using-bapi-bapi-incominginvoice-getdetail/m-p/10707065#M1871602</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;these fields are customer fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a function module MRM_INVOICE* using a structure COBL_MRM in which these 4 fields are but I am not able to use this structure with BAPI BAPI_INCOMINGINVOICE_GETDETAIL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Oct 2014 12:38:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-using-bapi-bapi-incominginvoice-getdetail/m-p/10707065#M1871602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-18T12:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help using BAPI BAPI_INCOMINGINVOICE_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-using-bapi-bapi-incominginvoice-getdetail/m-p/10707066#M1871603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does your BAPI have EXTENSION* tables in the interface? That's how custom fields are normally handled (after a bit of effort on the developer's part).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I don't have a SAP session open at the moment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Oct 2014 02:54:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-using-bapi-bapi-incominginvoice-getdetail/m-p/10707066#M1871603</guid>
      <dc:creator>paul_bakker2</dc:creator>
      <dc:date>2014-10-19T02:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help using BAPI BAPI_INCOMINGINVOICE_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-using-bapi-bapi-incominginvoice-getdetail/m-p/10707067#M1871604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a table parameter:&lt;/P&gt;&lt;P&gt;- EXTENSIONOUT LIKE BAPIPAREX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this return nothing then I hope that there is a way to get customer fields in. I don't know if we have to activate some particular objects for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 12:07:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-using-bapi-bapi-incominginvoice-getdetail/m-p/10707067#M1871604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-20T12:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help using BAPI BAPI_INCOMINGINVOICE_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-using-bapi-bapi-incominginvoice-getdetail/m-p/10707068#M1871605</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;I found any BAPI extension (structure) in order to use EXTENSIONOUT.&lt;/P&gt;&lt;P&gt;I used CO substitution rules but it is not very clean (Transaction OKC9).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 07:05:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-using-bapi-bapi-incominginvoice-getdetail/m-p/10707068#M1871605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-27T07:05:11Z</dc:date>
    </item>
  </channel>
</rss>

