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

Error at FI-CA document posting(FPE1) bapi('BAPI_CTRACDOCUMENT_CREATE' )

Former Member
0 Likes
681

Hi all ,

We want to post documents to fi-ca by using 'BAPI_CTRACDOCUMENT_CREATE' bapi.

but it gives E (>0)003 "Balance in Document currency is not zero, posting not possible" error if i dont give GENLEDGERPOSITIONS table. It posts succesfully when i fill GENLEDGERPOSITIONS table.

my problem is that FPE1 calculates GL items itself.

am i have to calculate that GL items and give it to bapi? calculating that GL items manualy is difficult and risky.

how can i post FI-CA documents without giving GENLEDGERPOSITIONS items?

thanks in advance , best regards

Mehmet

Edited by: Mehmet YAVUZ on Jul 2, 2010 1:26 PM

2 REPLIES 2
Read only

Former Member
0 Likes
580

Hi All ,

I solved the problem.

If you give bapi field COMPLETEDOCUMENT = 'X'

you can give uncomplete document to bapi and it completes itself.

best regards

mehmet

Read only

0 Likes
580

This message was moderated.