‎2008 Nov 07 4:52 AM
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
‎2008 Nov 07 4:54 AM
You have explicitly call COMMIT WORK or BAPI_TRANSACTION_COMMIT after any BAPI to update the changes to the database.
‎2008 Nov 07 4:56 AM
‎2008 Nov 07 5:08 AM
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.