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 and BAPI_ACC_DOCUMENT_CHECK

Former Member
0 Likes
833

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
Read only

P507709
Participant
0 Likes
599

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

Read only

Former Member
0 Likes
599

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.

Read only

Former Member
0 Likes
599

Solved