<?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 Help with bapi in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-bapi/m-p/2142420#M451473</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;I am trying to use a BAPI 'BAPI_INCOMINGINVOICE_CREATE' to post in MIRO based on the service entry sheet and also update the condition rates. Is it possible through this BAPI? If anybody has done this before, please provide a sample code for this.&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, 20 Apr 2007 01:36:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-20T01:36:56Z</dc:date>
    <item>
      <title>Help with bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-bapi/m-p/2142420#M451473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;I am trying to use a BAPI 'BAPI_INCOMINGINVOICE_CREATE' to post in MIRO based on the service entry sheet and also update the condition rates. Is it possible through this BAPI? If anybody has done this before, please provide a sample code for this.&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, 20 Apr 2007 01:36:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-bapi/m-p/2142420#M451473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T01:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Help with bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-bapi/m-p/2142421#M451474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL FUNCTION 'BAPI_INCOMINGINVOICE_CREATE'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            headerdata       = gs_header&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;            invoicedocnumber = gv_invno&lt;/P&gt;&lt;P&gt;            fiscalyear       = gv_fcl_yr&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            itemdata         = gt_itemdata&lt;/P&gt;&lt;P&gt;            taxdata          = gt_taxdata&lt;/P&gt;&lt;P&gt;            return           = gt_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT gt_return WHERE type = 'E' OR&lt;/P&gt;&lt;P&gt;                          type = 'A'.&lt;/P&gt;&lt;P&gt;    EXIT.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass the header data , tax data fields &amp;amp; item data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 02:42:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-bapi/m-p/2142421#M451474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T02:42:38Z</dc:date>
    </item>
  </channel>
</rss>

