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

Regarding Bapi (BAPI_ACC_document_post)

Former Member
0 Likes
396

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

Former Member
0 Likes
344

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

Former Member
0 Likes
345

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.