Application Development and Automation 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: 
Read only

BAPI_ACC_DOCUMENT_POST posting error

Former Member
0 Likes
1,610

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
Read only

RaymondGiuseppi
Active Contributor
0 Likes
929

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
Read only

RaymondGiuseppi
Active Contributor
0 Likes
930

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

Read only

0 Likes
929

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.

Read only

0 Likes
929

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

Read only

Former Member
0 Likes
929

Are you using a currency in the ammount table?

Is the currency in table Tcurc?