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_ACC_DOCUMENT_POST

Former Member
0 Likes
393

Hi All,

Can anyone please let me know the table names that the BAPI - BAPI_ACC_DOCUMENT_POST will update?

Because I am using that BAPI and the return message is successful, but I cant see the value in the table.

Please let me know the table names that the BAPI will update.

Regards,

Raghu

3 REPLIES 3
Read only

Former Member
0 Likes
366

You have explicitly call COMMIT WORK or BAPI_TRANSACTION_COMMIT after any BAPI to update the changes to the database.

Read only

0 Likes
366

Ya i did the commit process also.

Read only

0 Likes
366

Switch on the SQL trace in transaction ST05 and then execute your BAPI and once the execution is complete go back to ST05 and de-activate the SQL trace and analyse the log. There you can see the tables which have been accessed and updated as well.