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

Issue in BAPI_ACC_DOCUEMENT_CHECK

Former Member
0 Likes
591

Hi Experts,

I have one query in BAPI_ACC_DOCUMENT_CHECK. While executing the BAPI i am getting the message as "Balance in transaction currency".

If I am posting the document manually using the same data it is posted properly. Can anybody will suggest me what is the missing field which I need in pass in above mentioned BAPI.

It would be great if anybody will provide me mininum number of fields which are required to check the document prior to document posting?

Regards,

Neha

1 ACCEPTED SOLUTION
Read only

RahulKeshav
Active Contributor
0 Likes
517

HI NG,

You ar passing amount to the bapi .....

the total of that amount should be zero......

if u r passing +30 the other amount should be -30....

means total sum should be zero.....

as far as transaction is concern....there u r passing the posting key.....and on the basis of posting key system decides the sign of the amount...

but in bapi u r not passing posting key...as ther is no field for it in bapi (i guss).....

so try to enter the amount along with sign ....

Thnx

rahul

Hi Experts,

I have one query in BAPI_ACC_DOCUMENT_CHECK. While executing the BAPI i am getting the message as "Balance in transaction currency".

If I am posting the document manually using the same data it is posted properly. Can anybody will suggest me what is the missing field which I need in pass in above mentioned BAPI.

It would be great if anybody will provide me mininum number of fields which are required to check the document prior to document posting?

Regards,

Neha

3 REPLIES 3
Read only

former_member182371
Active Contributor
0 Likes
517

Hi,

check report ACC_BAPI_TEST_DOCUMENT.

This can help as well:

http://www.sapnet.ru/viewtopic.php?t=1510

Best regards.

Edited by: Pablo Casamayor on Oct 15, 2009 8:49 AM

Read only

RahulKeshav
Active Contributor
0 Likes
518

HI NG,

You ar passing amount to the bapi .....

the total of that amount should be zero......

if u r passing +30 the other amount should be -30....

means total sum should be zero.....

as far as transaction is concern....there u r passing the posting key.....and on the basis of posting key system decides the sign of the amount...

but in bapi u r not passing posting key...as ther is no field for it in bapi (i guss).....

so try to enter the amount along with sign ....

Thnx

rahul

Read only

RahulKeshav
Active Contributor
0 Likes
517

Hi NG,

any update.....

thnx

RK