<?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 bapi throwing an error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-throwing-an-error/m-p/7265568#M1529447</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;         Iam using Bapi --      BAPI_BILLINGDOC_CREATE_MULTIPLE to create billing document(invoice) for the sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam passing all the necessary information for the bapi. Also it is generating the document but at the same time throwing an error &lt;/P&gt;&lt;P&gt;saying.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Document 90000102 saved (error in account determination).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Due to this, Iam unable to release this document to accounting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me.&lt;/P&gt;&lt;P&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;Murali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Sep 2010 07:07:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-29T07:07:45Z</dc:date>
    <item>
      <title>bapi throwing an error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-throwing-an-error/m-p/7265568#M1529447</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;         Iam using Bapi --      BAPI_BILLINGDOC_CREATE_MULTIPLE to create billing document(invoice) for the sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam passing all the necessary information for the bapi. Also it is generating the document but at the same time throwing an error &lt;/P&gt;&lt;P&gt;saying.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Document 90000102 saved (error in account determination).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Due to this, Iam unable to release this document to accounting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me.&lt;/P&gt;&lt;P&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;Murali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 07:07:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-throwing-an-error/m-p/7265568#M1529447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-29T07:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: bapi throwing an error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-throwing-an-error/m-p/7265569#M1529448</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;&lt;/P&gt;&lt;P&gt;FM is BAPI_BILLINGDOC_CREATEMULTIPLE not BAPI_BILLINGDOC_CREATE_MULTIPLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have u passed the all the required fields...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BILLING_DATA_IN-SALESORG&lt;/P&gt;&lt;P&gt;   BILLING_DATA_IN-DISTR_CHAN&lt;/P&gt;&lt;P&gt;   BILLING_DATA_IN-DIVISION&lt;/P&gt;&lt;P&gt;   BILLING_DATA_IN-DOC_TYPE&lt;/P&gt;&lt;P&gt;   BILLING_DATA_IN-ORDBILLTYP&lt;/P&gt;&lt;P&gt;   BILLING_DATA_IN-SOLD_TO&lt;/P&gt;&lt;P&gt;   BILLING_DATA_IN-ITEM_CATEG&lt;/P&gt;&lt;P&gt;   BILLING_DATA_IN-REQ_QTY&lt;/P&gt;&lt;P&gt;  BILLING_DATA_IN-SALES_UNIT&lt;/P&gt;&lt;P&gt;  BILLING_DATA_IN-CURRENCY&lt;/P&gt;&lt;P&gt;  If a material is billed for which a material master needs to be&lt;/P&gt;&lt;P&gt;  determined (BILLING_DATA_IN-NO_MATMAST = ' '), you must make the&lt;/P&gt;&lt;P&gt;  following entries :&lt;/P&gt;&lt;P&gt;  BILLING_DATA_IN-PLANT&lt;/P&gt;&lt;P&gt;  BILLING_DATA_IN-MATERIAL&lt;/P&gt;&lt;P&gt;  If, on the other hand, a material is billed for which no material&lt;/P&gt;&lt;P&gt;  master is to be determined (BILLING_DATA_IN_NO_MATMAST = 'X'), you&lt;/P&gt;&lt;P&gt;  must make the following entries :&lt;/P&gt;&lt;P&gt;  BILLING_DATA_IN-COUNTRY&lt;/P&gt;&lt;P&gt;  BILLING_DATA_IN-MATERIAL&lt;/P&gt;&lt;P&gt;  BILLING_DATA_IN-TAXCL_1MAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;P&gt;Bharani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 07:12:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-throwing-an-error/m-p/7265569#M1529448</guid>
      <dc:creator>BH2408</dc:creator>
      <dc:date>2010-09-29T07:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: bapi throwing an error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-throwing-an-error/m-p/7265570#M1529449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the error Analysis in Transaction code VF03 -&amp;gt; Menu Option Environment -&amp;gt; Acc.determ.analysis -&amp;gt; Revenue Accounts/Reconcilation Accounts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 07:22:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-throwing-an-error/m-p/7265570#M1529449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-29T07:22:13Z</dc:date>
    </item>
  </channel>
</rss>

