<?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: ABAP function to create / save a billing document in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-function-to-create-save-a-billing-document/m-p/11035193#M1898963</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy Nuck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use bapi RV_INVOICE_CREATE. It can use for multiples documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Apr 2015 17:01:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-04-09T17:01:20Z</dc:date>
    <item>
      <title>ABAP function to create / save a billing document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-function-to-create-save-a-billing-document/m-p/11035190#M1898960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Everyone &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_emote jive_macro" src="https://community.sap.com/1249/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're trying to create a process that creates Sales Orders (Documents) for customers and&lt;/P&gt;&lt;P&gt;billing document's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've found &lt;STRONG&gt;BAPI_BILLINGDOC_CREATE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution is a .Net solution, calling ABAP functions e.g. BAPI's &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like this BAPI is an Enjoy transaction as it takes us to a SAP transaction to complete.&lt;/P&gt;&lt;P&gt;i.e. it has a visual element to it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to call this or another module or function that would create the billing document for us ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As we want to call this remotely&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 15:19:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-function-to-create-save-a-billing-document/m-p/11035190#M1898960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-09T15:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP function to create / save a billing document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-function-to-create-save-a-billing-document/m-p/11035191#M1898961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The BAPI_BILLINGDOC_CREATE uses a call transaction instead try using BAPI_BILLINGDOC_CREATEFROMDATA. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikram.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 16:42:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-function-to-create-save-a-billing-document/m-p/11035191#M1898961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-09T16:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP function to create / save a billing document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-function-to-create-save-a-billing-document/m-p/11035192#M1898962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also use BAPI_BILLINGGDOC_CREATEMULTIPLE to create multiple documents in a single call without doing Call Transaction approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 16:54:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-function-to-create-save-a-billing-document/m-p/11035192#M1898962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-09T16:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP function to create / save a billing document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-function-to-create-save-a-billing-document/m-p/11035193#M1898963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy Nuck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use bapi RV_INVOICE_CREATE. It can use for multiples documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 17:01:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-function-to-create-save-a-billing-document/m-p/11035193#M1898963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-09T17:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP function to create / save a billing document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-function-to-create-save-a-billing-document/m-p/11035194#M1898964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RV_INVOICE_CREATE is not a BAPI and this function is not released to the customers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unless the immediate invoice creation is an absolute "must have" you might also want to consider just running Billing Due List (SDBILLDL) separately and let it take care of the billing process. It's the process that many (if not most) SAP customers use. Otherwise if there is an error you'd have to rely on someone not just to correct the error but also create an invoice manually. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 18:30:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-function-to-create-save-a-billing-document/m-p/11035194#M1898964</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2015-04-09T18:30:53Z</dc:date>
    </item>
  </channel>
</rss>

