<?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 billing document in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-billing-document/m-p/1509741#M235158</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the below BAPIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_BILLINGDOC_CREATE&lt;/P&gt;&lt;P&gt;BAPI_BILLINGDOC_CREATEMULTIPLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Jul 2006 01:18:39 GMT</pubDate>
    <dc:creator>abdul_hakim</dc:creator>
    <dc:date>2006-07-29T01:18:39Z</dc:date>
    <item>
      <title>BAPI for creating billing document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-billing-document/m-p/1509739#M235156</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 have to know the BAPI for creating billing document from the the credit memo request or debit memo requset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;A.Karthikeyan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2006 05:36:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-billing-document/m-p/1509739#M235156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-27T05:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for creating billing document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-billing-document/m-p/1509740#M235157</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;  Please find the sample code for Billing document BAPI. Please award the points if it is working for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_billing-salesorg   = vbak-vkorg.&lt;/P&gt;&lt;P&gt;t_billing-DISTR_CHAN  = vbak-vtweg.&lt;/P&gt;&lt;P&gt;t_billing-DIVISION    = vbak-spart.&lt;/P&gt;&lt;P&gt;t_billing-DOC_TYPE    = vbak-auart.&lt;/P&gt;&lt;P&gt;t_billing-ref_doc     = vbak-vbeln.&lt;/P&gt;&lt;P&gt;t_billing-ref_item    = vbap-posnr.&lt;/P&gt;&lt;P&gt;t_billing-doc_number     = vbak-vbeln.&lt;/P&gt;&lt;P&gt;t_billing-ITM_NUMBER    = vbap-posnr.&lt;/P&gt;&lt;P&gt;t_billing-ordbilltyp  = 'BILLING TYPE'.&lt;/P&gt;&lt;P&gt;t_billing-price_date = sy-datum.&lt;/P&gt;&lt;P&gt;t_billing-ref_doc_ca  = vbak-vbtyp.&lt;/P&gt;&lt;P&gt;t_billing-sold_to     = vbak-kunnr.&lt;/P&gt;&lt;P&gt;t_billing-material    = vbap-matnr.&lt;/P&gt;&lt;P&gt;t_billing-plant       = vbap-werks.&lt;/P&gt;&lt;P&gt;APPEND t_billing.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_BILLINGDOC_CREATEMULTIPLE'&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    billingdatain         = t_billing&lt;/P&gt;&lt;P&gt;    return                = t_return&lt;/P&gt;&lt;P&gt;    success               = t_success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;commit work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jul 2006 00:08:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-billing-document/m-p/1509740#M235157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-29T00:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for creating billing document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-billing-document/m-p/1509741#M235158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the below BAPIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_BILLINGDOC_CREATE&lt;/P&gt;&lt;P&gt;BAPI_BILLINGDOC_CREATEMULTIPLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jul 2006 01:18:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-billing-document/m-p/1509741#M235158</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-07-29T01:18:39Z</dc:date>
    </item>
  </channel>
</rss>

