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

checks performed by BAPI_ACC_DOCUMENT_CHECK

Former Member
0 Likes
489

HI,

I am using BAPI BAPI_ACC_DOCUMENT_CHECK to check whether a posting to accounting is possible. But I would like to know what checks it performs . I also need to do the following checks:

1) Check for wrong input of Company code

2) check if total debit = total credit

3) Header reference is not maintained for any line item

Does BAPI_ACC_DOCUMENT_CHECK do any of the above checks?

Cheers,

Maansi

HI,

I am using BAPI BAPI_ACC_DOCUMENT_CHECK to check whether a posting to accounting is possible. But I would like to know what checks it performs . I also need to do the following checks:

1) Check for wrong input of Company code

2) check if total debit = total credit

3) Header reference is not maintained for any line item

Does BAPI_ACC_DOCUMENT_CHECK do any of the above checks?

Cheers,

Maansi

1 REPLY 1
Read only

ThomasZloch
Active Contributor
0 Likes
412

1 and 2 will definitely lead to errors, 3 will lead to error if mandatory fields are not filled.

Just try out yourself if in doubt.

Thomas