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

BAPI doesnt show updated values

Former Member
0 Likes
357

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
319

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

1 REPLY 1
Read only

Former Member
0 Likes
320

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