Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_ACC_DOCUMENT_POST posting error

Former Member
0 Kudos

hai friends

iam using BAPI_ACC_DOCUMENT_POST for intercompany posting

i was given all inputs proparly

it is working fine.

but now it is giving error like this

F5 message class

845 is message id.

error message is

System error during reading of internal currency data

how can i solve this problen can any body can help me pls

with regards

srikanth

Edited by: srikanth vipparla on Aug 21, 2008 4:24 PM

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

Did you change the way the calling program fill the CURRENCYAMOUNT table. The program specifically reports that it did not found the internal (society) currency record (CURR_TYPE "10").

Regards

4 REPLIES 4

raymond_giuseppi
Active Contributor
0 Kudos

Did you change the way the calling program fill the CURRENCYAMOUNT table. The program specifically reports that it did not found the internal (society) currency record (CURR_TYPE "10").

Regards

0 Kudos

yes you are right .

in currency table currecy type 10 is not found

thats y it is giving error .

so where can i chege the program

pls let me know.

0 Kudos

Usually (in my experience) the BAPI don't ask for base currency amount, i only pass the amount in Transaction Currency (00 default value) and the program evaluate per itself the base currency amounts.

- Insure there is at least the Transaction Currency records for each line item

Maybe there is some "missing information" in your Customizing (IMG) like type of rate used, rate values or something like this, so the program is compelled to ask for base currency amount.

- Insure the currency code(s) and the kind of rate to use are defined, and there exists any currently valid rate

Try to post the same data via a transaction like FB01, just filling the data you find in the BAPI interface and then look at the reactions of the program. (So you should detect any IMG/Data problem)

Regards

Former Member
0 Kudos

Are you using a currency in the ammount table?

Is the currency in table Tcurc?