<?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 creating Collective Billing document in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-collective-billing-document/m-p/1515405#M237289</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That BAPI was using FM GN_INVOICE_CREATE.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Aug 2006 13:08:30 GMT</pubDate>
    <dc:creator>LucianoBentiveg</dc:creator>
    <dc:date>2006-08-01T13:08:30Z</dc:date>
    <item>
      <title>BAPI for creating Collective Billing document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-collective-billing-document/m-p/1515399#M237283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our requirment is to create a collective billing document. Is there any BAPI, where I can create a collective billing for any no of sale orders for a single sold-to-party. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshminarayanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 10:23:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-collective-billing-document/m-p/1515399#M237283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T10:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for creating Collective Billing document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-collective-billing-document/m-p/1515400#M237284</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;Try BAPI_BILLINGDOC_CREATEMULTIPLE.  Here is part of the online documentation for your quick reference:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This method can be used to create billing documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As input parameters, you are expected to enter information on the items to be processed in the table BILLING_DATA_IN. This data is processed and produces a batch of billing documents. You also have the option of transferring information for entry in the input structure CREATOR_DATA_IN. If this information is already determined, this is transferred into each billing document header. You can also enter optional conditions for the individual items to be processed in the input table CONDITION_DATA_IN, as well as means of payment information in the table CCARD_DATA_IN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This method can be used in the simulation run (TESTRUN = 'X') and also in the update run including the update (TESTRUN = ' '). Both execution variants deliver errors that may have occurred back to the output table RETURN. Information on successful processing is sent back in the output table SUCCESS. This output table delivers the document numbers of the billing documents created in particular.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Disregard my previous reply suggesting BAPI_BILLINGDOC_CREATEMULTI_PI.  This BAPI is not released in 4.6C and does not exist in ECC 5.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: James Gaddis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 12:33:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-collective-billing-document/m-p/1515400#M237284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T12:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for creating Collective Billing document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-collective-billing-document/m-p/1515401#M237285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently we are using SAP 4.7. The BAPI FM - BAPI_BILLINGDOC_CREATEMULTI_PI is not available in 4.7. Are you using SAP version greater than 4.7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, can you please suggest an alternative FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshminarayanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 12:45:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-collective-billing-document/m-p/1515401#M237285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T12:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for creating Collective Billing document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-collective-billing-document/m-p/1515402#M237286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was checking in 4.6c, we have it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 12:50:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-collective-billing-document/m-p/1515402#M237286</guid>
      <dc:creator>LucianoBentiveg</dc:creator>
      <dc:date>2006-08-01T12:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for creating Collective Billing document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-collective-billing-document/m-p/1515403#M237287</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;Sorry for the confusion.  I found that BAPI and replied before checking our ECC 5.0 system.  Please see the revised reply above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 12:51:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-collective-billing-document/m-p/1515403#M237287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T12:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for creating Collective Billing document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-collective-billing-document/m-p/1515404#M237288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you suggest any FM, which can used in creating collective billing doc in 4.7 version&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshminarayanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 12:58:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-collective-billing-document/m-p/1515404#M237288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T12:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for creating Collective Billing document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-collective-billing-document/m-p/1515405#M237289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That BAPI was using FM GN_INVOICE_CREATE.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 13:08:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-collective-billing-document/m-p/1515405#M237289</guid>
      <dc:creator>LucianoBentiveg</dc:creator>
      <dc:date>2006-08-01T13:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for creating Collective Billing document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-collective-billing-document/m-p/1515406#M237290</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 don't have access to a 4.7 system, but since BAPI_BILLINGDOC_CREATEMULTIPLE is in 4.6C and 5.0 it should also be in 4.7.  Note that BAPI_BILLINGDOC_CREATEMULTIPLE also uses function module GN_INVOICE_CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible, I would suggest that you use the BAPI instead of calling FM GN_INVOICE_CREATE directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 13:14:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-collective-billing-document/m-p/1515406#M237290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T13:14:42Z</dc:date>
    </item>
  </channel>
</rss>

