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 BAPI_ACC_DOCUMENT_CHECK

Former Member
0 Likes
627

Hi guys , im facing some troubles using this bapi ,


FUNCTION 'BAPI_ACC_DOCUMENT_CHECK'
  EXPORTING
    documentheader    = ti_doc_head
  TABLES
    accountgl         = ti_acc_gl
    accountreceivable = ti_acc_re
*          accountpayable    = ti_acc_pa
    currencyamount    = ti_curr_amo
    return            = ti_return.

I execute it , an im getting the following in ti_return.

E |RW |014 |Interface RW: item exits several times.

What does it means,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
480

Ensure that ti_acc_gl-ITEMNO_ACC is incremented correctly.

And the same of the other tables.

Rob

Edited by: Rob Burbank on Oct 31, 2008 11:31 AM

2 REPLIES 2
Read only

Former Member
0 Likes
481

Ensure that ti_acc_gl-ITEMNO_ACC is incremented correctly.

And the same of the other tables.

Rob

Edited by: Rob Burbank on Oct 31, 2008 11:31 AM

Read only

ThomasZloch
Active Contributor
0 Likes
480

check the contents of field ITEMNO_ACC in tables ti_acc_gl and ti_acc_re, each item number should only occur once.

Thomas