Application Development 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: 

BAPI_ACC_DOCUMENT_POST and BAPI_ACC_DOCUMENT_CHECK

former_member193964
Active Participant
0 Kudos

Hi Experts,

Anybody know if in the BAPI_ACC_DOCUMENT_POST have a check with the same process in the BAPI_ACC_DOCUMENT_CHECK???

3 REPLIES 3

P507709
Participant
0 Kudos

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

Former Member
0 Kudos

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.

former_member193964
Active Participant
0 Kudos

Solved