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: 

problem in BAPI_ACC_DOCUMENT_POST

Former Member
0 Kudos

Hai,

I am trying to post the documents using this BAPI(bapi_acc_document_post). it is throwing error

FI/CO interface: Inconsistent FI/CO line item data for updating

Error in document: BKPFF $ RD2520LS

this error is coming only after applying the patch sp13.

what could be the problem...

pls suggest with any ideas...

2 REPLIES 2

arjun_subhash
Active Participant
0 Kudos

Hi,

dont pass any values to obj_key,obj_sys,obj_type fields,if u r doing it.

the error may be because u r passing more than required lines to glaccount and accountrecivable or accountpayable tables whatever u r using.

i suppose u r entering a vendor details,

then give item_no 1 in accountpayable and 2,3,4 etc in glaccount tables.

mention all in currencyamount table as 1,2,3,4 etc..and give negative values in 'amount' for credit entries.

post in detail about more doubts.

regards

Arjun

Former Member
0 Kudos

thanks