‎2008 Apr 08 2:02 PM
Hi Experts,
Anybody know if in the BAPI_ACC_DOCUMENT_POST have a check with the same process in the BAPI_ACC_DOCUMENT_CHECK???
‎2008 Apr 10 7:50 AM
hI,
IN BAPI_ACC_DOCUMENT_POST u will be finding the currecyamount is not optional where as in document_check it is optional. <REMOVED BY MODERATOR>
Regards
Durgaprasad.
Edited by: Alvaro Tejada Galindo on Jun 12, 2008 1:07 PM
‎2008 Jun 12 6:05 PM
You generally should call _CHECK twice - once without currencyamount etc., it does a line-item validation - that is, that your coding block is OK. If passed this, then call it again with currencyamount, where it does a "whole document" validation - that is, debits = credits etc. Only if successful on these two _CHECK calls do we call the _POST BAPI.
‎2009 Jul 21 3:21 PM