‎2011 Feb 25 8:02 PM
I need to check some invoices before I parked them. Please post an example of BAPI_ACC_DOCUMENT_POST but i need to check a credit memo or customer invoice ( Doc Type: DR and DG) This is mi code:
ALL FUNCTION 'BAPI_ACC_DOCUMENT_CHECK'
EXPORTING
documentheader = ls_docheader
TABLES
accountgl = lt_accglitem
ACCOUNTRECEIVABLE = lt_customer " new
currencyamount = lt_curramnt
return = lt_return.
But when i run the program this error appaer:
" FI/CO Interface: Line Item entered several times RW"
Any idea?
‎2011 Feb 25 8:25 PM
‎2011 Feb 26 3:29 AM
Hi Carlos,
Check the documentation. Check what and all important fields you have to pass. The error you got is due to data issue.Please post if you need more help in this.
Regards,
Madhu.