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: 

Regarding Bapi (BAPI_ACC_document_post)

Former Member
0 Kudos

Hi,

While executing the Bapi

The return message is showing that invoice document is successfully posted ,but I have checked in the database tables like bseg,bkpf is not updated.

could please tell me what is the problem .

Regards,

Venu.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hai,

Use Function Module BAPI_TRANSACTION_COMMIT by exporting parameter WAIT = 'X' after

calling the BAPI.

After that, you can call function module DEQUEUE_ALL to release the locks.

1 REPLY 1

Former Member
0 Kudos

Hai,

Use Function Module BAPI_TRANSACTION_COMMIT by exporting parameter WAIT = 'X' after

calling the BAPI.

After that, you can call function module DEQUEUE_ALL to release the locks.