<?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 BILLING DOC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-billing-doc/m-p/4031521#M963505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Refer the sample code&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=12961488&amp;amp;messageID=2741084" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=12961488&amp;amp;messageID=2741084&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jun 2008 03:50:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-17T03:50:43Z</dc:date>
    <item>
      <title>BAPI FOR BILLING DOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-billing-doc/m-p/4031520#M963504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Gurus, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create billing doc using the following bapi:'BAPI_BILLINGDOC_CREATEMULTIPLE'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I am not pretty sure how the flat file structure should be and what are the values I should give in the BAPI function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So,If there is any sample program you can send it to me or show it would be great. If you click on my user id,you will get my id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vishwa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 03:19:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-billing-doc/m-p/4031520#M963504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T03:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI FOR BILLING DOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-billing-doc/m-p/4031521#M963505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Refer the sample code&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=12961488&amp;amp;messageID=2741084" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=12961488&amp;amp;messageID=2741084&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 03:50:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-billing-doc/m-p/4031521#M963505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T03:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI FOR BILLING DOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-billing-doc/m-p/4031522#M963506</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;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'BAPI_BILLINGDOC_CREATEMULTIPLE'
EXPORTING
posting = ''
TABLES
billingdatain = ti_billingdatain
errors = ti_errors
return = ti_return2
success = ti_success.

CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
EXPORTING
WAIT = ' '.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 03:57:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-billing-doc/m-p/4031522#M963506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T03:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI FOR BILLING DOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-billing-doc/m-p/4031523#M963507</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;Thanks for the replies. But the above codes dont help for the reason that, I am not able to get the clarity on how the flat file is given in to the BAPI FM. If it is header and item wise,then how should the internal table structure be. Can I get some more relevant and detail answers please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vishwa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 04:15:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-billing-doc/m-p/4031523#M963507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T04:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI FOR BILLING DOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-billing-doc/m-p/4031524#M963508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually mean,how should the flat file structure be?not the internal table structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 04:16:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-billing-doc/m-p/4031524#M963508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T04:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI FOR BILLING DOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-billing-doc/m-p/4031525#M963509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The structure of the flat file doesn't matter, you cannot directly use a raw data in the BAPI, you need somehow a program that will process the flat file and built the data within the required internal tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example, if you use MDM then you just need to make the correct mapping. the same goes for other third party programs available.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2008 07:28:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-billing-doc/m-p/4031525#M963509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-12T07:28:38Z</dc:date>
    </item>
  </channel>
</rss>

