‎2008 Oct 31 3:22 PM
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,
‎2008 Oct 31 3:31 PM
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
‎2008 Oct 31 3:31 PM
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
‎2008 Oct 31 3:31 PM
check the contents of field ITEMNO_ACC in tables ti_acc_gl and ti_acc_re, each item number should only occur once.
Thomas