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 in BAPI for salary account posting

Former Member
0 Likes
371

Dear Experts,

I am developing and report for salary account posting whrere i am using a bapi called BAPI_ACC_DOCUMENT_POSTING. Which require RFC destinetion of the target system where the document should post in its import parameters.But m not passing anything thr and its automatically taking an rfc destinatin.But while i try to run this report document is not posted and in its return table 2 error msgs comes

1. Error in document: BKPFF $ CLNTD11320

2. FI/COinterface: Line item entered several times

Pls provive me input if any one has come across this error.

Thanks

Dear Experts,

I am developing and report for salary account posting whrere i am using a bapi called BAPI_ACC_DOCUMENT_POSTING. Which require RFC destinetion of the target system where the document should post in its import parameters.But m not passing anything thr and its automatically taking an rfc destinatin.But while i try to run this report document is not posted and in its return table 2 error msgs comes

1. Error in document: BKPFF $ CLNTD11320

2. FI/COinterface: Line item entered several times

Pls provive me input if any one has come across this error.

Thanks

1 REPLY 1
Read only

Former Member
0 Likes
333

Line item passed to the vendor and gl tables of the bapi cannot be same.ie. if vendor table contains 3 entry with line item 1,2,3 gl should contain line item starting from 4.Line item field cannbe field manually using a count variable.