‎2010 Nov 26 4:10 AM
Hi iam using BAPI_ACC_DOCUMENT_POST to do some GL posting its working fine for FI.
but reagdring the co pistings its not updating the coep table only with quantity and uom fields and also uom and quantity are not being updated in CO .
if i post manually these r being updated so the problem is with bapi pls guide
this way iam using the bapi
CALL FUNCTION 'BAPI_ACC_DOCUMENT_POST'
EXPORTING
DOCUMENTHEADER = v_documentheader
TABLES
ACCOUNTGL = it_accountgl
ACCOUNTTAX = it_accounttax
CURRENCYAMOUNT = it_currencyamount
RETURN = it_return.
iam using commit as well
its working fine for fi postings but not working for CO postings for uom and quantity fields only
‎2010 Nov 29 12:48 PM
Populate VALUEFIELD tables parameter and check...
Regards
Praveen