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 account document post test mode

Former Member
0 Kudos

Hi All,

I am using BAPI_ACC_DOCUMENT_POST for creating a FI document.

I want to run it in test mode .

so i am using bapi_transaction_rollback when it is in test mode.

but here a document will be created and cannot be used anymore.

when i run it in real mode , the next number will be taken for creating a Fi document.

Is there any way to avoid this and reuse the same document number which is used in test mode.

very critical .

Thanks in advance.

ramya

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi!

For test mode, you may try to use BAPI_ACC_DOCUMENT_CHECK.

Cheers!

1 REPLY 1

Former Member
0 Kudos

Hi!

For test mode, you may try to use BAPI_ACC_DOCUMENT_CHECK.

Cheers!