‎2009 Jan 29 9:23 AM
Hi Experts,
I have this problem with a bapi "BAPI_BUS20350_GET_DETAIL", it is used to get the details (descriptions , partners) etc of an Audit.
The problem is when i make some changes to an audit(say description) in a report and run this bapi it still gives me the old values , it is only when i run the report again that it shows me the new values .
I would like to get the updated values in the same running session , there is no refresh bapi in the function group.
Please throw some lite on how to solve this problem.
Appreciate Ur Replies,
Chaitanya.
‎2009 Jan 29 10:51 AM
Hi Chaitanya,
Please try to call the BAPI, " BAPI_TRANSACTION_COMMIT" which will commit the current work process which in turn help you to solve your current problem, or else you can use ABAP statements like COMMIT, or WAIT UP TO sec SECONDS etc.
Thanks and Regards,
Antony Thomas
‎2009 Jan 29 10:51 AM
Hi Chaitanya,
Please try to call the BAPI, " BAPI_TRANSACTION_COMMIT" which will commit the current work process which in turn help you to solve your current problem, or else you can use ABAP statements like COMMIT, or WAIT UP TO sec SECONDS etc.
Thanks and Regards,
Antony Thomas