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

BAPI_ACC_DOCUMENT_POST

Former Member
0 Likes
514

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

1 REPLY 1
Read only

Former Member
0 Likes
430

Populate VALUEFIELD tables parameter and check...

Regards

Praveen