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: 

how to commit data using BAPI_ACC_DOCUMENT_POST

Former Member
0 Kudos

Dear All,

I am calling a  BAPI_ACC_DOCUMENT_POST from external system. As an output I received

OBJ_TYPE

OBJ_KEY

OBJ_SYS

but the data is not actually committed to the DB.

I know I need to execute BAPI_TRANSACTION_COMMIT. That is my question: How to execute this BAPI_TRANSACTION_COMMIT without any modification of BAPI_ACC_DOCUMENT_POST.

During the tests I have done directly into the dev system in test mode I put some input data and get a result then I have executed in a separate transaction BAPI_TRANSACTION_COMMIT but it do nothing. I mean still document is not committed.

can you please advice?

regards,

Ivan

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Solved !

I found the answer

there is an option to execute both BAPIs in a sequence

SE37 Menu- function module - test - test sequences

execute

1 REPLY 1

Former Member
0 Kudos

Solved !

I found the answer

there is an option to execute both BAPIs in a sequence

SE37 Menu- function module - test - test sequences

execute