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

Former Member
0 Likes
2,527

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

Former Member
0 Likes
1,515

Hi!

For test mode, you may try to use BAPI_ACC_DOCUMENT_CHECK.

Cheers!

1 REPLY 1
Read only

Former Member
0 Likes
1,516

Hi!

For test mode, you may try to use BAPI_ACC_DOCUMENT_CHECK.

Cheers!