<?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: BAPI for invoice creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-invoice-creation/m-p/2313238#M506932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Mr Anjireddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           i am able to create invoice with the bapi BAPI_BILLING_CREATEMULTIPLE, here i'm giving the RefDocNo of the SalesOrder, the invoice is generated but i'm not gettting the NetValue, TaxValue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     plz give the information for that prob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2007 09:38:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-16T09:38:24Z</dc:date>
    <item>
      <title>BAPI for invoice creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-invoice-creation/m-p/2313234#M506928</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 want to create the invoice with reference salesorder,  plz send me the bapi which is useful to create invoic withr refence salesorder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       regards&lt;/P&gt;&lt;P&gt;        eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 05:35:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-invoice-creation/m-p/2313234#M506928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T05:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for invoice creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-invoice-creation/m-p/2313235#M506929</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;   pls check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this FM:GN_INVOICE_CREATE or BAPI: BAPI_BILLINGDOC_CREATEMULTIPLE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1548140"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward if it helpgul&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 05:54:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-invoice-creation/m-p/2313235#M506929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T05:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for invoice creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-invoice-creation/m-p/2313236#M506930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You can create a Billing doc/invoice from a sales order using the BAPI's&lt;/P&gt;&lt;P&gt;BAPI_BILLINGDOC_CREATE&lt;/P&gt;&lt;P&gt;BAPI_BILLINGDOC_CREATEFROMDATA&lt;/P&gt;&lt;P&gt;BAPI_BILLINGDOC_CREATEMULTIPLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or first create a Delivery for the sales order using VL01N tcode&lt;/P&gt;&lt;P&gt;after delivery creation use that delivery doc no and create a Billing doc/Invoice using VF01 Tcode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 05:58:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-invoice-creation/m-p/2313236#M506930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T05:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for invoice creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-invoice-creation/m-p/2313237#M506931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Anji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         i have created the invoice with reference salesorder using the bapi&lt;/P&gt;&lt;P&gt;BAPI_BILLING_CREATEMULTIPLE, but it is giving the invoice num, but it will not any information abuot  NetValue and TaxValue,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        plz give me the input parameters for this bapi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                 eswra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 09:13:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-invoice-creation/m-p/2313237#M506931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T09:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for invoice creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-invoice-creation/m-p/2313238#M506932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Mr Anjireddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           i am able to create invoice with the bapi BAPI_BILLING_CREATEMULTIPLE, here i'm giving the RefDocNo of the SalesOrder, the invoice is generated but i'm not gettting the NetValue, TaxValue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     plz give the information for that prob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 09:38:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-invoice-creation/m-p/2313238#M506932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T09:38:24Z</dc:date>
    </item>
  </channel>
</rss>

