<?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_ACC_DOCUMENT_CHECK in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-check/m-p/1297259#M157243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I am using the FM BAPI_ACC_DOCUMENT_CHECK in my object and i receive the message "Inconsistent currency information" in RETURN[].&lt;/P&gt;&lt;P&gt;Please let me know in what scenarios we get this message. When looked into the Documentation of BAPI_ACC_DOCUMENT_CHECK i could not get any info on the RETURN table.&lt;/P&gt;&lt;P&gt;Your pointers are welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;-PSK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jun 2006 05:44:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-08T05:44:38Z</dc:date>
    <item>
      <title>BAPI_ACC_DOCUMENT_CHECK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-check/m-p/1297259#M157243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I am using the FM BAPI_ACC_DOCUMENT_CHECK in my object and i receive the message "Inconsistent currency information" in RETURN[].&lt;/P&gt;&lt;P&gt;Please let me know in what scenarios we get this message. When looked into the Documentation of BAPI_ACC_DOCUMENT_CHECK i could not get any info on the RETURN table.&lt;/P&gt;&lt;P&gt;Your pointers are welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;-PSK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2006 05:44:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-check/m-p/1297259#M157243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-08T05:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_CHECK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-check/m-p/1297260#M157244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;better to create a custom fn module like BAPI_ACC_DOCUMENT_CHECK the u can chage in export parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2006 05:49:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-check/m-p/1297260#M157244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-08T05:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_CHECK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-check/m-p/1297261#M157245</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;you are not passing some imp info to the&amp;lt;b&amp;gt; CURRENCYAMOUNT&amp;lt;/b&amp;gt; table paramter.&lt;/P&gt;&lt;P&gt;check the documentation on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currency Items&lt;/P&gt;&lt;P&gt;Description&lt;/P&gt;&lt;P&gt;This parameter describes the currency fields for a particular line item.&lt;/P&gt;&lt;P&gt;The parameter is a required field for the method POST. If the parameter is not maintained for the method CHECK, only a general account assignment check is carried out. Individual line items or several documents can be checked at once in this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following fields must be filled out:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CURRENCY     Currency key&lt;/P&gt;&lt;P&gt;AMT_DOCCUR    Currency amount&lt;/P&gt;&lt;P&gt;Value range&lt;/P&gt;&lt;P&gt;The field CURR_TYPE (currency type) describes the role played by a currency in the SAP System.&lt;/P&gt;&lt;P&gt;The currency type can take on the following values, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;00      Transaction currency&lt;/P&gt;&lt;P&gt;10      Company code currency&lt;/P&gt;&lt;P&gt;20      Controlling area currency&lt;/P&gt;&lt;P&gt;30      Group currency&lt;/P&gt;&lt;P&gt;40      Hard currency&lt;/P&gt;&lt;P&gt;50      Index-based currency&lt;/P&gt;&lt;P&gt;60      Global company currency&lt;/P&gt;&lt;P&gt;If an entry is not made in the field CURR_TYPE, the default value "00" is retained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If only one data record is transferred in transaction currency for each line item, the field CURR_TYPE does not need to be filled out. If several data records are transferred for each line item, the currency type must be entered for each record.&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;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2006 05:58:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-check/m-p/1297261#M157245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-08T05:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_CHECK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-check/m-p/1297262#M157246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;Thanks for the posting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CURRENCYAMOUNT is filled in this way:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
ITEMNO_ACC CURR_TYPE CURRENCY AMT_DOCCUR 
0000000001|00       |HUF     |1000000.0000 |
0000000002|00       |HUF     |1000000.0000-|
0000000003|00       |HUF     |1000000.0000 |
0000000003|10       |EUR     |6813.7400 |
0000000004|00       |HUF     |1000000.0000-|
0000000004|10       |EUR     |6813.7400-|
0000000005|00       |HUF     |1000000.0000 |
0000000005|10       |EUR     |757.0800 |
0000000006|00       |HUF     |1000000.0000-|
0000000006|10       |EUR     |757.0800-|
0000000007|00       |HUF     |1000000.0000 |
0000000007|30       |USD     |8256.8900 |
0000000008|00       |HUF     |1000000.0000-|
0000000008|30       |USD     |8256.8900-|
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Is this an valid file and could you please point out at the line items which do not obey the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;- PSK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2006 06:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-check/m-p/1297262#M157246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-08T06:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_CHECK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-check/m-p/1297263#M157247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ITEMNO_ACC  CURRENCY AMT_DOCCUR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess the negative signs in the AMT_DOCCUR  are not supported try by changing the negative signs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 18:21:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-check/m-p/1297263#M157247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T18:21:24Z</dc:date>
    </item>
  </channel>
</rss>

